v4.0.0 - Beta 14 Release
Pre-release
Pre-release
matiasperrone
released this
28 Dec 16:25
·
102 commits
to main
since this 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