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

Changelog History
Page 9

  • v11.2.4 Changes

    November 29, 2019
    • ๐ŸŒ typescript: Extend withTranslation tests to include optional props 1009
  • v11.2.3 Changes

    November 27, 2019
    • Store should be initialized after useSSR 1008
  • v11.2.2 Changes

    November 19, 2019
    • Only pass forwardedRef to children if options.withRef is false 999
  • v11.2.1 Changes

    November 13, 2019
    • โœ‚ remove used jsx in withTranslation to avoid issues while compiling 994
  • v11.2.0 Changes

    November 13, 2019
    • ๐ŸŒ withTranslation allow not only passing a ref with option withRef but also passing a forwardedRef from outside as props (before forwardedRef was only added to wrapped component if the withRef option was set) 992
  • v11.1.0 Changes

    November 07, 2019
    • โšก๏ธ Update rollup.config.js for IE11 Transpilations 988
  • v11.0.1 Changes

    October 29, 2019
    • โšก๏ธ typescript: Use updated ts export default from i18next 984
  • v11.0.0 Changes

    October 24, 2019
    • ๐Ÿ’ฅ Breaking based on i18next changes made in v18.0.0 changing the language should not trigger a Suspense anylonger. The state will be ready and t bound to the previous language until languageChanged get triggered -> this results in a nicer experience for users (no flickering Suspense while changing the language). Based on issue "Suspence is fired during lang change when useTranslation called in between" 975
    • ๐Ÿšš the default bindI18n is now languageChanged and languageChanging was removed from that default
    • โž• Adding languageChanging to bindI18n will bring back old behaviour where a language change will trigger a Suspense / ready: false while loading those new translations
    • ๐ŸŒ You can now override the defaults in i18next.options.react for bindI18n, bindI18nStore and useSuspense in the hook by useTranslation(ns, { bindI18n, bindI18nStore, useSuspense}) or in the HOC by passing those as props.
  • v10.13.2 Changes

    October 24, 2019
    • typescript: Add t function to TransProps types 969
    • ๐Ÿ‘• lint: Fix linter errors 966
  • v10.13.1 Changes

    September 27, 2019
    • avoid conditional hook call in edge case (was only issue in wrong setup useContext outside I18nextProvider) 951