Skip to content

Releases: gpietro/react-numpad

v5.0.0 / 2019-07-04

04 Jul 18:45
Compare
Choose a tag to compare

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

Release notes

07 Feb 19:47
Compare
Choose a tag to compare

Features:

  • It's now possible to change the NumPad position with the following values for position: flex-start, center, flex-end

Release notes

26 Jan 10:31
Compare
Choose a tag to compare

New features

  • Add date range validation with minDate, maxDate to NumPad.Calendar component as props.

Release notes

25 Jan 10:56
Compare
Choose a tag to compare

Add Calendar component.
It is now possible to have a input calendar with <NumPad.Calendar />

Release notes

25 Jan 08:05
Compare
Choose a tag to compare

Add defaultValue attribute.

Release notes

23 Jan 13:19
Compare
Choose a tag to compare

Bug fix:

  • Custom child component did receive props on dom element, dateFormat and displayRule props didn't work.

Dependencies:

  • Update to the latest version for all dependencies
  • React starting from version 16.2.0 is required.

v1.1.0

29 Nov 16:30
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release
  • NumPad is now wrapped inside react-portal to work also in modals
  • It's now possibile to override the input field as child component.

v1.0.4

29 Nov 16:30
Compare
Choose a tag to compare

First release