All Versions
25
Latest Version
Avg Release Cycle
69 days
Latest Release
-
Changelog History
Page 1
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
- โ Added
-
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 ofbrowserify
to compile the example - Updating a bunch of dependencies
- Using
- โ Added support for React 17
- โ Added
-
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.