All Versions
25
Latest Version
Avg Release Cycle
69 days
Latest Release
-

Changelog History
Page 1

  • v7.1.0 Changes

    • ๐Ÿ‘‰ Use Intl to render persian number for farsi languages
    • โœ… Looking for help testing the results and then doing the same for Arabic
  • v7.0.0 Changes

    • โž• Added support for React 18
    • โž• Added hi.js language strings
    • โž• Added so.js language strings
    • โž• Added oc.js language strings
    • โšก๏ธ Update ru.js language strings
    • ๐Ÿ›  Fix memory leak
    • โšก๏ธ Update dependencies
  • v6.1.0 Changes

    • โž• Added eslint-plugin-react-hooks and fixed the dependencies for hooks used in the library. Should result in a more consistent behaviour when changing props at runtime.
    • โšก๏ธ Updated dependencies
  • v6.0.0 Changes

    • โž• Added module field to the package.json file so you can now import ES6 modules with only a minimal amount of pre-processing applied. Relevant when targeting newer browsers only.
    • A bunch of internal changes:
      • Using rollup instead of browserify to compile the example
      • Updating a bunch of dependencies
    • โž• Added support for React 17
  • v5.2.1 Changes

    • ๐Ÿ“š Minor documentation fixes
  • v5.2.0

    October 02, 2020
  • v5.1.1

    October 02, 2020
  • v5.1.0

    October 02, 2020
  • v5.0.0

    October 02, 2020
  • v4.4.0 Changes

    February 16, 2019
    • ๐Ÿ› Bug Fix: clearTimeout when setting a new timeout. Prevents unnecessary renders.