### 10.13.2 - typescript: Add t function to TransProps types [969](https://github.com/i18next/react-i18next/pull/969) - lint: Fix linter errors [966](https://github.com/i18next/react-i18next/pull/966) ### 10.13.1 - avoid conditional hook call in edge case (was only issue in wrong setup useContext outside I18nextProvider) [951](https://github.com/i18next/react-i18next/pull/951) ### 10.13.0 - also use count from `values` object passed to Trans if passed - else use the one on props [947](https://github.com/i18next/react-i18next/pull/947) ### 10.12.5 - typescript: Update types for reportNamespaces [945](https://github.com/i18next/react-i18next/pull/945) - typescript: Improve withSSR type definition [943](https://github.com/i18next/react-i18next/pull/943) ### 10.12.4 - ICU: Fixes macro to support count prop and expressions better [939](https://github.com/i18next/react-i18next/pull/939) ### 10.12.3 - avoid conditional hook call in edge case (wrong setup) [935](https://github.com/i18next/react-i18next/pull/935) ### 10.12.2 - Trans: do not replace html tags in translation strings that are not in the transKeepBasicHtmlNodesFor array [919](https://github.com/i18next/react-i18next/issues/919) ### 10.12.1 - Set ready flag to false when i18n instance has not been initialised [918](https://github.com/i18next/react-i18next/pull/918) ### 10.12.0 - fix / extend icu.macro: ICU: Trans macro will parse defaults as alternate to children [917](https://github.com/i18next/react-i18next/pull/917) ### 10.11.5 - typescript: fix types for use() [912](https://github.com/i18next/react-i18next/pull/912) ### 10.11.4 - assert edge case trans component get set a key - assert context get destructed of empty object if context gets used falsely on a component got pulled out of main tree from react-portal or similar ### 10.11.3 - only apply initial values in useSSR, withSSR on i18next instances not being a clone (eg. created by express middleware on server) ==> don't apply on serverside ### 10.11.2 - Reload translations whenever namespaces passed to useTranslation() change [878](https://github.com/i18next/react-i18next/pull/878) ### 10.11.1 - fixes a regression in Trans component taking namespace from passed t function [867](https://github.com/i18next/react-i18next/issues/867#issuecomment-502395958) ### 10.11.0 - Restore support passing the defaultNS via I18nextProvider prop [860](https://github.com/i18next/react-i18next/pull/860) ### 10.10.0 - HOC: expose wrapped component as WrappedComponent property [853](https://github.com/i18next/react-i18next/pull/853) ### 10.9.1 - Fix useEffect mount/unmount usage [852](https://github.com/i18next/react-i18next/pull/852) ### 10.9.0 - trigger suspense on languageChanging by add listening to that event too (new in i18next@15.1.0) - if you do not like this behaviour of suspending during languageChange - remove it from bindI18n ### 10.8.1 - expose context [829](https://github.com/i18next/react-i18next/pull/829) ### 10.8.0 - Support taking values for interpolation not only from content but the props count, values too: Replace count prop from in translation string automatically [826](https://github.com/i18next/react-i18next/issues/826) ### 10.7.0 - brings back nsMode=default|fallback [822](https://github.com/i18next/react-i18next/pull/822) - typescript: Add missing type definition for withTranslation options [821](https://github.com/i18next/react-i18next/pull/821) ### 10.6.2 - Fix Trans component ignore default options [818](https://github.com/i18next/react-i18next/pull/818) ### 10.6.1 - useTranslation useEffect also guard against unmounted for bound events...seems unmount and actual call to useEffect cleanup are not in correct order (component is first unmounted and then unbound - should be vice versa) ### 10.6.0 - use forwardRef for withTranslation [802](https://github.com/i18next/react-i18next/pull/802) - fixes Translation reset after component is unmounted with useTranslation [801](https://github.com/i18next/react-i18next/issues/801) ### 10.5.3 - Fix the displayName of HOC components [798](https://github.com/i18next/react-i18next/pull/798) ### 10.5.2 - fixes: transSupportBasicHtmlNodes doesn't work with self-closing Trans [790](https://github.com/i18next/react-i18next/issues/790) ### 10.5.1 - ReferenceError: setImmediate is not defined [787](https://github.com/i18next/react-i18next/issues/787) ### 10.5.0 - Adding support for nested component inside Trans that are a list.map like `` [784](https://github.com/i18next/react-i18next/pull/784) (Adding `