Skip to content

v1.1.0

Choose a tag to compare

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

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)