Releases: ZestfulNation/vue-hotel-datepicker
Releases · ZestfulNation/vue-hotel-datepicker
v4.0.0 - Release Candidate 1
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 newdisabledWeekDays
instead.disabledWeekDays
anddisabledDaysOfWeek
both work butdisabledWeekDays
take precedence. - Events:
bookingClicked
,dayClicked
,handleCheckIncheckOutHalfDay
andperiodSelected
, 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 defaultvalue
now isfalse
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 toperiodDates
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
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 newdisabledWeekDays
instead.disabledWeekDays
anddisabledDaysOfWeek
both work butdisabledWeekDays
take precedence. - Events:
bookingClicked
,dayClicked
,handleCheckIncheckOutHalfDay
andperiodSelected
, 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 defaultvalue
now isfalse
by default
Other changes
v4.0.0 - Beta 14 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 newdisabledWeekDays
instead.disabledWeekDays
anddisabledDaysOfWeek
both work butdisabledWeekDays
take precedence. - Events:
bookingClicked
,dayClicked
,handleCheckIncheckOutHalfDay
andperiodSelected
, 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 defaultvalue
now isfalse
by default
Other changes
v4.0.0 - Beta 13 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 newdisabledWeekDays
instead.disabledWeekDays
anddisabledDaysOfWeek
both work butdisabledWeekDays
take precedence. - Events:
bookingClicked
,dayClicked
,handleCheckIncheckOutHalfDay
andperiodSelected
, 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 defaultvalue
now isfalse
by default
Other changes
v4.0.0 - Beta 12 Release
Beta 12
Minor bugfixes
Beta 11
Documentation Improvements
- Props
- Events
Deprecation
- Events:
bookingClicked
,dayClicked
,handleCheckIncheckOutHalfDay
andperiodSelected
, 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 defaultvalue
now isfalse
by default
Featured changes
- Language now is available in a folder with different translations available: es, en, pt, fr (ISO lang codes)
Other changes
v4.0.0 - Beta 10 Release - lots of improvements
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
v4.0.0 - Beta 9 Release
v4.0.0-beta.9 v4.0.0-beta.9
v4.0.0 - Beta 8 Release
build fixes.
readme fixes.
Known Issues:
npm run build-package
does not respects the filenames. Usepnpm
instead
v4.0.0 - Beta 7 Release
4963 dependencies vulnerabilities fixed.
v4.0.0 - Beta 4 Release
Total rewrite!
Thanks @joffreyBerrier
Some build corrections