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

Changelog History
Page 10

  • v10.13.0 Changes

    September 24, 2019
    • also use count from values object passed to Trans if passed - else use the one on props 947
  • v10.12.5 Changes

    September 16, 2019
    • โšก๏ธ typescript: Update types for reportNamespaces 945
    • typescript: Improve withSSR type definition 943
  • v10.12.4 Changes

    September 11, 2019
    • ๐Ÿ›  ICU: Fixes macro to support count prop and expressions better 939
  • v10.12.3 Changes

    September 09, 2019
    • avoid conditional hook call in edge case (wrong setup) 935
  • v10.12.2 Changes

    August 13, 2019
    • ๐ŸŒ Trans: do not replace html tags in translation strings that are not in the transKeepBasicHtmlNodesFor array 919
  • v10.12.1 Changes

    August 12, 2019
    • Set ready flag to false when i18n instance has not been initialised 918
  • v10.12.0 Changes

    August 10, 2019
    • ๐Ÿ›  fix / extend icu.macro: ICU: Trans macro will parse defaults as alternate to children 917
  • v10.11.5 Changes

    August 03, 2019
    • typescript: fix types for use() 912
  • v10.11.4 Changes

    July 04, 2019
    • 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
  • v10.11.3 Changes

    July 02, 2019
    • ๐Ÿ‘ฏ 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