Releases: catc/react-timekeeper
Releases · catc/react-timekeeper
Fix iOS touch events
Add disabled time range
Bug fixes
More active state classes
Added active state classes to meridiem dropdown numbers.
Add CSS variable support
v2.0.4 Bug fixes
package bump, attempt to fix yarn node engine error
Timekeeper 2.0
Complete rewrite of the library written for react 16.8+ in hooks. New features include:
- 24 hour mode (#4)
- customizable done button (via render props) (#20)
- customizable coarse minutes (#20)
- typescript support
- improved dev environment + updated libraries
- updated dependencies - webpack, jest,
- replaced reaction motion with react spring, radium with emotion
- eslint + prettier
- better clock hand animations + minor performance improvements
Add coarse minute support and multiple bug fixes
- Fixed critical event handler leak (new event handlers were added instead of removed) #18
- Fixed where first tap/click sticks to round 5 minute intervals as requested by in issue #1
- Added passing time to onDoneClick #16
- Added config entry
useCoarseMinutes
which snaps to 5 minute intervals - Fixed a bug in the docs, where example 3 was not updating (pointing at wrong state object)
- Updated docs to show new coarse features
Thanks to @RickeyWard for pushing these features + fixes through.
More 24 hour fixes
v1.0.7 version bump
Fix 24 hour format
1.0.6 version bump and build