Skip to content

Releases: cibernox/ember-power-calendar

Release 0.22.0-beta.3

04 Jan 13:18
Compare
Choose a tag to compare
Release 0.22.0-beta.3 Pre-release
Pre-release

🐛 Bug Fix

  • #347 Fix less export & update ember-power-select / ember-basic-dropdown (@mkszepp)

🏠 Internal

Committers: 1

Release 0.22.0-beta.2

04 Jan 08:04
Compare
Choose a tag to compare
Release 0.22.0-beta.2 Pre-release
Pre-release

💥 Breaking Change

  • #345 Move test import ember-power-calendar/test-support to ember-power-calendar/test-support/helpers (@mkszepp)

Committers: 1

Release 0.22.0-beta.1

03 Jan 15:53
Compare
Choose a tag to compare
Release 0.22.0-beta.1 Pre-release
Pre-release

🐛 Bug Fix

Committers: 1

Release 0.22.0-beta.0

03 Jan 15:33
Compare
Choose a tag to compare
Release 0.22.0-beta.0 Pre-release
Pre-release

💥 Breaking Change

Committers: 1

Release 0.21.0

15 Nov 08:02
Compare
Choose a tag to compare

💥 Breaking Change

  • #338 Update peerDependencies moment & luxon (@mkszepp)
  • #335 Add registerDateLibrary to allow register every date library & allow ember-truth-helpers v4 (@mkszepp)

🏠 Internal

Committers: 1

lux et veritas

26 Aug 18:21
Compare
Choose a tag to compare

This version finally decouples ember-power-calendar completely from moment.js.

Now the addon will require the user to also install one of the addons that encapsulate date manipulation and formatting:

(If anyone wants to create more addons to add support for other date libraries, I'd be happy to help and add them to the docs. Some libraries can be:

A moment aside

20 Aug 13:08
Compare
Choose a tag to compare

Big release with no public API changes, but that performs a big internal refactor that externalized to a separate addon the manipulation of time.

That way, the addon that manipulates and formats dates can be backed by moment, luxon, date.js or any other library in a way that doesn't affect the calendar.