All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-
Changelog History
Page 25
Changelog History
Page 25
-
v7.2.2 Changes
- ๐ fixes issue in accepting string as a result of "nested" lookup PR909
-
v7.2.1 Changes
- ๐ fixes iterating over object's own properties #904
-
v7.2.0 Changes
- ๐ new init option simplifyPluralSuffix - setting it to false will treat all plurals using suffix numbers even for locals only having singular and plural
- even if no lng set or detected at least load the fallback languages
- delay init call on createInstance if not set initImmediate to false #879
-
v7.1.3 Changes
- ๐ fixes issue in returnObject tree called with options including ns: react-i18next #240
-
v7.1.2 Changes
- โ remove regex escape from format separators #896
-
v7.1.1 Changes
- ๐ change to named plugins for 3rd party - just calling init
-
v7.1.0 Changes
- โ add option to include plugins not directly related - they get called their init function with current instance of i18next on init
-
v7.0.1 Changes
- ๐ fix issue in fallback lng detection if no code was detected
- check for having a lng in append when searching locals to load on loadResources - avoid error on express middleware
-
v7.0.0 Changes
- ๐ [BREAKING] Removed special cases for norwegian which resolved nb-NO to nb-NO, no will now resolve to nb-NO, nb #870 using norwegian you could migrate to old behaviour like:
fallbackLng: { 'nb': ['no', 'en'], 'nn': ['no', 'en'], 'default': ['en'] }
- โ adding exports for named import (destruction es6) #873
- ๐ change entry point for umd build to /src/i18next to avoid mixed export
- ๐ replace cloning in interpolation nesting to use object assign instead of json.stringify/parse so circular structures can be used #875
- โก๏ธ update all build dependencies
-
v6.1.2 Changes
- ๐ fixes fix in 6.1.1