Releases: nathanreyes/v-calendar
Releases · nathanreyes/v-calendar
v2.2.2
Improvements
- Update lodash to fix security vulnerability
v2.2.1
Bug Fixes
- Fix bug with disabling certain month and year items if any min or max props are provided.
Improvements
- Disables navigation to next and previous groups of month and year items when needed. 🎉
v2.2.0
Bug Fixes
- Set timezone offset to 0 for ISO dates that end with Z
- Adjust date timezone to UTC when formatting with masks that end with Z
Enhancements
- Use a default ISO mask for string dates that matches the browser: YYYY-MM-DDTHH:mm:ss.SSSZ
- Add ZZ,ZZZandZZZZmask tokens
- Add unit tests for DatePicker and TimePicker with string dates
v2.1.6
Bug Fixes
- Fix time parse for browsers < Safari 14
v2.1.5
Bug Fixes
- Fix css for nav current month, title & weekday labels
v2.1.4
Bug Fixes
- Fix popover.keepVisibleOnInput
- Patch Media Query addEventListenerfor browsers < Safari 14, < Edge 16
- Fix focus styles in navigation pane
Enhancements
- Remove dedicated Gridcomponent to reduce DOM elements and package size
- Remove unnecessary JS/CSS
- Tighten min pane width to 250px
v2.1.3
Bug Fixes
- Toggle date value to null if date is re-selected and is-requiredis false. This only applies ifis-rangeis false
- Use is-requiredprop to prevent null date values on re-select or clearing input element
- Prevent hiding picker if disabled date is selected
Enhancements
- Shortens picker popover hide delay to prevent multiple rapid date selections
v2.1.2
Bug Fixes
- Fix container height in flex containers
- Fix disabled date detection
- Fix timezone offset calculation
v3.0.0-alpha.2
Support for Vue 3.0, Typescript as ESM builds.
Reference README for installation.
v2.1.1
- Fixes aria-label for calendar days
- Adds trim-weeksprop for both calendars and date pickers
- Adds forceoption tomoveandfocusDatemethods
- Adds moveandfocusDatemethod wrappers to date picker
- Convert moveandfocusDateto promise-based methods for compatibility
- Adds showDelayandhideDelayoptions for date picker popover
- Adds showDelay,hideDelayandtransitionoptions for attribute popovers