react-numpad v5.0.0 Release Notes

Release Date: 2019-07-04 // almost 5 years ago
  • 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