Skip to content

Releases: projectcaluma/ember-caluma

v12.10.1

13 Mar 10:14
Compare
Choose a tag to compare

12.10.1 (2024-03-13)

Bug Fixes

  • concurrency: fix concurrency transform in engines (b5675d4)
  • deps: update dependencies (5ab8b7d)

v12.10.0

06 Mar 12:23
Compare
Choose a tag to compare

12.10.0 (2024-03-06)

Bug Fixes

Features

  • copy forms (06ce87f)
  • form: add method to refresh the answer of a field (78fd9b5)
  • form: add widget override for number separator (69419b4)
  • form: always fetch answer meta (2255a80)

v12.9.0

29 Jan 09:34
Compare
Choose a tag to compare

12.9.0 (2024-01-29)

Bug Fixes

  • form-builder: don't refetch the forms for the "used by" modal on changeset change (#2611) (077e7a0)

Features

  • form-builder: allow editing of form meta (#2597) (e9640b7)

v12.8.0

19 Dec 15:44
Compare
Choose a tag to compare

12.8.0 (2023-12-19)

Bug Fixes

  • form-builder: add missing CSS theme for highlight.js (6e88a3a)
  • form-builder: fix cursor issues in code editor fields (a2b8536)

Features

  • form-builder: modal which shows in which form the question is used (c321f08)
  • form: add reset function for optional single choice questions (f9c490f)

v12.7.0

12 Dec 14:11
Compare
Choose a tag to compare

12.7.0 (2023-12-12)

Bug Fixes

  • deps: update dependencies (89bc207)
  • distribution: add the new ui config to the calumaOptions (1d24d3a)
  • distribution: improve text when no action is available (#2567) (308f10d)
  • form-builder: fix codejar highlighting (49e459c)

Features

  • enable feature to show all services when selecting services for new inquiry (0bd35fd)
  • show better error message for failing validations (ce00677)

v12.6.0

06 Nov 13:02
Compare
Choose a tag to compare

12.6.0 (2023-11-06)

Bug Fixes

  • add ember-data version check to check if calling .toArray on ember-data arrays is deprecated (#2525) (a719961)

Features

  • distribution: pass distribution to abilities functions (#2538) (1cf1593)
  • enable single- and multiple-choice questions in the inquiry preview (8c97c44)

v12.5.0

17 Oct 12:43
Compare
Choose a tag to compare

12.5.0 (2023-10-17)

Features

  • pass inquiry to form (useful for different widget overrides) (14e93c7)

v12.4.0

26 Sep 11:06
Compare
Choose a tag to compare

12.4.0 (2023-09-26)

Bug Fixes

  • form: fix fast selection in checkboxes (bd9bb3f)
  • form: hide date removal when disabled (#2501) (93a8529)

Features

  • pass selectedGroups as context to form wrapper in inquiry form (#2509) (7e20f85)

v12.3.1

25 Aug 13:55
Compare
Choose a tag to compare

12.3.1 (2023-08-25)

Bug Fixes

  • add "showValidation" to field fragment (88cdf90)

v12.3.0

23 Aug 06:40
Compare
Choose a tag to compare

12.3.0 (2023-08-23)

Bug Fixes

  • refactor to use showValidation flag instead of context, add tests (104d826)

Features

  • validation: list invalid fields for the action-button widget (dc0d516)