QCalendar v1.5.0 has been released!
-
https://github.com/quasarframework/quasar-ui-qcalendar/releases/tag/v1.5.0
- This release introduces new properties for Agenda view to add extra left and right columns. Perfect for creating Planners. Check out the example at: https://quasarframework.github.io/quasar-ui-qcalendar/demos/planner
- feat(Agenda): new Agenda view props: ‘left-column-options’, ‘right-column-options’, ‘column-options-id’ and ‘column-options-label’
- feat(Calendar): new prop ‘bordered’ to provide border around QCalendar in any view
- feat(sass): new Sass variables for Agenda view with extra columns
-feat(day/agenda): new scoped slot ‘day-header-label’ - feat(exports): new method ‘moveRelativeDays’ take QCaendar timestamp and will move back or forward the relative days, taking into account passed weekdays (skips non-visible days, if specified).
- Fix(QCalendar): emit ‘change’ event at startup. The ‘change’ event passes the start and end timestamps of the visible view (for a week, it’s the first and last days, for a month it’s the first and last days of the month)
https://user-images.githubusercontent.com/10262924/75116326-6c0faf00-5624-11ea-8624-954d1f4434b5.png