All Versions
246
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 14
Changelog History
Page 14
-
v9.0.0 Changes
- ๐ allow defining
transEmptyNodeValue
in i18next.options.react to set a default fallback value for empty nodes to allow i18next fallback flow 462 - Warn if i18next instance is a promise 652
- ๐ keeping legacy names (no deprecation on them as this will be last version using those -> v10 will be based on hooks)
๐ฅ BREAKING
- ๐ out of licensing reasons the ponyfill for react-context had to be removed 635
Using react >= 16.3.0 will be save - in other cases you will need to polyfill react.createContext yourself!!
- ๐ allow defining
-
v8.4.0 Changes
- โก๏ธ update typescript definitions for i18next v13 631
-
v8.3.9 Changes
- try fixing hooks ready algorithm 642
-
v8.3.8 Changes
- try fixing edge case of unset state: 615
-
v8.3.7 Changes
- ๐ handle initial SSR props only once
-
v8.3.6 Changes
- โ remove componentWillReceiveProps call in I18nextProvider to comply with react strict mode 596
-
v8.3.5 Changes
- ๐ rename named export to window.ReactI18next for standalone js
-
v8.3.4 Changes
- ๐ try fixing standalone browser build
-
v8.3.3 Changes
- โ remove wait option in hooks code (not used anylonger)
-
v8.3.2 Changes
- ๐ use react suspense in hooks experimental code learn more