All Versions
261
Latest Version
Avg Release Cycle
12 days
Latest Release
-

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