Releases: projectcaluma/ember-caluma
Releases · projectcaluma/ember-caluma
v6.1.1
6.1.1 (2020-06-04)
Bug Fixes
- deps: add resolutions to fix build (2fa230c)
- dummy: fix moment config for dummy app (e335fe2)
- i18n: only use primary locale in http headers (7f36264)
v6.1.0
6.1.0 (2020-03-26)
Features
v6.0.0
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
5.1.0 (2020-03-03)
Features
- a11y: various improvements for accessibility (3185fc8)
- utils: increase slugify max-length to 150 (5c2093e)
v5.0.0
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
4.1.0 (2020-01-06)
Features
- form: include parent fields in find field method (1e5b8ea)
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)