react-numpad v5.2.2 Release Notes

Release Date: 2020-05-29 // almost 4 years ago

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