All Versions
261
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 12
Changelog History
Page 12
-
v10.6.1 Changes
- ๐ 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)
-
v10.5.3 Changes
- ๐ Fix the displayName of HOC components 798
-
v10.5.2 Changes
- ๐ fixes: transSupportBasicHtmlNodes doesn't work with self-closing Trans 790
-
v10.5.1 Changes
- ReferenceError: setImmediate is not defined 787
-
v10.5.0 Changes
- โ Adding support for nested component inside Trans that are a list.map like
<ul>{['a', 'b'].map(item => ( <li key={item}>{item}</li> ))}</ul>
784 (Adding<ul i18nIsDynamicList>
will also create correct missing string)
- โ Adding support for nested component inside Trans that are a list.map like
-
v10.4.2 Changes
- โก๏ธ typescript: updated typescript definition of the UseTranslationOptions interface, added the useSuspense configuration property 778
-
v10.4.1 Changes
- ๐ allow p in Trans
-
v10.4.0 Changes
- ๐ allow br, strong, i tags be used for translations handled by Trans
-
v10.3.1 Changes
- IE11 sending console as the first argument to apply 774