Releases: sergiodxa/remix-i18next
Releases · sergiodxa/remix-i18next
v7.2.1
What's Changed
- Add support for i18next 25.x in peerDependencies by @stevensacks in #269
Documentation Changes
- Fix typo in README.md by @bravo-kernel in #261
Other Changes
- Bump typedoc from 0.28.1 to 0.28.2 by @dependabot in #253
- Bump react-router from 7.3.0 to 7.5.0 by @dependabot in #254
- Bump react from 19.0.0 to 19.1.0 by @dependabot in #255
- Bump typescript from 5.8.2 to 5.8.3 by @dependabot in #256
- Bump i18next from 24.2.2 to 24.2.3 by @dependabot in #257
- Bump @types/react from 19.1.0 to 19.1.1 by @dependabot in #259
- Bump @types/bun from 1.2.8 to 1.2.9 by @dependabot in #260
- Bump typedoc from 0.28.2 to 0.28.3 by @dependabot in #262
- Bump @types/bun from 1.2.9 to 1.2.10 by @dependabot in #263
- Bump i18next from 24.2.2 to 25.0.1 by @dependabot in #264
- Bump @types/react from 19.1.1 to 19.1.2 by @dependabot in #265
- Bump typedoc from 0.28.3 to 0.28.4 by @dependabot in #271
- Bump react-router from 7.3.0 to 7.5.3 by @dependabot in #272
- Bump react-i18next from 15.4.1 to 15.5.1 by @dependabot in #273
- Bump i18next from 24.2.2 to 25.0.2 by @dependabot in #274
- Bump @types/bun from 1.2.10 to 1.2.12 by @dependabot in #275
New Contributors
- @bravo-kernel made their first contribution in #261
Full Changelog: v7.2.0...v7.2.1
v7.2.0
What's Changed
Unstable API Changes
- Middleware API was changed to don't depend on
RemixI18next
class, and optimize to instantiate the i18next object once per request and let loaders share it.
Full Changelog: v7.1.1...v7.2.0
v7.1.1
What's Changed
Other Changes
- Bump @types/bun from 1.2.4 to 1.2.5 by @dependabot in #244
- Bump typedoc from 0.27.9 to 0.28.0 by @dependabot in #245
- Bump consola from 3.4.0 to 3.4.2 by @dependabot in #247
- Bump @types/react from 19.0.10 to 19.0.12 by @dependabot in #248
- Bump typedoc from 0.28.0 to 0.28.1 by @dependabot in #249
- Bump @types/bun from 1.2.5 to 1.2.8 by @dependabot in #251
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
New Features
- Add middleware to access the locale and TFunction by @sergiodxa in #242
Other Changes
- Bump typedoc-plugin-mdn-links from 4.0.15 to 5.0.1 by @dependabot in #241
Full Changelog: v7.0.2...v7.1.0
v7.0.2
What's Changed
- Update dependencies and support React 19 by @sergiodxa in 24b5a4b
Other Changes
- Bump @types/react from 18.3.14 to 19.0.1 by @dependabot in #232
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
Other Changes
- Bump i18next from 23.16.8 to 24.0.0 by @dependabot in #226
- Bump typedoc-plugin-mdn-links from 3.3.8 to 4.0.1 by @dependabot in #227
- Bump typedoc from 0.26.11 to 0.27.2 by @dependabot in #230
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
Breaking changes
- Migrate to use React Router v7 by @AlemTuzlak in #223
Other Changes
- Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 by @dependabot in #221
New Contributors
- @AlemTuzlak made their first contribution in #223
Full Changelog: v6.4.1...v7.0.0
v6.4.1
What's Changed
Bug Fixes
- Replace Array#at with array[I] to support more browsers by @jansedlon in #213
Full Changelog: v6.4.0...v6.4.1
v6.4.0
What's Changed
New Features
- Add findLocale to detection options by @sergiodxa in #212
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
Bug Fixes
- Handle additional whitespaces and don't throw exception on invalid locale by @jansedlon in #211
Other Changes
- Bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 by @dependabot in #210
New Contributors
- @jansedlon made their first contribution in #211
Full Changelog: v6.3.0...v6.3.1