Releases: kenhyuwa/litepie-datepicker
Releases · kenhyuwa/litepie-datepicker
v1.0.13
Fixed
- Fix issues dynamic import on Vite (#12).
v1.0.12
Fixed
- Fix issues localization lazy load.
v1.0.11
- Trigger
emit
on keyup event.
v1.0.10
Fixed
- Fix bug
start-from
if using localization, (#i18n).
v1.0.9
Fixed
- Props
footer
removed.
- Fix localization
- Fix bug
auto-apply
if shortcuts clicked.
- Add new props
options
, Example.
v1.0.8
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.6
Feature
- New props
footer
, Example.
- Redesign layout, for breakpoint
768 ~ 1024
.
- Hide Next/Prev button if months active.
v1.0.5
Fixed
- Added dayjs
customParseFormat
plugin, to correctly parse from formatter
props (#3).
Feature
- Added keyboard event
keyup
for update value (#5).