Skip to content

Releases: mdvorak/lingui-react-router

v1.1.2

17 Nov 17:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

08 Nov 21:55
Immutable release. Only release title and notes can be modified.
b0c04a8

Choose a tag to compare

1.1.1 (2025-11-08)

Bug Fixes

  • don't force the client to join multiple catalogs (6dd7044)
  • don't generate chunks for server (0ea6858)

v1.1.0

07 Nov 10:57
Immutable release. Only release title and notes can be modified.
f603ad4

Choose a tag to compare

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

04 Nov 11:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.0.1 (2025-11-04)

Bug Fixes

  • move cldr-core dependency to direct dependencies (b8f504d)

v1.0.0

04 Nov 10:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

  • add cycle detection to localeMapping resolution (b252432)
  • don't add user defined locales to fallbackLocales (6d70822)
  • fix unknown locale handling (cb7c3a8)
  • loadInitialLocale should respect lingui runtimeConfigModule config (3d80aaf)
  • resolve catalog path properly (ff114aa)

v0.3.2

24 Oct 09:57
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.3.2 (2025-10-24)

⚠ BREAKING CHANGES

  • useLinguiServer() now requires router context explicitly

Features

  • moved server context to explicit RouterContextProvider, which useLinguiServer now requires (09a2d89)

Bug Fixes

  • remove dependency on vite, don't leak vite Plugin (110e773)

v0.2.3

10 Oct 20:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.3 (2025-10-10)

Bug Fixes

  • plugin: added missing recursive flag to mkdir (6b6d27b)

v0.2.2

10 Oct 20:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.2 (2025-10-10)

Bug Fixes

  • support for locale preloading (c4fd719), closes #18

v0.2.1

03 Oct 14:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.1 (2025-10-03)

Bug Fixes

  • add automatically lingui-react-router to ssr.noExternal (51107f6)

v0.2.0

03 Oct 14:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.0 (2025-10-03)

Features

  • introducing linguiRouterPlugin (f394f9f)