Skip to content

Releases: prototypal-io/elemental-calendar

v0.2.0

22 Aug 16:54
6f1c245
Compare
Choose a tag to compare

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

v0.1.0

09 Feb 17:23
d5ef5cd
Compare
Choose a tag to compare

v0.1.0

Full Changelog

Merged pull requests:

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