Releases: richardtallent/vue-simple-calendar
Releases · richardtallent/vue-simple-calendar
2.2.0
See CHANGELOG for details
2.1.3
v.2.1.3 - build/publish reversal issue
Version 2.0
New features include:
- Dates passed as strings are interpreted using browser local time, not UTC, which prevents the event from showing up on an unexpected date.
- Optional display of start and/or end times of events, with options for formatting
- Ability to view more than one month at a time
- Week view (including multi-week)
- Year view (including, but not necessarily sanely, multi-year support)
- New named slot for event
- All slots now pass back useful properties the caller can bring into their scope
- The main grid is scrollable if it is too tall for the component
- Each week is scrollable if its events are too tall for the week's row in the component
There are some breaking changes, so be sure to read the full documentation before upgrading. They should be mostly minor unless you heavily customized the CSS.
1.7.1
Fixes reported babel issues in 1.7.0.
1.7.0
Add startingDayOfWeek
property to allow the calendar to optionally start on any desired day of the week
Version 1.6
See readme version history.
2017-05-21
Fixed IE. Bad IE. Fixed CSS references to emoji. Default style adjustments. Clean up some old code. Add previous/next year buttons.