Skip to content

Release 0.2.7

Compare
Choose a tag to compare
@RichardLindhout RichardLindhout released this 19 Dec 15:00
· 709 commits to master since this release
0383c54

0.2.7 (2020-12-19)

0.2.6 (2020-12-19)

Fix bug where time picker would not work good on some numbers (fixed #26)

You can now use locale to force a language if automatic detection is not good enough, fixed #12

  <DatePickerModal
        locale="en"
        ....rest
/>
  <TimePickerModal
        locale="en"
        ....rest
/>