Releases: sergiodxa/remix-utils
Releases · sergiodxa/remix-utils
v2.7.0
What's Changed
New Features
- Add Fly-Client-IP header support to getClientIPAddress by @sergiodxa in #51
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
New Features
- Add render prop support to ClientOnly by @rossipedia in #49
- Add getClientIPAddress function by @sergiodxa in #50
Documentation Changes
- fix example for CSRF token verification by @joelazar in #41
- fix verifyAuthenticityToken example by @arjunyel in #45
Other Changes
- Add GitHub ISSUE_TEMPLATE files by @cliffordfajardo in #43
New Contributors
- @joelazar made their first contribution in #41
- @rossipedia made their first contribution in #49
- @cliffordfajardo made their first contribution in #43
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
New Features
- Clone CSRF request by @arjunyel in #33
- Add javascript response helper by @sergiodxa in #37
- Add stylesheet response helper by @sergiodxa in #38
- Add PDF response helper by @sergiodxa in #39
- Add html response helper by @sergiodxa in #40
Documentation Changes
New Contributors
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.0
What's Changed
New Features
- Add useRouteData hook by @sergiodxa in #27
- Add ExternalScripts and ExternalScriptsFunction by @sergiodxa in #28
Documentation Changes
- Add note about deprecated features by @sergiodxa in #24
- Fix typo: useRouteData -> useLoaderData by @penspinner in #25
Other Changes
- Make bodyParser.toJSON use .json based on the content type by @xstevenyung in #26
New Contributors
- @penspinner made their first contribution in #25
- @xstevenyung made their first contribution in #26
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
New Features
- Upgrade Remix by @sergiodxa in #20
Documentation Changes
Bug Fixes
- Fix bug in useShouldHydate by @sergiodxa in #23
Deprecations
- Deprecate Outlet and use Remix context internally by @sergiodxa in #21
- Deprecate json response helper by @sergiodxa in #22
New Contributors
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
New Features
- Use request.formData instead of bodyParser.toSearchParams in CSRF by @sergiodxa in #18
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
Bug Fixes
- Remove crypto from server-side csrf code by @sergiodxa in #17
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
Bug Fixes
- Downgrade engines.node to v14 or greater by @sergiodxa in #14
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
New Features
- Create notModified Response helper by @sergiodxa in #7
- Add useRevalidate and RevalidateLink by @sergiodxa in #9
- Upgrade to Remix v1 by @sergiodxa in #13
Example
- Add typed JSON example by @sergiodxa in #6
Other Changes
- Add 100% coverage on server-side code by @sergiodxa in #8
- Deprecate bodyParser.toParams by @sergiodxa in #10
Full Changelog: v2.0.1...v2.1.0