next-intl

Internationalization (i18n) for Next.js that gets out of your way. 🌐

MIT License

Downloads
3M
Stars
1.9K
Committers
58

Bot releases are visible (Hide)

next-intl - v3.19.3 Latest Release

Published by github-actions[bot] about 1 month ago

3.19.3 (2024-09-17)

Bug Fixes

  • Handle overlapping locale prefixes correctly pt. 2 (#1344) (7958659) – by @amannn
next-intl - v3.19.2

Published by github-actions[bot] about 1 month ago

3.19.2 (2024-09-17)

Bug Fixes

  • Handle overlapping custom locale prefixes correctly (#1343) (72c1731), closes #1329 – by @amannn
next-intl - v3.19.1

Published by github-actions[bot] about 1 month ago

3.19.1 (2024-09-05)

Bug Fixes

  • Add error handling in case an invalid i18n request config file has been specified (#1327) (18b9fd6) – by @amannn
next-intl - v3.19.0

Published by github-actions[bot] about 2 months ago

3.19.0 (2024-08-30)

Features

  • Support ./i18n/request.ts in addition to ./i18n.ts (#1308) (258e95e) – by @amannn
next-intl - v3.18.1

Published by github-actions[bot] about 2 months ago

3.18.1 (2024-08-29)

Bug Fixes

  • Print warning for inconsistent i18n setup where no locale is read in getRequestConfig and also none is returned (#1305) (2f0f781) – by @amannn
next-intl - v3.18.0

Published by github-actions[bot] about 2 months ago

3.18.0 (2024-08-28)

Features

  • Add defineRouting for easier i18n routing setup (#1299) (5ff6120) – by @amannn
next-intl - v3.17.6

Published by github-actions[bot] about 2 months ago

3.17.6 (2024-08-23)

Bug Fixes

  • Enable React Compiler ESLint plugin and fix relevant case (#1281) (606f4cc)– by @amannn
next-intl - v3.17.5

Published by github-actions[bot] about 2 months ago

3.17.5 (2024-08-23)

Bug Fixes

  • Lazy init message formatter for improved tree shaking in case useTranslations is only used in Server Components (#1279) (9f1725c) – by @amannn
next-intl - v3.17.4

Published by github-actions[bot] 2 months ago

3.17.4 (2024-08-20)

Bug Fixes

  • Update @formatjs/intl-localematcher to latest version (#1140) (c217582) – by @amannn
next-intl - v3.17.3

Published by github-actions[bot] 2 months ago

3.17.3 (2024-08-14)

Bug Fixes

  • Handle optional catch-all segments in navigation APIs if no value is provided and handle the case if a dynamic value appears multiple times in a pathname (#1259) (58ef482), closes #1236 – by @amannn
next-intl - v3.17.2

Published by github-actions[bot] 3 months ago

3.17.2 (2024-07-19)

Bug Fixes

  • Fix open redirect vulnerability for localePrefix: 'as-necessary' by sanitizing pathname in the middleware (#1208) (f42ac01), closes #1207 – by @hblee12294
next-intl - v3.17.1

Published by github-actions[bot] 3 months ago

3.17.1 (2024-07-15)

Bug Fixes

  • Apply useMemo for useRouter returned from createLocalizedPathnamesNavigation to keep a stable reference when possible (#1201) (a1b9a36), closes #1198 – by @amannn
next-intl - v3.17.0

Published by github-actions[bot] 3 months ago

3.17.0 (2024-07-12)

Features

next-intl - v3.16.0

Published by github-actions[bot] 3 months ago

3.16.0 (2024-07-11)

Features

  • Support trailingSlash: true in Next.js config (#1190) (cfbdee9) – by @amannn
next-intl - v3.15.5

Published by github-actions[bot] 3 months ago

3.15.5 (2024-07-09)

Bug Fixes

  • Support relative pathnames in redirect (#1178) (3b698d7), closes #1177 – by @amannn
next-intl - v3.15.4

Published by github-actions[bot] 3 months ago

3.15.4 (2024-07-08)

Bug Fixes

next-intl - v3.15.3

Published by github-actions[bot] 4 months ago

3.15.3 (2024-06-26)

Bug Fixes

  • Prefer more specific routes in usePathname when detecting the currently active pathname for localized pathnames (#1152) (936839e), closes #1151 – by @amannn
next-intl - v3.15.2

Published by github-actions[bot] 4 months ago

3.15.2 (2024-06-19)

Note: Version bump only for package root

next-intl - v3.15.1

Published by github-actions[bot] 4 months ago

3.15.1 (2024-06-19)

Bug Fixes