Releases: mdvorak/lingui-react-router
Releases · mdvorak/lingui-react-router
v1.1.2
Immutable
release. Only release title and notes can be modified.
1.1.2 (2025-11-17)
Bug Fixes
- add optimizeLocaleBundles option to plugin configuration (a5a8de5)
- server: make localeMiddleware generic to support all call signatures (46b90e7)
- support
<rootDir>in lingui config under windows (afa4076) - test: add createLocaleRoutesStub for handling multiple test routes (65b4ecd)
- test: use localeMiddleware in createLocaleRouteStub (6c03cf6)
v1.1.1
v1.1.0
Immutable
release. Only release title and notes can be modified.
1.1.0 (2025-11-07)
Features
- add changeLocale function to handle locale changes and redirects (9234ef7)
- add changeLocale to RouteLocale object (1693905), closes #85
- expose userLocales property (4e80d14)
- rename usePathLocale to useRouteLocale, deprecate usePathLocale (978dc70)
Bug Fixes
- add support for custom useLingui module configuration (8c66dcc)
- correct locale normalization in URL redirect (c5626c3)
- enhance i18n handling in I18nApp and usePathLocale (6a362c6)
- fix minified code build and backticks in locales (036f465)
- further optimize usePathLocale, main logic now moved to I18nApp component (4815ff0)
- remove I18nApp dependency on usePathLocale (d9a6fd9)
- remove identity mappings from localeMapping (6c9ce2e)
v1.0.1
v1.0.0
Immutable
release. Only release title and notes can be modified.
1.0.0 (2025-11-04)
⚠ BREAKING CHANGES
- removed localeRoutes from lingui-react-router
Features
- add defaultLocaleMapping plugin config (d0664a3)
- add defineLinguiRouterConfig function (400a802)
- add locale mapping configuration for improved locale detection (d2c7527)
- add locale normalization and parent locale mapping (9037056)
- add locale parameter name configuration for improved locale handling (5cf9615)
- add support for custom catalog extensions in locale module (2837a6e)
- add support for custom runtimeConfigModule i18n config (9db65c0)
- enhance locale handling and configuration (edece57)
- enhance localization support and configuration (b19722a), closes #22
- enhance testing support with createLocaleRouteStub function (7655d0e)
- removed localeRoutes from lingui-react-router (828313c)
- support fallback locales (96ca054)
Bug Fixes
v0.3.2
Immutable
release. Only release title and notes can be modified.