Releases: projectcaluma/ember-caluma
Releases · projectcaluma/ember-caluma
@projectcaluma/ember-workflow v9.0.0
@projectcaluma/ember-workflow v9.0.0 (2021-09-13)
chore
- deps: update ember-auto-import to v2 (34242f9)
Features
- move to monorepo structure with multiple packages (676df5f)
BREAKING CHANGES
- deps: ember-caluma now requires ember-auto-import v2+
- This will completely change the way ember-caluma is used. A migration guide will be added in time.
@projectcaluma/ember-testing v9.0.0
@projectcaluma/ember-testing v9.0.0 (2021-09-13)
chore
- deps: update ember-auto-import to v2 (34242f9)
Features
- move to monorepo structure with multiple packages (676df5f)
BREAKING CHANGES
- deps: ember-caluma now requires ember-auto-import v2+
- This will completely change the way ember-caluma is used. A migration guide will be added in time.
@projectcaluma/ember-form v9.0.0
@projectcaluma/ember-form v9.0.0 (2021-09-13)
chore
- deps: update ember-auto-import to v2 (34242f9)
Features
- move to monorepo structure with multiple packages (676df5f)
BREAKING CHANGES
- deps: ember-caluma now requires ember-auto-import v2+
- This will completely change the way ember-caluma is used. A migration guide will be added in time.
@projectcaluma/ember-form-builder v9.0.0
@projectcaluma/ember-form-builder v9.0.0 (2021-09-13)
chore
- deps: update ember-auto-import to v2 (34242f9)
Features
- move to monorepo structure with multiple packages (676df5f)
BREAKING CHANGES
- deps: ember-caluma now requires ember-auto-import v2+
- This will completely change the way ember-caluma is used. A migration guide will be added in time.
@projectcaluma/ember-core v9.0.0
@projectcaluma/ember-core v9.0.0 (2021-09-13)
chore
- deps: update ember-auto-import to v2 (34242f9)
Features
- move to monorepo structure with multiple packages (676df5f)
BREAKING CHANGES
- deps: ember-caluma now requires ember-auto-import v2+
- This will completely change the way ember-caluma is used. A migration guide will be added in time.
v8.0.0
8.0.0 (2021-08-20)
Bug Fixes
- gql: replace deprecated filters and fix dynamic option filter (e2e099a)
Features
- validation: switch default for validateOnEnter (ee57ed5)
BREAKING CHANGES
- validation: The
validateOnEnter
parameter for the
DocumentValidity
component is nowfalse
instead oftrue
since this
is the default use case.
v7.5.0
7.5.0 (2021-08-11)
Bug Fixes
- cfb: improve badge styling after uikit update (6476b4a)
- demo-app: added required "validation" route to router and added corresponding translations. (513e58a)
- file upload: don't use formdata for minio upload (52fde60), closes #1287
- info modal: glimmer syntax (b6b2b24)
- task-button: fix filter for fetching the task (332c480)
- task-button: only render button if work item is ready (f24191c)
- add ember-in-viewport to blueprint (57d1710)
Features
- buttons: add willMutate hook for work item and task buttons (3672a52)
- cfb: link sub- & rowforms in question list (4034427)
- cfb: make sub- & rowforms searchable (66e483f)
- cfb: mark conditionally required / hidden questions (f91e07e)
- document-validity: allow manual triggering of validation (8388a0a)
- add widget override "hidden" (cfa8122)