All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.5 (2024-10-27)
- deps: update dependency dayjs to v1.11.10 (5fb7061)
- deps: update dependency dayjs to v1.11.7 (f211725)
- deps: update dependency dayjs to v1.11.8 (e088ba2)
- deps: update dependency dayjs to v1.11.9 (055544c)
- deps: update dependency jalaliday to v2.3.0 (c3d2747)
0.7.4 (2021-09-14)
0.7.3 (2021-09-14)
0.7.2 (2020-01-26)
0.7.1 (2019-09-22)
0.7.0 (2019-08-28)
- introduce limitView - navigate limatation (80f16e9)
0.6.4 (2019-08-26)
- tree shake calendar on data change (88ad09d)
0.6.3 (2019-08-25)
0.6.1 (2019-08-19)
- select-range: preserve user defined class (71d3488)
0.6.0 (2019-04-28)
- remove monthTitleFormat and introduce named slot month-title
0.5.1 (2019-01-08)
- clear click event, optimize month render (bb24ea6)
0.5.0 (2018-12-21)
- from now on vue-calendars default calendar is gregorian
if you want to show jalali dates just create a dayjs object and change its calendar
and pass this object as
date
props to vue-calendarconst date = dayjs().calendar('jalali')
for more information see jalaliday docs: https://www.npmjs.com/package/jalaliday
0.4.1 (2018-11-24)
- month: calculate enable dates within min-date and max-date (b933ede)
- month.vue: change vuec-7col columns class (prevent conflict with bootstrap) (b1ce8a8)
0.4.0 (2018-11-21)
- month: render remaining days of lmonths last week (b1327ec)
- calendar: add month title format prop (e9458b1)
0.3.1 (2018-11-18)
- calendar: day of week slot (8d5704e)
0.3.0 (2018-11-18)
- add slot to modify day of week name (a582cc9)
0.2.1 (2018-10-06)
0.2.0 (2018-10-02)
- support days customization using slot (2c9f085)
0.1.1 (2018-09-05)
- package main file (0b71532)
- export dayjs (462171b)