Skip to content

Releases: catc/react-timekeeper

Fix iOS touch events

03 Jan 20:08
Compare
Choose a tag to compare

Add disabled time range

29 Dec 06:01
Compare
Choose a tag to compare

Release includes:

  • adds the disabled time range feature (#29 and #63) - see PR
  • fix dragging over meridiem triggering time changes - #73
  • various housekeeping improvements:
    • 11a2c00
      • update to react 17
      • update a bunch of other packages (babel, eslint)
      • migrate tests from enzyme to rtl
      • update react spring to v9
      • clean up eslint rules
      • minor perf improvements
    • 0400862
      • use new jsx runtime
      • upgrade to emotion v11
      • CI improvements

Bug fixes

01 Oct 00:04
Compare
Choose a tag to compare

Includes:

  • updates peer react version
  • fixes #46
  • adds new switchToMinuteOnHourDropdownSelect config option - see #38

More active state classes

03 Apr 06:14
Compare
Choose a tag to compare

Added active state classes to meridiem dropdown numbers.

Add CSS variable support

29 Mar 21:38
Compare
Choose a tag to compare

v2.0.4 Bug fixes

03 Oct 03:51
Compare
Choose a tag to compare
package bump, attempt to fix yarn node engine error

Timekeeper 2.0

24 Sep 01:38
Compare
Choose a tag to compare

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

16 Feb 19:40
Compare
Choose a tag to compare
  • 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

25 Jan 17:04
Compare
Choose a tag to compare
v1.0.7

version bump

Fix 24 hour format

17 Jan 18:26
Compare
Choose a tag to compare
1.0.6

version bump and build