- Add daily view and view switching.
- Add convertible example demonstrating view switching.
- Add distribution scripts with precompiled templates.
- BREAKING: Rename
Ember.Calendar.CalendarView
toEmber.Calendar.ContainerView
; add newEmber.Calendar.CalendarView
that wraps (optional) view switching buttons and calendar body. - BREAKING: Rename weekly view template:
ember-calendar
toember-calendar-week
. - BREAKING: Rename keys related to weekly view in Ember.Calendar.CalendarController:
dayViewClass
toweekDayViewClass
,headingDateViewClass
toweekHeadingDateViewClass
,dates
toweekDates
,days
toweekDays
. - Update build script to use node and npm modules only.