Releases: nathanreyes/v-calendar
Releases · nathanreyes/v-calendar
v3.1.2
v2.4.2
Bug Fixes
- Fix popover bug with missing attributes
Improvements
- Bump date-fns-timezoneto 1.3.7
v3.1.1
Calendar
- Fixes bug when auto-assigning attribute keys
DatePicker
- Add tests for time picker and range mode update
- Add class for time select components
- Fix bug where value not cleared when toggling rangemode
v3.1.0
Project
- Add prettier plugin to sort imports
- Clean up unused helper methods, refactor out createGuid
- Use symbols in lieu of GUIDs
- Fixes type declaration
- Bump .nvmversion to 18.14.2
Calendar
- Group calendar components in Calendar directory
- Group calendar grid components in CalendarGrid directory
- CalendarPane => CalendarPage
- Adds header-title-wrapperslot
- Fixes disabledDatesprop usage
DatePicker
- Refactors from render function to templates to play nice with vue-test-utils
- Refactors mounting method in tests
- Fixes bug not passing minDate and maxDate to Calendar (Fixes #1339)
- Fixes footerslot fordateTimemode
- Adds slot tests
- Removes awaitfor datepicker mount in tests
v3.0.3
Bug Fixes
- Fix header-title,header-prev-button,header-next-button,nav-prev-buttonandnav-next-buttonslots
Improvements
- Improve header elements/styling
v3.0.1
Calendar
- Add missing type=buttonattribute to navigation buttons
v3.0.0
Calendar
- Add viewprop to display weekly calendars
- Add initial-pageandinitial-page-positionprops
- Deprecate from-page,from-date,to-page,to-dateprops in lieu ofinitial-page
- Add moveBymethod to move by number of pages
- Emit native eventas 2nd argument for day and week events (dayclick,daymouseenter,daymouseleave,dayfocusin,dayfocusout,daykeydown,weeknumberclick)
- Rename SetupCalendarexport tosetupCalendar
Date Picker
- Add rulesprop for limitinghours,minutes,secondsandmilliseconds
- Deprecate valid-hoursandminute-incrementprops in lieu ofrules
- Deprecate modelConfigprop in lieu ofnumberandstringmodel modifiers
- Soft deprecate is-rangeprop in lieu ofrangemodel modifier
- Add time-accuracyprop to allow selecting seconds and milliseconds components in time picker
- Major redesign of TimePickerto fit more time component selections
- Deprecate update-layoutslot prop as it is no longer needed
v3.0.2
Bug Fixes
- Include attributeswithin day event objects
- Fix date normalization bug when clearing input fields
- Fix day-contentslot
v3.0.0-alpha.8
Bug Fixes
- Fix valid-hoursandminute-incrementprops for input slot usage
- Fix bug where date picker would reset nulldates
Improvements
- Allow separate valid-hoursandminute-incrementfor range dates
v2.4.1
Bug Fixes
- Fix valid-hoursandminute-incrementprops for input slot usage
- Fix bug where date picker would reset nulldates
Improvements
- Allow separate valid-hoursandminute-incrementfor range dates