v0.2.0
BREAKING: The internal name of the addon was changed from el-calendar
to elemental-calendar
to match the NPM name and the components exported. If you are extending a component with something like
import { default as CalendarEvent } from 'el-calendar/components/calendar-event';
You will need to update the import to be:
import { default as CalendarEvent } from 'elemental-calendar/components/calendar-event';
Closed issues:
Merged pull requests:
- upgrade to ember 3 #28 @stopfstedt
- rm dev kruft. #26 @stopfstedt
* These notes were automatically created by generate-github-release-notes