Skip to content

Releases: projectcaluma/ember-caluma

v6.9.2

28 Jan 12:49
Compare
Choose a tag to compare

6.9.2 (2021-01-28)

Bug Fixes

  • form-builder: fix missing question on answer for default value (#1204) (c1c6173)

v6.9.1

26 Jan 12:22
Compare
Choose a tag to compare

6.9.1 (2021-01-26)

Bug Fixes

  • form-builder: fix fieldset on generated field for the default value (a5f9dcd)

v6.9.0

22 Jan 09:55
Compare
Choose a tag to compare

6.9.0 (2021-01-22)

Features

  • jexl: allow usage of form meta in question jexl (2956db5)

v6.8.0

22 Jan 09:33
Compare
Choose a tag to compare

6.8.0 (2021-01-22)

Bug Fixes

  • cfb: clean up options code (5a4073d)
  • cfb: fix recalculation issue in default values (f549637)
  • cfb: improve options sorting code (d5a2591)

Features

  • cfb: implement reordering of question options (3928a7c)
  • cfb: use uk-sortable component for options sorting (eba83f7)

v6.7.0

14 Jan 10:03
Compare
Choose a tag to compare

6.7.0 (2021-01-14)

Features

  • cfb: add input for default values (48a6a7b)
  • form: show calculated fields in form and compute their value live (2f47be2)
  • form-builder: add calculated fields for the form builder (dab9ee8)

v6.6.1

30 Nov 12:50
Compare
Choose a tag to compare

6.6.1 (2020-11-30)

Bug Fixes

  • nav: fix navigation hidden state and computed key in field (2a149ca)

v6.6.0

26 Nov 10:37
Compare
Choose a tag to compare

6.6.0 (2020-11-26)

Features

  • nav: implement navigation states for default answers (0e32e9e)

v6.5.2

24 Nov 08:54
Compare
Choose a tag to compare

6.5.2 (2020-11-24)

Bug Fixes

  • config: fix power select limit default config (1a1dec1)

v6.5.1

18 Nov 15:23
Compare
Choose a tag to compare

6.5.1 (2020-11-18)

Bug Fixes

  • deps: update ember-changeset and ember-changeset-validations (c66cc8e)

v6.5.0

17 Nov 14:24
Compare
Choose a tag to compare

6.5.0 (2020-11-17)

Bug Fixes

  • form: don't throw when typename is undefined in cf-field/input (34b4a36)
  • test: fix test selector (2c15fa5)
  • change maximum slug length to fit backend implementation (1da4e29)

Features

  • cf-field: make options limit configurable (#1097) (2a819c0)
  • cfb: add paging to question list (#1064) (2c80035)
  • cfb: add seperation between archived and active forms (#1054) (bda4c79)
  • lib: add a debug transform which logs to console (#1098) (8ed447b)

Reverts