Skip to content

Releases: ManukMinasyan/vue-functional-calendar

v2.9.94

16 Jun 21:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.92...v2.9.94

v2.9.92

10 Jan 13:48
78c0ff8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.9...v2.9.92

v2.9.9

01 Dec 00:50
249b1ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.3...v2.9.9

v2.9.3

03 Mar 20:38
Compare
Choose a tag to compare
  • feat: add alwaysUseDefaultClasses prop for day slot
  • chore: add documentation for enabledDates

v2.9.2

26 Feb 13:14
bcd3e64
Compare
Choose a tag to compare
  • Added monthChanged event to pickMonth function
  • Latest changes day & calendar fixes
  • Feat: propagate dayMouseOver event outwards
  • Chore: update readme

v2.8.79

04 May 09:42
c15bf2a
Compare
Choose a tag to compare
  • Added dist folder
  • Changed build path and target
  • Added footer slot && isLayoutExpandable prop
  • Changed HTML tags to div, added new prop isLayoutExpandable with dynamic content, added slots navigationArrowLeft, navigationArrowRight
  • Changed the calendar SCSS
  • Solved problem connected with v-model

v.2.8.70

24 Apr 18:35
7cb70dd
Compare
Choose a tag to compare
  • Finalize functionality marked date range array
  • Solved the problem connected with reactive marked dates and markedDateRange
  • Fix missing value 9 in time picker (@guAnsunyata)
  • Week numbers functionality, and other improvements
  • Solved problem connected with the month and year picker
  • PreMonth, NextMonth, NextYear, PreYear functions improvements
  • Added condition for calendar key 0 position
  • Solved problem connected with before today and after today disabled dates
  • Added multiple selected dates input tags functionality
  • Removed input data, changed v-model(date picker, date range to computed
  • Global improvements, unique keys, popover
  • Added new slots dateRangeInputs & datePickerInput

v2.7.7

08 Feb 17:36
Compare
Choose a tag to compare
  • Minimum selected days functionality
  • Finalize selected minimum and maximum days count functionality.
  • Minimum and maximum selected dates functionality (Imporvments)

v2.7.4

27 Jan 17:52
Compare
Choose a tag to compare
  • Top date cursor fixed
  • Mobile responsive with props
  • Month and Year picker improvements for multiple calendars
  • Fixed month and year picker dark mode
  • Fixed top date(month,year) active function

v2.7.1

19 Dec 09:14
Compare
Choose a tag to compare
  • Added choseDay event
  • Added showWeekNumbers prop
  • Added disabled dates, beforeToday and afterToday