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

Changelog History
Page 13

  • v10.3.0 Changes

    • ๐Ÿ‘ Allow to enable/disable useSuspense at a hook or component level 769
    • typescript: Add ready/tReady type definitions 753
  • v10.2.1 Changes

    • ๐Ÿ›  fix cimode won't load therefore won't be ready 768
  • v10.2.0 Changes

    • โž• Add bindI18nStore event options to listen to store changes if needed 749
  • v10.1.2 Changes

    • ๐Ÿ‘ allow passing ready if i18next not initialized yet but initialStore set (timing issue in razzle)
  • v10.1.1 Changes

    • ๐ŸŒ forward ready state in withTranslation, Translation
  • v10.1.0 Changes

    • ๐Ÿ‘ better naming for Wrappers in HOC for easier use of react debugger in console
    • ๐Ÿ‘ allow setting options react.useSuspense to false on i18next.init to avoid usage of suspense
  • v10.0.5 Changes

    • ๐Ÿ›  fixes namespace loading for false inital state undefined
    • typescript: Make children optional within TransProps 728
  • v10.0.4 Changes

    • try avoiding pull in of regenerator runtime for async usage -> use Promise for now
  • v10.0.3 Changes

    • ๐Ÿ›  fix initial props on withSSR
  • v10.0.2 Changes

    • ๐Ÿ”จ refactor ready state in useTranslation