Releases: i18next/i18next
Releases · i18next/i18next
v25.4.2
- fix: enableSelector: true doesn't work with custom keySeparator 2341
v25.4.1
- fix: KeyPrefix not working with new selector api 2340
v25.4.0
- add new selector API to improve TypeScript IDE performance 2322
- To enable it, set
enableSelector: true
in your configuration options
- With
enableSelector: "optimize"
, i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
- To assist with the migration, we've published the following packages:
v25.3.6
- improve fix: Ordinals and non-ordinals don't work together 2337
v25.3.5
- fix: Ordinals and non-ordinals don't work together 2337
v25.3.4
- remove unnecessary debug logs
v25.3.3
- fix: Brackets breaking nesting interpolation 2336
v25.3.2
- fix
dir()
for non-Intl language codes 2330
v25.3.1
- warn if legacy
interpolation.format
function is still used
v25.3.0
- feat: support formatting function with plural and interpolation 2325
- fix
dir()
for Latn language codes 2324