Releases: gabrielhpugliese/meteor_supercalendar
Releases · gabrielhpugliese/meteor_supercalendar
Fix checkboxes on modal
- Clicking on
I know the time
did not show the time correctly
Use fullCalendar events
- Now superCalendar uses fullCalendar events. This enables clicks on any views.
- Added third parameter to events called
data
Subscriptions must be done by users and add custom rendered event
- Subscriptions and publications must be explicit
- Users can now override the default rendered event
Add custom behaviours to clicks
- Add custom behaviour to click on day square
- Add custom behaviour to registered event label
Remove bootstrap dependency
Bootstrap just added some css and modal js. Now it's replaced by anti:modal package.
Calendar upgraded to use with [email protected]+
v0.3.0 Merge branch 'master' of https://github.com/gabrielhpugliese/meteor_s…