Releases: projectcaluma/ember-caluma
Releases · projectcaluma/ember-caluma
@projectcaluma/ember-distribution-v1.0.0-beta.4
@projectcaluma/ember-distribution-v1.0.0-beta.4 (2022-02-16)
Bug Fixes
- distribution: show controls if no inquiries exist yet (5c73b6d)
- pikaday: add pikaday modifier reexport in engines (c13d302)
Features
@projectcaluma/ember-form-v11.0.0-beta.10
@projectcaluma/ember-form-v11.0.0-beta.10 (2022-02-09)
Bug Fixes
- form: always trigger data fetching in cf-content (3fab675)
@projectcaluma/ember-workflow-v11.0.0-beta.4
@projectcaluma/ember-workflow-v11.0.0-beta.4 (2022-02-07)
Bug Fixes
- work-item-button: always fetch work item from network (1a6bea7)
@projectcaluma/ember-testing-v11.0.0-beta.2
@projectcaluma/ember-testing-v11.0.0-beta.2 (2022-02-07)
Bug Fixes
- testing: replace moment with luxon (893c6f4)
@projectcaluma/ember-form-v11.0.0-beta.9
@projectcaluma/ember-form-v11.0.0-beta.9 (2022-02-07)
Bug Fixes
- action-button: only hide action button visually if disabled (e292f09)
- deps: remove moment altogether and update ember-pikday (b2f7fa2)
- form: change file download actions to query and network-only (aa4458e)
BREAKING CHANGES
- deps: The host app now needs to opt-in to use the default
pikaday styles: https://github.com/adopted-ember-addons/ember-pikaday#styles
@projectcaluma/ember-form-builder-v11.0.0-beta.7
@projectcaluma/ember-form-builder-v11.0.0-beta.7 (2022-02-07)
Bug Fixes
- deps: remove moment altogether and update ember-pikday (b2f7fa2)
BREAKING CHANGES
- deps: The host app now needs to opt-in to use the default
pikaday styles: https://github.com/adopted-ember-addons/ember-pikaday#styles
@projectcaluma/ember-distribution-v1.0.0-beta.3
@projectcaluma/ember-distribution-v1.0.0-beta.3 (2022-02-07)
Bug Fixes
- deps: remove moment altogether and update ember-pikday (b2f7fa2)
- distribution: replace moment with luxon (80f6b9a)
BREAKING CHANGES
- deps: The host app now needs to opt-in to use the default
pikaday styles: https://github.com/adopted-ember-addons/ember-pikaday#styles
@projectcaluma/ember-core-v11.0.0-beta.4
@projectcaluma/ember-core-v11.0.0-beta.4 (2022-02-07)
Bug Fixes
- core: remove usage of moment and remove momentAttr for models (92f3651)
BREAKING CHANGES
- core: The
momentAttr
decorator for models was replaced with
adateAttr
that returns a plain JS date object. Predefined date
attributes on models are now JS dates instead of moment objects.
@projectcaluma/ember-testing-v11.0.0-beta.1
@projectcaluma/ember-testing-v11.0.0-beta.1 (2022-02-03)
Bug Fixes
- validation: sync format validator validation with backend (ee66968)
BREAKING CHANGES
- validation: Use the
formatValidators
property of the backend to store and read
format validators instead of themeta.formatValidators
so the backend
validates as well. For more information on how to migrate check the
migration guide to v11.