UNPKG

litepie-datepicker

Version:

A date range picker component for Vue.js and Tailwind CSS, dependent to day.js

93 lines (59 loc) 2.9 kB
# Changelog All notable changes to this project will be documented in this file. --- ## [Released] ## [1.0.0] - First release. ## [1.0.1] - Make stable release. ## [1.0.2] - Expose `placeholder`, `clear` function to slot, work if using slot, [Example](https://litepie.com/#use-slot). ## [1.0.3] - Fix typo `inRangeDateBetween`. ## [1.0.4] - Fixed `shortcuts` if custom, [Example](https://litepie.com/#custom-shortcuts). ## [1.0.5] - Added dayjs `customParseFormat` plugin, to correctly parse from `formatter` props ([#3](https://github.com/kenhyuwa/litepie-datepicker/pull/3)). - Added keyboard event `keyup` for update value ([#5](https://github.com/kenhyuwa/litepie-datepicker/pull/5)). ## [1.0.6] - New props `footer`, [Example](https://litepie.com/#footer). - Redesign layout, for breakpoint `768 ~ 1024`. - Hide Next/Prev button if months active. ## [1.0.7] - Fix some style. ## [1.0.8] - Add localization for `shortcuts`, `footer` & `dayjs` locale. - New props `i18n`, [Example](https://litepie.com/#i18n). - Change local model `value` to `pickerValue`. - Fix issues placement arrow, `left` to `right`. ## [1.0.9] - Props `footer` removed. - Fix localization - Fix bug `auto-apply` if shortcuts clicked. - Add new props `options`, [Example](https://litepie.com/#options). ## [1.0.10] - Fix bug `start-from` if using localization. ## [1.0.11] - Added trigger `emit` on keyup event. ## [1.0.12] - Fix issues localization lazy load. ## [1.0.13] - Fix issues dynamic import on Vite ([#12](https://github.com/kenhyuwa/litepie-datepicker/issues/12)). ## [1.0.14] - Fix issues on keyup ([#15](https://github.com/kenhyuwa/litepie-datepicker/issues/15)). [Released]: https://github.com/kenhyuwa/litepie-datepicker/ [1.0.0]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.0 [1.0.1]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.1 [1.0.2]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.2 [1.0.3]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.3 [1.0.4]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.4 [1.0.5]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.5 [1.0.6]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.6 [1.0.7]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.7 [1.0.8]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.8 [1.0.9]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.9 [1.0.10]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.10 [1.0.11]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.11 [1.0.12]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.12 [1.0.13]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.13 [1.0.14]: https://github.com/kenhyuwa/litepie-datepicker/releases/tag/v1.0.14