Skip to content

Releases: nathanreyes/v-calendar

v2.2.2

26 Jan 22:34
Compare
Choose a tag to compare

Improvements

  • Update lodash to fix security vulnerability

v2.2.1

24 Jan 19:46
Compare
Choose a tag to compare

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

11 Jan 13:22
Compare
Choose a tag to compare

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 and ZZZZ mask tokens
  • Add unit tests for DatePicker and TimePicker with string dates

v2.1.6

01 Jan 19:35
Compare
Choose a tag to compare

Bug Fixes

  • Fix time parse for browsers < Safari 14

v2.1.5

27 Dec 22:42
Compare
Choose a tag to compare

Bug Fixes

  • Fix css for nav current month, title & weekday labels

v2.1.4

26 Dec 21:16
dadcd0f
Compare
Choose a tag to compare

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

18 Dec 00:19
Compare
Choose a tag to compare

Bug Fixes

  • Toggle date value to null if date is re-selected and is-required is false. This only applies if is-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

14 Dec 03:09
Compare
Choose a tag to compare

Bug Fixes

  • Fix container height in flex containers
  • Fix disabled date detection
  • Fix timezone offset calculation

v3.0.0-alpha.2

24 Nov 13:34
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

Support for Vue 3.0, Typescript as ESM builds.

Reference README for installation.

v2.1.1

18 Nov 13:14
Compare
Choose a tag to compare
  • Fixes aria-label for calendar days
  • Adds trim-weeks prop for both calendars and date pickers
  • Adds force option to move and focusDate methods
  • Adds move and focusDate method wrappers to date picker
  • Convert move and focusDate to promise-based methods for compatibility
  • Adds showDelay and hideDelay options for date picker popover
  • Adds showDelay, hideDelay and transition options for attribute popovers