https://gomo.github.io/react-calcpicker/
- Change methods calling
setState
to returning Promise. - Fix 100% width button bug.
- Fix infinite loop bug in componentDidUpdate.
- Fix memory leak bug.
- Update react to 16
- Drop compass.
- Fixed an issue where value did not change even if initialValue was updated.
- Updated webpack to ver3.
- Added shouldOpen option.
- Fixed a bug that did not respond when calling delete() after opening the calculator dialog.
- Fixed a bug when you first press 0.
- Changed to append the number to the dispay when input a number after opening the calculator dialog.
- Added wrapperClass option.
- Changed the name of the className option to buttonClass. (className is still working.)
- Fixed the title line-height.
- Added closeOnOutsideClick option.
- Added exclusionGroup option.
- Added properties to change the size of the button, and ceased designating the button size in CSS.
- The
size
element of the buttons property has been renamed tospan
.
- Changed to be able to add title to calculator dialog.
- Added support zIndex.
- Fixed github url for package.json
- First release.