Skip to content

Releases: klinki/au-datetime-picker

v0.1.0

28 Apr 11:45
Compare
Choose a tag to compare

0.1.0 (2018-04-28)

Features

  • Add showOnInputFocus config option (52ed807)
  • Toggle datetimepicker when button is clicked (5b36c09)

v0.0.8

24 Mar 21:49
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

0.0.8 (2018-03-24)

Bug Fixes

  • build Finally I fixed my CI pipeline. Future build should be fine (I hope)
  • scope: Use locale in hour scope (75ab11a)

v0.0.7

24 Mar 21:33
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

0.0.7 (2018-03-24)

This release is also broken and it was accidentally published without dist code

Bug Fixes

  • scopes: Use locale for hour scope, not minute scope (405844e)

v0.0.6

24 Mar 19:24
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

0.0.6 (2018-03-24)

This release is broken and it was accidentally published without dist code

Bug Fixes

  • build: Do not ignore dist in .npmignore (a1741a4)

v0.0.5

21 Mar 23:02
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

0.0.5 (2018-03-21)

Bug Fixes

  • Rename date-time-picker to au-date-time-picker (5b57177)

0.0.4-development

18 Mar 22:15
Compare
Choose a tag to compare
0.0.4-development Pre-release
Pre-release
  • remove dependencies on external date-time pickers CSS
  • add CHANGELOG
  • create gh-pages example
  • split big selection strategies file into several scopes
  • rename SelectionStrategy to SelectionScope
  • prepare configuration interface