Releases: projectcaluma/ember-caluma
Releases · projectcaluma/ember-caluma
v2.1.3
2.1.3 (2019-07-24)
Bug Fixes
- deps: update dependency sass to v1.22.4 (74d2810)
- deps: update jexl (8040e05)
- form: fix premature access to validators which are not yet fetched (df6a6e6)
- form: fix removing of table rows (5ea7881)
- jexl: fix handling of whitespace characters (f783909)
- performance: improve loading performance and caching (7bcedab)
- performance: improve performance of state calculations (cb46c5b)
- tests: add failing test for whitespace jexl expressions (ba7d236)
v2.1.2
v2.1.1
v2.1.0
2.1.0 (2019-07-09)
Bug Fixes
- deps: update dependency ember-auto-import to v1.5.0 (67a1328)
- deps: update dependency ember-fetch to v6.7.0 (c2a0d5a)
- deps: update dependency ember-intl to v4.0.1 (2f3c772)
- form: fix removing of empty answers (bd6eb15)
Features
-
add format validation to text and textarea (de6d46f)
This requires the host app to pass the new
validator
service to the form-builder engine:// app/app.js const App = Application.extend({ // ... engines: { emberCaluma: { dependencies: { services: [ // ... "validator" ] } } } });
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.2.4
v1.2.3
1.2.3 (2019-07-01)
Bug Fixes
- deps: update dependency ember-fetch to v6.6.0 (cfc9e85)
- deps: update dependency ember-math-helpers to v2.11.3 (bd205da)
- deps: update dependency graphql to v14.4.0 (ed9fdb4)
- deps: update dependency graphql to v14.4.1 (c0bf301)
- deps: update dependency sass to v1.22.1 (9a86dc0)
- form: fix resetting of values on slow input (e07388a)