Skip to content

Releases: gabrielhpugliese/meteor_supercalendar

Fix checkboxes on modal

03 May 21:02
Compare
Choose a tag to compare
  • Clicking on I know the time did not show the time correctly

Use fullCalendar events

29 Mar 20:55
Compare
Choose a tag to compare
  • 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

12 Jan 20:20
Compare
Choose a tag to compare
  • Subscriptions and publications must be explicit
  • Users can now override the default rendered event

Add custom behaviours to clicks

10 Jan 19:24
Compare
Choose a tag to compare
  • Add custom behaviour to click on day square
  • Add custom behaviour to registered event label

Remove bootstrap dependency

04 Jan 21:08
Compare
Choose a tag to compare

Bootstrap just added some css and modal js. Now it's replaced by anti:modal package.

Calendar upgraded to use with [email protected]+

23 Dec 13:26
Compare
Choose a tag to compare
v0.3.0

Merge branch 'master' of https://github.com/gabrielhpugliese/meteor_s…