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

Changelog History
Page 15

  • v9.0.5 Changes

    • ๐Ÿ”Œ UMD: Environment optimization with rollup-plugin-replace support 683
  • v9.0.4 Changes

    • โœ… typescript: add generic type to t function and the tests 665
    • ๐ŸŒ hooks: enable passing in i18n to useTranslation hook so we could wrap that with a useContext enabled hook
  • v9.0.3 Changes

    • ๐Ÿ›  fix useSSR for hooks storing state on i18n instance and not globally 671
    • should fix case where fallbackLng is set false and invalid lng is loaded in hooks -> never ready 677
    • multiple typescript improvements
  • v9.0.2 Changes

    • ๐Ÿ›  fix hooks ts 658
  • v9.0.1 Changes

    • ๐Ÿ›  fix ts 655
  • 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!!

  • 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