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
,ZZZ
andZZZZ
mask 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
addEventListener
for browsers < Safari 14, < Edge 16 - Fix focus styles in navigation pane
Enhancements
- Remove dedicated
Grid
component 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-required
is false. This only applies ifis-range
is false - Use
is-required
prop 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-weeks
prop for both calendars and date pickers - Adds
force
option tomove
andfocusDate
methods - Adds
move
andfocusDate
method wrappers to date picker - Convert
move
andfocusDate
to promise-based methods for compatibility - Adds
showDelay
andhideDelay
options for date picker popover - Adds
showDelay
,hideDelay
andtransition
options for attribute popovers