Skip to content

Releases: kenhyuwa/litepie-datepicker

v1.0.14

31 Mar 15:15
Compare
Choose a tag to compare

Fixed

  • issues on keyup (#15).

v1.0.13

25 Mar 20:25
Compare
Choose a tag to compare

Fixed

  • Fix issues dynamic import on Vite (#12).

v1.0.12

20 Mar 15:57
Compare
Choose a tag to compare

Fixed

  • Fix issues localization lazy load.

v1.0.11

20 Mar 13:15
Compare
Choose a tag to compare
  • Trigger emit on keyup event.

v1.0.10

20 Mar 05:55
Compare
Choose a tag to compare

Fixed

  • Fix bug start-from if using localization, (#i18n).

v1.0.9

20 Mar 04:03
Compare
Choose a tag to compare

Fixed

  • Props footer removed.
  • Fix localization
  • Fix bug auto-apply if shortcuts clicked.
  • Add new props options, Example.

v1.0.8

19 Mar 21:22
Compare
Choose a tag to compare

Feature

  • Add localization for shortcuts, footer & dayjs locale.
  • New props i18n, Example.

Improve

  • Change local model value to pickerValue.

Fixed

  • Fix issues placement arrow, left to right.

v1.0.7

17 Mar 21:23
Compare
Choose a tag to compare

Fixed

  • some style buggy.

v1.0.6

17 Mar 21:10
Compare
Choose a tag to compare

Feature

  • New props footer, Example.
  • Redesign layout, for breakpoint 768 ~ 1024.
  • Hide Next/Prev button if months active.

v1.0.5

16 Mar 16:58
Compare
Choose a tag to compare

Fixed

  • Added dayjs customParseFormat plugin, to correctly parse from formatter props (#3).

Feature

  • Added keyboard event keyup for update value (#5).