v0.2.1
- Bumps dependencies
- Loosens peer dependency requirements looking forward, but requires at least Remix v2 now
- Adds a key (the
path
passed intouseAction
) to theuseFetcher
call, to work with Remix v2.2.0, which broke fetcher state without that change. I'm not sure if that change even makes sense as I have not fully dug into Remix v2.2.0, but it restored the prior desired behavior.