Releases: sergiodxa/remix-utils
Releases · sergiodxa/remix-utils
v5.2.0
What's Changed
New Features
- Add DigitalOcean IP header and fix case where IPs didn't have a space after comma by @fvaldes33 in #130
- Add utils to preload route assets with Link header by @sergiodxa in #142
Bug Fixes
- Fi lint errors by @dev-afzalansari in #137
New Contributors
- @fvaldes33 made their first contribution in #130
- @dev-afzalansari made their first contribution in #137
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
New Features
- Add useGlobalTransitionStates, useGlobalLoadingState and useGlobalSubmittingState hooks by @sergiodxa in #129
Full Changelog: v5.0.1...v5.1.0
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