Skip to content

Releases: projectcaluma/ember-caluma

@projectcaluma/ember-distribution-v1.0.0-beta.4

16 Feb 13:45
Compare
Choose a tag to compare

@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

  • distribution: add config variable to stack the UI (2ad285a)
  • distribution: add index page when no inquiries exist (689089c)
  • distribution: add proper 404 handling (73e62e6)
  • distribution: remove distribution top level route (6f396da)

@projectcaluma/ember-form-v11.0.0-beta.10

09 Feb 15:08
Compare
Choose a tag to compare

@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

07 Feb 18:57
Compare
Choose a tag to compare

@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

07 Feb 18:46
Compare
Choose a tag to compare

@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

07 Feb 18:51
Compare
Choose a tag to compare

@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

@projectcaluma/ember-form-builder-v11.0.0-beta.7

07 Feb 18:54
Compare
Choose a tag to compare

@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

@projectcaluma/ember-distribution-v1.0.0-beta.3

07 Feb 19:00
Compare
Choose a tag to compare

@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

@projectcaluma/ember-core-v11.0.0-beta.4

07 Feb 18:49
Compare
Choose a tag to compare

@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
    a dateAttr 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

03 Feb 14:41
Compare
Choose a tag to compare

@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 the meta.formatValidators so the backend
    validates as well. For more information on how to migrate check the
    migration guide to v11.

@projectcaluma/ember-form-v11.0.0-beta.8

03 Feb 17:34
Compare
Choose a tag to compare

@projectcaluma/ember-form-v11.0.0-beta.8 (2022-02-03)

Bug Fixes

  • dye file upload button in default color (ad9e1b8)
  • form: fix isNew state of answers without backend object (c10129f)