Releases: sergiodxa/remix-utils
Releases · sergiodxa/remix-utils
v8.5.0
What's Changed
New Features
- Add JWK Auth middleware by @sergiodxa in #479
Full Changelog: v8.4.1...v8.5.0
v8.4.1
What's Changed
Bug Fixes
- Expose promise from
useDebouncedSubmit
to align withuseSubmit
by @rossipedia in #477
Full Changelog: v8.4.0...v8.4.1
v8.4.0
What's Changed
New Features
- Add Context Storage Middleware by @sergiodxa in #472
- Add request id middleware by @sergiodxa in #473
- Add Basic Auth middleware by @sergiodxa in #475
Full Changelog: v8.3.1...v8.4.0
v8.3.1
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
What's Changed
New Features
- Add logger middleware by @sergiodxa in #464
- Use middleware instead of middlewares for paths by @sergiodxa in #465
- Namespace session middleware types and interfaces by @sergiodxa in #466
- Add server timing middleware by @sergiodxa in #467
- Add singleton middleware for shared instances across requests by @sergiodxa in #468
- Add batcher middleware for deduplication and batching of requests by @sergiodxa in #469
Documentation Changes
Full Changelog: v8.2.0...v8.3.0
v8.2.0
v8.1.1
What's Changed
New Features
- Make type definition files explicit in package.json by @tats-u in #449
- Fix types for using .then() with promiseHash by @rossipedia in #458
New Contributors
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
New Features
- Allow custom queuing strategy for event streams by @adam-of-barot in #442
- Add support for useFetcher options in useDebounceFetcher by @leskraas in #429
- Support stricter CSP with nonce in Honeypot input by @Bathlamos in #411
- Add optional id parameter to eventStream SendFunctionArgs by @brmlmn in #397
Documentation Changes
Bug Fixes
- Switch to type only import for
type-fest
by @Jarrku in #433 - Fix type import in redirectBack by @nichtsam in #444
New Contributors
- @PhilDL made their first contribution in #432
- @adam-of-barot made their first contribution in #442
- @leskraas made their first contribution in #429
- @Bathlamos made their first contribution in #411
- @brmlmn made their first contribution in #397
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
New Features
- Update to React Router v7 by @AlemTuzlak in #415
- Handle newlines with multiple consecutive data fields on eventStream by @kenn in #343
New Contributors
- @AlemTuzlak made their first contribution in #415
- @kenn made their first contribution in #343
Full Changelog: v7.7.0...v8.0.0
v7.7.0
What's Changed
New Features
- Make TypedCookie take input type of schema by @nichtsam in #363
- Add enabled flag to useEventSource (default = true) by @rossipedia in #387
- Add optional
id
attribute toScriptDescriptor
by @mnemitz in #379
Documentation Changes
- Add warning about
preloadRouteAssets
by @jansedlon in #349 - Setup typedoc to generate API reference docs by @sergiodxa in #356
- Fix typo in README by @nickretallack in #377
Other Changes
- Bump eslint-plugin-testing-library from 6.2.0 to 6.2.1 by @dependabot in #337
- Bump @testing-library/react from 14.3.0 to 15.0.2 by @dependabot in #338
- Bump @vitest/coverage-v8 from 1.4.0 to 1.5.0 by @dependabot in #339
- Bump @types/react from 18.2.75 to 18.2.78 by @dependabot in #340
- Bump type-fest from 4.15.0 to 4.18.1 by @dependabot in #360
- Bump eslint-plugin-testing-library from 6.2.1 to 6.2.2 by @dependabot in #348
- Switch to Biome by @sergiodxa in #361
- Bump oven-sh/setup-bun from 1 to 2 by @dependabot in #368
New Contributors
- @jansedlon made their first contribution in #349
- @nickretallack made their first contribution in #377
- @mnemitz made their first contribution in #379
Full Changelog: v7.6.0...v7.7.0