Skip to content

Latest commit

 

History

History
218 lines (97 loc) · 6.35 KB

CHANGELOG.md

File metadata and controls

218 lines (97 loc) · 6.35 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.5 (2024-10-27)

Bug Fixes

  • 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)

Features

  • introduce limitView - navigate limatation (80f16e9)

0.6.4 (2019-08-26)

Bug Fixes

  • tree shake calendar on data change (88ad09d)

0.6.3 (2019-08-25)

0.6.1 (2019-08-19)

Bug Fixes

  • select-range: preserve user defined class (71d3488)

0.6.0 (2019-04-28)

Features

  • month name as slot (f4b039c)

  • Merge pull request #2 from SasanFarrokh/master (cab477e), closes #2

BREAKING CHANGES

  • remove monthTitleFormat and introduce named slot month-title

0.5.1 (2019-01-08)

Bug Fixes

  • clear click event, optimize month render (bb24ea6)

0.5.0 (2018-12-21)

Bug Fixes

  • calendar: remove unused computed value (aa1763c)
  • improve support for gregory calendar (3ad3c3c)

Features

  • Change default calendar from jalali to gregorian (1620af4)
  • localize week day names (ad53e9b)

BREAKING CHANGES

  • 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-calendar const date = dayjs().calendar('jalali') for more information see jalaliday docs: https://www.npmjs.com/package/jalaliday

0.4.1 (2018-11-24)

Bug Fixes

  • 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)

Bug Fixes

  • month: render remaining days of lmonths last week (b1327ec)

Features

  • calendar: add month title format prop (e9458b1)

0.3.1 (2018-11-18)

Bug Fixes

  • calendar: day of week slot (8d5704e)

0.3.0 (2018-11-18)

Features

  • add slot to modify day of week name (a582cc9)

0.2.1 (2018-10-06)

Bug Fixes

  • remove unused props (8903fdd)
  • render custom template in day slot (231d57c)

0.2.0 (2018-10-02)

Features

  • support days customization using slot (2c9f085)

0.1.1 (2018-09-05)

Bug Fixes

0.1.0 (2018-09-05)

Bug Fixes

Features