Skip to content

Releases: sergiodxa/remix-utils

v9.0.0

22 Sep 05:44
Compare
Choose a tag to compare

What's Changed

New Features

  • Mark middleware context type as read-only by @sergiodxa in #529
  • Replace @mjackson/file-storage with @remix-run/file-storage by @MichaelDeBoey in #519
  • Remove Typed Session Storage and dependency on Zod v3 by @sergiodxa in #530
  • Update middleware to be stable following react-router 7.9.0 release by @cypherpower in #534

New Contributors

Full Changelog: v8.8.0...v9.0.0

v8.8.0

31 Jul 18:13
Compare
Choose a tag to compare

What's Changed

New Features

  • Add support for @standard-schema/spec and deprecate typed sessions by @sergiodxa in #503
  • Extend session middleware to accept a sessionStorage getter by @AlemTuzlak in #516

Full Changelog: v8.7.0...v8.8.0

v8.7.0

10 May 05:02
Compare
Choose a tag to compare

What's Changed

New Features

  • Add CORS middleware with customizable options and tests by @sergiodxa in #498
  • Add rolling cookie middleware to prolong cookie expiration by @sergiodxa in #499

Full Changelog: v8.6.0...v8.7.0

v8.6.0

10 May 01:24
Compare
Choose a tag to compare

What's Changed

New Features

  • Add Honeypot middleware for spam protection in forms by @sergiodxa in #488
  • Detect client IP behind Azure Front Door with getClientIPAddress by @wKovacs64 in #496
  • Refactor singleton middleware and improve documentation by @sergiodxa in #497 (this is a breaking change for the unstable API)
  • Add secureHeaders middleware by @TheYoxy in #484

Deprecations

  • Deprecate useDebounceFetcher and useDebounceSubmit hooks by @sergiodxa in #487

New Contributors

Full Changelog: v8.5.0...v8.6.0

v8.5.0

18 Mar 04:46
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v8.4.1...v8.5.0

v8.4.1

17 Mar 18:34
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Expose promise from useDebouncedSubmit to align with useSubmit by @rossipedia in #477

Full Changelog: v8.4.0...v8.4.1

v8.4.0

13 Mar 15:48
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: v8.3.1...v8.4.0

v8.3.1

11 Mar 06:51
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Add missing export for server timing middleware by @sergiodxa in 02b6b9f

Full Changelog: v8.3.0...v8.3.1

v8.3.0

11 Mar 06:07
Compare
Choose a tag to compare

What's Changed

New Features

Documentation Changes

  • Fix unstable_createSessionMiddleware example in README by @luzat in #463

Full Changelog: v8.2.0...v8.3.0

v8.2.0

08 Mar 07:47
Compare
Choose a tag to compare

What's Changed

New Features

Documentation Changes

New Contributors

Full Changelog: v8.1.1...v8.2.0