Releases: sergiodxa/remix-utils
Releases · sergiodxa/remix-utils
v5.0.1
v5.0.0
What's Changed
New Features
- Upgrade minimum required Remix version by @sergiodxa in #125
Documentation Changes
- Fix query parameter typo by @ruisaraiva19 in #123
New Contributors
- @ruisaraiva19 made their first contribution in #123
Full Changelog: v4.4.0...v5.0.0
v4.4.0
What's Changed
New Features
- Add namedAction util by @sergiodxa in #122
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
New Features
- Add rolling cookies support by @sergiodxa in #121
Documentation Changes
- Fix "bothe" typo by @brandonpittman in #120
Bug Fixes
- Remove correct event in useEventSource by @jorisberinger in #119
New Contributors
- @jorisberinger made their first contribution in #119
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
New Features
- Change useEventSource Effects dependencies by @sergiodxa in #117
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
New Features
- Add Server-Sent Events utils by @sergiodxa in #116
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
New Features
- Add flash key support to typed sessions & cookies by @sergiodxa in #110
- Type createAuthenticityToken by @arjunyel in #109
- Ensure createAuthenticityToken returns a string by @sergiodxa in #111
Bug Fixes
- Remove Promise return type from typedSession.get by @brandonpittman in #108
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
New Features
- Always return string[] from
getClientLocales
by @arnaudambro in #84 - Remove json, useLoaderData and useActionData by @sergiodxa in #102
- Add typed cookies utilities by @sergiodxa in #104
- Update how DynamicLinks, ExternalScripts and StructuredData works by @sergiodxa in #105
- Add createTypedSessionStorage by @sergiodxa in #107
Documentation Changes
- Delete examples folder by @sergiodxa in #103
New Contributors
- @arnaudambro made their first contribution in #84
Full Changelog: v3.4.0...v4.0.0
v3.4.0
What's Changed
New Features
- Accept FormData in verifyAuthenticityToken alongside a Request by @dahlbyk in #90
- Only create a new authenticity token if not already in the session by @myleslinder in #97
Documentation Changes
New Contributors
- @dadamssg made their first contribution in #87
- @dahlbyk made their first contribution in #90
- @myleslinder made their first contribution in #97
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
New Features
Documentation Changes
- Fix spelling of cacheAssets by @brandonpittman in #80
Bug Fixes
- Ensure useLoaderData & useActionData has stable values by @sergiodxa in #85
New Contributors
- @brandonpittman made their first contribution in #80
- @dusty made their first contribution in #82
Full Changelog: v3.2.0...v3.3.0