Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@jrjohnson jrjohnson released this 22 Aug 16:54
6f1c245

v0.2.0

Full Changelog

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:

  • replace yarn with npm #27
  • dependency upgrades #24
  • don't run in dev mode by default #25

Merged pull requests:

* These notes were automatically created by generate-github-release-notes