Skip to content

Releases: projectcaluma/ember-caluma

v13.1.1

30 Oct 08:03
Compare
Choose a tag to compare

13.1.1 (2024-10-30)

Bug Fixes

  • distribution: show the "check inquiries" button for sub-circulations (#2832) (5ba9de4)

v13.1.0

04 Sep 13:25
Compare
Choose a tag to compare

13.1.0 (2024-09-04)

Bug Fixes

  • number-separator: display zero values correctly (c80f9b7)

Features

  • jexl: add length transform (89fafb5)

v13.0.2

28 Aug 14:40
Compare
Choose a tag to compare

13.0.2 (2024-08-28)

Bug Fixes

  • docs: fix build of docs app (3c71bd9)
  • form: fix table display value of dynamic multiple choice questions (177aed0)
  • form: make sure questions hidden by the widget are really hidden (aa046c4)

v13.0.1

27 Aug 13:33
Compare
Choose a tag to compare

13.0.1 (2024-08-27)

Bug Fixes

  • add italian translations (25da94e)
  • pin ember-cli-addon-docs to specific commit until new release (1d5a991)

v13.0.0

06 Aug 07:53
Compare
Choose a tag to compare

13.0.0 (2024-08-06)

Bug Fixes

  • deps: update dependencies (6fb0db8)

chore

  • deps: update ember-intl (23b483b)

Features

  • deps: update ember-engines (4abde9b)
  • deps: update ember-power-select (3e5a2fc)

BREAKING CHANGES

  • deps: This addon now requires ember-power-select v8.
  • deps: @projectcaluma/ember-analytics,
    @projectcaluma/distribution and @projectcaluma/ember-form-builder
    now require the usage of ember-engines v0.11.0. If you are using
    components or helpers of one of those engines in your code, you'll need
    to add re-exports in your host application to allow this. However, this
    is strongly discouraged.
  • deps: ember-caluma now requires the usage of ember-intl v7.
  • deps: Drop support for Ember LTS < 4.12.

v13.0.0-beta.1

30 Jul 15:40
Compare
Choose a tag to compare
v13.0.0-beta.1 Pre-release
Pre-release

13.0.0-beta.1 (2024-07-30)

Bug Fixes

  • deps: update dependencies (6fb0db8)

chore

  • deps: update ember-intl (23b483b)

Features

  • deps: update ember-engines (4abde9b)
  • deps: update ember-power-select (3e5a2fc)

BREAKING CHANGES

  • deps: This addon now requires ember-power-select v8.
  • deps: @projectcaluma/ember-analytics,
    @projectcaluma/distribution and @projectcaluma/ember-form-builder
    now require the usage of ember-engines v0.11.0. If you are using
    components or helpers of one of those engines in your code, you'll need
    to add re-exports in your host application to allow this. However, this
    is strongly discouraged.
  • deps: ember-caluma now requires the usage of ember-intl v7.
  • deps: Drop support for Ember LTS < 4.12.

v12.15.5

15 Jul 07:58
Compare
Choose a tag to compare

12.15.5 (2024-07-15)

Bug Fixes

  • table: improve table disabled (28ea3e3)

v12.15.4

05 Jul 11:55
Compare
Choose a tag to compare

12.15.4 (2024-07-05)

Bug Fixes

  • analytics: handle null values in getXLSXType (#2731) (c124e09)

v12.15.3

05 Jul 07:11
Compare
Choose a tag to compare

12.15.3 (2024-07-05)

Bug Fixes

  • analytics: detect type of fields for XLSX export (#2729) (6ea49aa)

v12.15.2

24 Jun 07:35
Compare
Choose a tag to compare

12.15.2 (2024-06-24)

Bug Fixes

  • form: pass value to textarea component to correctly rerender values (f7d593a)