You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Eventnext-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)