Skip to content

Releases: projectcaluma/ember-caluma

v6.0.0

25 Mar 14:27
Compare
Choose a tag to compare

6.0.0 (2020-03-25)

Features

  • deps: drop support for ember 3.12 (6fa06e1)
  • utils: increase slugify max-length to 127 (3c647ea)
  • validation: add minlength validation for text fields (b34fc47)

BREAKING CHANGES

  • deps: The support for the former ember LTS version 3.12 was
    dropped since we only support the latest LTS version which is now 3.16.

This change happened in 4eaecdb where
we forgot to mark it as a breaking change which is why this commit is
empty.

v5.1.0

03 Mar 15:13
Compare
Choose a tag to compare

5.1.0 (2020-03-03)

Features

  • a11y: various improvements for accessibility (3185fc8)
  • utils: increase slugify max-length to 150 (5c2093e)

v5.0.0

13 Feb 08:51
Compare
Choose a tag to compare

5.0.0 (2020-02-13)

Bug Fixes

  • form: do not run validators on empty values (a3d996e)

Features

  • remove support for node v8.x (42f84d3)

BREAKING CHANGES

  • Node v8.x is no longer supported

v4.1.0

06 Jan 12:18
Compare
Choose a tag to compare

4.1.0 (2020-01-06)

Features

  • form: include parent fields in find field method (1e5b8ea)

v4.0.5

27 Dec 11:45
Compare
Choose a tag to compare

4.0.5 (2019-12-27)

Bug Fixes

  • remove FormAnswer (548f1b1)
  • document: fix wrong computed property key (544f0aa)
  • form: add proper table validation (7c6787b)
  • form: fix isNew property for empty answers (2491dbf)
  • form: use parent documents jexl context for table row documents (aedf903)

v4.0.4

11 Dec 12:00
Compare
Choose a tag to compare

4.0.4 (2019-12-11)

Bug Fixes

  • form: fix JEXL answer transform for table values (9049a0e)

v4.0.3

06 Dec 12:55
Compare
Choose a tag to compare

4.0.3 (2019-12-06)

Bug Fixes

  • deps: update ember-uikit to v2.0.1 (0b19859)

v4.0.2

02 Dec 10:14
Compare
Choose a tag to compare

4.0.2 (2019-12-02)

Bug Fixes

  • field: don't pass value to save mutation if null (4e05609)

v4.0.1

28 Nov 14:48
Compare
Choose a tag to compare

4.0.1 (2019-11-28)

Bug Fixes

  • form: fix cf-field-value for choice and multiple choice questions (2afabb9)
  • change disabled to readonly where applicable (15f487a)

v4.0.0

21 Nov 11:24
Compare
Choose a tag to compare

4.0.0 (2019-11-21)

Bug Fixes

  • form: transform empty string answers to null (d3a736c)

Features

  • form: allow empty values for answers (7e52e23)

BREAKING CHANGES