react-numpad v5.2.2 Release Notes
Release Date: 2020-05-29 // over 2 years ago-
No data yet ๐
You can check the official repo
Previous changes from v5.0.0
-
Major changes
- Autopositioning: now when the NumPad is position outside the window, it will be autopositioned inside.
- Rewrite of the codebase with hooks ๐ค
๐ Bug fixes
- ๐ Fix positioning by removing the props globally from ThemeProvider.
- ๐ Fix sign when positive -0/+0
- ๐ Fix onoutsideclick validation value
- ๐ Fix useKeyboard hook
- ๐ Fix input disabled
Minor changes
- โก๏ธ minor styling update
- โ removed react-icons
- ๐ Improve test coverage
- โ Add demo page in storybook