Skip to content

v1.1.2

Compare
Choose a tag to compare
@phoenixwong phoenixwong released this 31 May 15:52
· 42 commits to master since this release
cc97aee

New

More powerful format string parameter. E.g., you can hide the "hour" column by setting format="mm:ss", or make AM/PM the first column by format="A hh:ss", no extra CSS hacking needed. Please check the Demo page for more examples. (#108, #21)

Improvements

  • Support shift+tab to navigate to the previous token slot in the Manual Input mode (#117, Thanks to @jost-s).
  • Other minor keyboard navigation enhancements for Manual Input mode.