Skip to content

Releases: nathanreyes/v-calendar

v3.0.0-alpha.7

01 Feb 13:31
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

Bug Fixes

  • Fix defaults when using plugin
  • Fix iso mask
  • Fix broken navigation state when using max-date
  • Fix double arrows appearing in time picker when using Tailwind reset styles

Improvements

  • Add valid-hours prop for time picker

v2.4.0

01 Feb 13:29
Compare
Choose a tag to compare

Bug Fixes

  • Fix edge case when switching date modes
  • Fix double arrows appearing in time picker when using Tailwind reset styles

Improvements

  • Add valid-hours prop

v3.0.0-alpha.6

07 Oct 20:17
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release

Port event handling updates from v2.3.4.

v2.3.4

06 Oct 14:12
43b3834
Compare
Choose a tag to compare

Bug Fixes

  • Fix broken removal of event handlers in calendar and date picker
  • Dependabot updates

Improvements

  • Remove custom click detection handlers for Mobile Safari

v3.0.0-alpha.5

13 Jul 13:35
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release

Bug Fixes

  • Fix input format and debounce
  • Fix footer slot

v2.3.1

13 Jul 13:26
Compare
Choose a tag to compare

Bug Fixes

  • Bump dependency versions

v3.0.0-alpha.4

04 May 00:39
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

Bug Fixes

  • Fix DatePicker export
  • Fix scoped slot usage

v2.3.0

13 Mar 18:03
Compare
Choose a tag to compare

Bug Fixes

  • Fix trim-weeks missing dates if firstDayOfWeek !== 1
  • Fix input format on calendar hide
  • Fix date range normalization for time and input updates

Improvements

  • Add show-weeknumbers prop (Boolean | String) with support for left, left-outside, right or right-outside positions
  • Add weeknumberclick event that emits week data on click
{
  weeknumber: Number, // Weeknumber clicked
  days: [Day], // List of day objects for the weeknumber clicked
  event: MouseEvent, // Native event emitted
}

v2.2.4

28 Feb 00:10
Compare
Choose a tag to compare

Bug Fixes

  • Set inheritAttrs to false for calendar pane component
  • Fix null dates for time picker when mode === 'time'

Improvements

  • Add modelConfig.fillDate parameter to fill missing date parts
  • Provide popover options as defaults for showPopover, hidePopover, togglePopover

v2.2.3

01 Feb 00:41
1791424
Compare
Choose a tag to compare

Bug Fixes

  • Fix on-bottom class when trim-weeks prop is used
  • Fix date range clearing and page adjustment when end date is missing