Skip to content

Releases: projectcaluma/ember-caluma

v2.1.3

24 Jul 09:31
Compare
Choose a tag to compare

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

11 Jul 12:34
Compare
Choose a tag to compare

2.1.2 (2019-07-11)

Bug Fixes

  • deps: update dependency ember-auto-import to v1.5.2 (755af94)
  • form: fix saving of table answers (ad88efb)
  • lib: fix recomputing of the optional state (13f4fee)

v2.1.1

09 Jul 13:00
Compare
Choose a tag to compare

2.1.1 (2019-07-09)

Bug Fixes

  • form-builder: make sure apollo is initialized properly (8496daa)
  • intl: update deprecated macro to new syntax (565f18a)

v2.1.0

09 Jul 11:45
Compare
Choose a tag to compare

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

05 Jul 14:43
Compare
Choose a tag to compare

2.0.3 (2019-07-05)

Bug Fixes

  • deps: update dependency graphql to v14.4.2 (1d3c2ba)
  • deps: update dependency sass to v1.22.3 (2f0b59e)
  • dummy: change cf-form to cf-content (46db6aa)
  • lib: fix library object initialization to prevent loops (86f14dc)
  • uk-modal: add DDAU handler (c0f3130)

v2.0.2

03 Jul 12:13
Compare
Choose a tag to compare

2.0.2 (2019-07-03)

Bug Fixes

  • form: fix new state of fields and fieldset initialization (03a1b7c)

v2.0.1

02 Jul 15:25
Compare
Choose a tag to compare

2.0.1 (2019-07-02)

Bug Fixes

  • ie11: fix checkboxes in IE11 (6131128)

v2.0.0

02 Jul 09:27
Compare
Choose a tag to compare

2.0.0 (2019-07-02)

Features

  • lib: support flat answers (b602056)

BREAKING CHANGES

  • lib: The whole lib layer changed since we moved to the new
    API structure. However, the cf-content component still works the same
    way as before.

v1.2.4

02 Jul 07:20
Compare
Choose a tag to compare

1.2.4 (2019-07-02)

Bug Fixes

  • deps: update dependency sass to v1.22.2 (3881d3c)
  • deps: update ember infrastructure (7a63a38)
  • form: fix wrong updating of the answer value (091831e)

v1.2.3

01 Jul 14:40
Compare
Choose a tag to compare

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)