Skip to content

Releases: ZestfulNation/vue-hotel-datepicker

v4.0.0 - Release Candidate 1

12 Jan 01:59
v4.0.0-RC1
Compare
Choose a tag to compare
Pre-release

v4 - Changelist

Important Fixes!

  • Now is working properly in mobile.

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)
  • New prop disabledWeekDays: An object with the following properties: sunday, monday, tuesday, wednesday, thursday, friday, saturday, the value indicates if that day is disabled (true) or enabled (false).
  • New event next-month-rendered (Beta 11)
  • SCSS now in a separated file
  • Dependencies updated.

Documentation Improvements

  • Props
  • Events

Featured changes

  • New Event next-month-rendered, emitted every time the next month button is pressed and a new month is rendered.
  • #201 UX improvements related to check-in selection.

Deprecation

  • Prop: disabledDaysOfWeek: use the new disabledWeekDays instead. disabledWeekDays and disabledDaysOfWeek both work but disabledWeekDays take precedence.
  • Events: bookingClicked, dayClicked, handleCheckIncheckOutHalfDay and periodSelected, now use kebab-case as recommended in Vue documentation (old names still works and will be removed in v5)

Breaking changes

  • showYear now is true by default
  • value now is false by default

Other changes

  • "npm" and "pnpm" lock files with version bump.
  • PR #230: Use relative units instead of px
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • PR #259: Dates become disabled when toggling month (singleDaySelection)
  • Improvements
  • value is Boolean as expected.
  • Component renaming (src)
  • fixed range highlight selection showing on "singleDaySelection"
  • fixed startingDateValue cleared when open the datepicker.
  • minor bug fixes

v4.0.0 - Beta 15 Release

29 Dec 22:18
Compare
Choose a tag to compare
Pre-release

v4 - Changelist

Important Fixes!

  • Now is working properly in mobile.

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)
  • New prop disabledWeekDays: An object with the following properties: sunday, monday, tuesday, wednesday, thursday, friday, saturday, the value indicates if that day is disabled (true) or enabled (false).
  • New event next-month-rendered (Beta 11)
  • SCSS now in a separated file
  • Dependencies updated.

Documentation Improvements

  • Props
  • Events

Featured changes

  • New Event next-month-rendered, emitted every time the next month button is pressed and a new month is rendered.
  • #201 UX improvements related to check-in selection.

Deprecation

  • Prop: disabledDaysOfWeek: use the new disabledWeekDays instead. disabledWeekDays and disabledDaysOfWeek both work but disabledWeekDays take precedence.
  • Events: bookingClicked, dayClicked, handleCheckIncheckOutHalfDay and periodSelected, now use kebab-case as recommended in Vue documentation (old names still works and will be removed in v5)

Breaking changes

  • showYear now is true by default
  • value now is false by default

Other changes

  • Sandbox available on demo page (on "serve" script)
  • "npm" and "pnpm" lock files with version bump.
  • Use relative units instead of px (PR #230)
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • Improvements
  • value is Boolean as expected.
  • Component renaming (src)

v4.0.0 - Beta 14 Release

28 Dec 16:25
Compare
Choose a tag to compare
Pre-release

v4 - Changelist

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)
  • New prop disabledWeekDays: An object with the following properties: sunday, monday, tuesday, wednesday, thursday, friday, saturday, the value indicates if that day is disabled (true) or enabled (false).
  • New event next-month-rendered (Beta 11)
  • SCSS now in a separated file
  • Dependencies updated.

Documentation Improvements

  • Props
  • Events

Featured changes

  • New Event next-month-rendered, emitted every time the next month button is pressed and a new month is rendered.
  • #201 UX improvements related to check-in selection.

Deprecation

  • Prop: disabledDaysOfWeek: use the new disabledWeekDays instead. disabledWeekDays and disabledDaysOfWeek both work but disabledWeekDays take precedence.
  • Events: bookingClicked, dayClicked, handleCheckIncheckOutHalfDay and periodSelected, now use kebab-case as recommended in Vue documentation (old names still works and will be removed in v5)

Breaking changes

  • showYear now is true by default
  • value now is false by default

Other changes

  • "npm" and "pnpm" lock files with version bump.
  • Use relative units instead of px (PR #230)
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • Improvements
  • value is Boolean as expected.
  • Component renaming (src)

v4.0.0 - Beta 13 Release

24 Dec 07:05
Compare
Choose a tag to compare
Pre-release

v4 - Changelist

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)
  • New prop disabledWeekDays: An object with the following properties: sunday, monday, tuesday, wednesday, thursday, friday, saturday, the value indicates if that day is disabled (true) or enabled (false).
  • New event next-month-rendered (Beta 11)
  • SCSS now in a separated file
  • Dependencies updated.

Documentation Improvements

  • Props
  • Events

Featured changes

  • New Event next-month-rendered, emitted every time the next month button is pressed and a new month is rendered.
  • #201 UX improvements related to check-in selection.

Deprecation

  • Prop: disabledDaysOfWeek: use the new disabledWeekDays instead. disabledWeekDays and disabledDaysOfWeek both work but disabledWeekDays take precedence.
  • Events: bookingClicked, dayClicked, handleCheckIncheckOutHalfDay and periodSelected, now use kebab-case as recommended in Vue documentation (old names still works and will be removed in v5)

Breaking changes

  • showYear now is true by default
  • value now is false by default

Other changes

  • "npm" and "pnpm" lock files with version bump.
  • Use relative units instead of px (PR #230)
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • Improvements
  • value is Boolean as expected.
  • Component renaming (src)

v4.0.0 - Beta 12 Release

23 Dec 18:57
Compare
Choose a tag to compare
Pre-release

Beta 12

Minor bugfixes


Beta 11

Documentation Improvements

  • Props
  • Events

Deprecation

  • Events: bookingClicked, dayClicked, handleCheckIncheckOutHalfDay and periodSelected, now use kebab-case as recommended in Vue documentation (old names still works and will be removed in v5)

Featured changes

  • New Event next-month-rendered, emitted every time the next month button is pressed and a new month is rendered.
  • #201 UX improvements related to check-in selection.

Beta 10

Breaking BC changes

  • showYear now is true by default
  • value now is false by default

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)

Other changes

  • "npm" and "pnpm" lock files with version bump.
  • PR #230: Use relative units instead of px.
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • minor improvements
  • value is Boolean as expected.
  • Component renaming (src)

v4.0.0 - Beta 10 Release - lots of improvements

21 Dec 22:03
Compare
Choose a tag to compare

Breaking BC changes

  • showYear now is true by default
  • value now is false by default

Featured changes

  • Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)

Other changes

  • "npm" and "pnpm" lock files with version bump.
  • PR #230: Use relative units instead of px.
  • PR #246: Dependencies fixes.
  • PR #241: Add price argument to periodDates doc.
  • minor improvements
  • value is Boolean as expected.
  • Component renaming (src)

v4.0.0 - Beta 9 Release

15 Sep 16:13
Compare
Choose a tag to compare
Pre-release
v4.0.0-beta.9

v4.0.0-beta.9

v4.0.0 - Beta 8 Release

07 Sep 18:36
Compare
Choose a tag to compare
Pre-release

build fixes.
readme fixes.

Known Issues:

  • npm run build-package does not respects the filenames. Use pnpm instead

v4.0.0 - Beta 7 Release

04 Sep 15:39
Compare
Choose a tag to compare
Pre-release

4963 dependencies vulnerabilities fixed.

v4.0.0 - Beta 4 Release

01 Sep 16:08
Compare
Choose a tag to compare
Pre-release

Total rewrite!
Thanks @joffreyBerrier

Some build corrections