Releases: projectcaluma/ember-caluma
Releases · projectcaluma/ember-caluma
v4.0.5
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
4.0.4 (2019-12-11)
Bug Fixes
- form: fix JEXL answer transform for table values (9049a0e)
v4.0.3
4.0.3 (2019-12-06)
Bug Fixes
- deps: update ember-uikit to v2.0.1 (0b19859)
v4.0.2
4.0.2 (2019-12-02)
Bug Fixes
- field: don't pass
value
to save mutation if null (4e05609)
v4.0.1
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
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
v3.0.1
3.0.1 (2019-11-06)
Bug Fixes
- form: fix search for powerselect inputs (34b57fb)
v3.0.0
3.0.0 (2019-11-06)
Bug Fixes
- jexl: allow falsey values for intersects operator without breaking (4fbb73f)
- navigation: fix navigation to show base form questions (#565) (5f38df0), closes #460
- table: don't re-save existing rows after edit (e5cd5ef)
- table: remove row documents on delete (395e4e4)
- table: skip empty dates in table view (97f5758)
chore
- remove support for ember 3.8 (093d25b)
Features
- form: handle old values of dynamic questions (c9bbc36)
- license: switch license from MIT to LGPL-3.0-or-later (b1163eb)
BREAKING CHANGES
- license: Since the LGPL license is more restrictive than MIT,
this is marked as breaking
- form: This is a breaking change, since it will only work with
v3.0.0 or later of the caluma service.
- This will remove the support for the second last LTS
version of ember, since we support only the last LTS version which is
3.12 now.
v2.5.0
2.5.0 (2019-09-21)
Bug Fixes
- input/table: add btnClose to modals (5d1b42d)
- translations: shorten weekdays for french translations (#533) (0edca21)
Features
- input/options: hide archived options (ffbf840)
- options: add (un)archive to form-builder (d1483a3)
v2.4.0
2.4.0 (2019-09-05)
Bug Fixes
- cf-content: correct policy property name (91e7b52)
- cfb-options: options cannot be deleted from db (3668c66)
- ie11: remove usage of queryManager which breaks in IE11 (c424c0c)
Features
- form: allow forms to have a widget override (9b25310)
- options: hide archived options (5cd58d8)
- table: prompt before deleting rows (a9e7b0c)