All Versions
261
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 23
Changelog History
Page 23
-
v4.6.0 Changes
- ๐ allow passing initialI18nStore and initialLanguage to I18nextProvider via props to support simpler ssr
- โ adds a serverside rendering sample based on razzle
-
v4.5.0 Changes
- pass i18n instance to context inside translate hoc to simplify usage in nextjs
- options.react.exposeNamespace will expose namespace on data-i18next-options for consuming in editors
-
v4.4.0 Changes
- introduces Trans component which enables you to translate nested components incl. interpolation by resulting in one translatable string. learn more
-
v4.3.0 Changes
- ๐ allow passing down initialI18nStore and initialLanguage to translate hoc to support ssr scenario better see example/nextjs
-
v4.2.0 Changes
- ๐ allow passing i18next instance in translate hoc options makes integration in nextjs easier
-
v4.1.2 Changes
- โ Remove workaround to set ready if there was no initialized signal PR263
-
v4.1.1 Changes
- ๐ Fix react-i18next to work with TypeScript PR261
-
v4.1.0 Changes
- ๐ eslint cleanup
- โ a lot more tests
- flag nsMode: 'fallback' -> uses namespaces passed to translate hoc as fallbacks #254
-
v4.0.0 Changes
- ๐ deploys 3.1.1 as possible breaking: fixes issue in fixing t function - pass only first namespace not an array of namespaces (access other namespaces like: this.props.t('namespace:key'))
-
v3.1.2 Changes
- โช reverts last change