Releases: ManukMinasyan/vue-functional-calendar
Releases · ManukMinasyan/vue-functional-calendar
v2.9.94
What's Changed
- fix: additional check for enabledDates by @DKhalil in #154
- Showing only a limited range of hours and minutes by @Monomachus in #155
New Contributors
- @Monomachus made their first contribution in #155
Full Changelog: v2.9.92...v2.9.94
v2.9.92
What's Changed
- fix. emit "changedYear" event by @evgeny89 in #146
- Dev by @ManukMinasyan in #147
New Contributors
Full Changelog: v2.9.9...v2.9.92
v2.9.9
What's Changed
- Add changeMonthStep prop for NextMonth() by @DKhalil in #130
- Update README.md by @healzer in #135
- fix: check disabled dates before enabled dates by @dwaynehulsman in #138
- Dev by @ManukMinasyan in #140
- Add .vue extension for explicit imports for Vite fix by @MikeEtlingerRM in #144
New Contributors
- @healzer made their first contribution in #135
- @dwaynehulsman made their first contribution in #138
- @MikeEtlingerRM made their first contribution in #144
Full Changelog: v2.9.3...v2.9.9
v2.9.3
- feat: add alwaysUseDefaultClasses prop for day slot
- chore: add documentation for enabledDates
v2.9.2
- Added monthChanged event to pickMonth function
- Latest changes day & calendar fixes
- Feat: propagate dayMouseOver event outwards
- Chore: update readme
v2.8.79
- 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
- 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
- Minimum selected days functionality
- Finalize selected minimum and maximum days count functionality.
- Minimum and maximum selected dates functionality (Imporvments)
v2.7.4
- 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
- Added choseDay event
- Added showWeekNumbers prop
- Added disabled dates, beforeToday and afterToday