Skip to content

Releases: nathanreyes/v-calendar

v3.1.2

13 Oct 11:41
Compare
Choose a tag to compare

Bug Fixes

  • Fixes date normalization when using different locales

Improvements

  • Updates date-fns-tz to 2.0

v2.4.2

13 Oct 09:40
Compare
Choose a tag to compare

Bug Fixes

  • Fix popover bug with missing attributes

Improvements

  • Bump date-fns-timezone to 1.3.7

v3.1.1

08 Oct 12:55
Compare
Choose a tag to compare

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 range mode

v3.1.0

24 Sep 20:04
Compare
Choose a tag to compare

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 .nvm version to 18.14.2

Calendar

  • Group calendar components in Calendar directory
  • Group calendar grid components in CalendarGrid directory
  • CalendarPane => CalendarPage
  • Adds header-title-wrapper slot
  • Fixes disabledDates prop 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 footer slot for dateTime mode
  • Adds slot tests
  • Removes await for datepicker mount in tests

v3.0.3

31 Mar 00:43
Compare
Choose a tag to compare

Bug Fixes

  • Fix header-title, header-prev-button, header-next-button, nav-prev-button and nav-next-button slots

Improvements

  • Improve header elements/styling

v3.0.1

16 Mar 17:52
Compare
Choose a tag to compare

Calendar

  • Add missing type=button attribute to navigation buttons

v3.0.0

15 Mar 22:23
Compare
Choose a tag to compare

Calendar

  • Add view prop to display weekly calendars
  • Add initial-page and initial-page-position props
  • Deprecate from-page, from-date, to-page, to-date props in lieu of initial-page
  • Add moveBy method to move by number of pages
  • Emit native event as 2nd argument for day and week events (dayclick, daymouseenter, daymouseleave, dayfocusin, dayfocusout, daykeydown, weeknumberclick)
  • Rename SetupCalendar export to setupCalendar

Date Picker

  • Add rules prop for limiting hours, minutes, seconds and milliseconds
  • Deprecate valid-hours and minute-increment props in lieu of rules
  • Deprecate modelConfig prop in lieu of number and string model modifiers
  • Soft deprecate is-range prop in lieu of range model modifier
  • Add time-accuracy prop to allow selecting seconds and milliseconds components in time picker
  • Major redesign of TimePicker to fit more time component selections
  • Deprecate update-layout slot prop as it is no longer needed

v3.0.2

26 Mar 20:05
Compare
Choose a tag to compare

Bug Fixes

  • Include attributes within day event objects
  • Fix date normalization bug when clearing input fields
  • Fix day-content slot

v3.0.0-alpha.8

06 Feb 21:19
Compare
Choose a tag to compare
v3.0.0-alpha.8 Pre-release
Pre-release

Bug Fixes

  • Fix valid-hours and minute-increment props for input slot usage
  • Fix bug where date picker would reset null dates

Improvements

  • Allow separate valid-hours and minute-increment for range dates

v2.4.1

06 Feb 03:37
Compare
Choose a tag to compare

Bug Fixes

  • Fix valid-hours and minute-increment props for input slot usage
  • Fix bug where date picker would reset null dates

Improvements

  • Allow separate valid-hours and minute-increment for range dates