Skip to content

Releases: DisyInformationssysteme/cadenza.js

v2.3.0

22 Feb 16:49
Compare
Choose a tag to compare

2.3.0 - 2024-02-22

Added

  • CadenzaClient#selectObjects
  • CadenzaChangeSelectionEvent
  • CadenzaObjectInfoEvent
  • Documentation for the "JSON Representation of Cadenza Object Data"
  • Sandbox footer with link to docs and devtools hint
  • Assertion for iframe being visible when calling one of the CadenzaClient#show* methods.

Changed

  • Improved the documentation and types of events.
  • Improved the documentation of the EmbeddingTargetId and ExternalLinkKey types.
  • Improved logging

Removed

  • Supposedly unused types: WorkbookKey, WorksheetKey, WorkbookViewKey

Fixed

  • The FilterVariables type was missing string[].

v2.2.3

20 Feb 18:22
Compare
Choose a tag to compare

2.2.3 - 2024-02-20

Changed

  • Assert iframe being visible when calling one of the CadenzaClient#show* methods.

v2.2.2

13 Feb 19:38
Compare
Choose a tag to compare

2.2.2 - 2024-02-13

Removed

  • Supposedly unused types: WorkbookKey, WorksheetKey, WorkbookViewKey

v2.2.1

12 Dec 13:50
Compare
Choose a tag to compare

2.2.1 - 2023-12-12

Fixed

  • In the sandbox, the fileName input was not used.

v2.2.0

05 Dec 15:07
Compare
Choose a tag to compare

2.2.0 - 2023-12-05

Changed

  • Now logging CadenzaEvents instead of browser MessageEvents.

v2.1.0

29 Nov 11:11
Compare
Choose a tag to compare

2.1.0 - 2023-11-29

Added

  • Documentation for the 'drillThrough' event for CadenzaClient#show and CadenzaClient#showMap

v2.0.0

23 Nov 16:33
Compare
Choose a tag to compare

2.0.0 - 2023-11-23

Changed

  • Replaced mediaType with dataType throughout the whole library.

v1.8.0

21 Nov 12:58
Compare
Choose a tag to compare

1.8.0 - 2023-11-21

Added

  • Common map options for "Show map" in the sandbox

v1.7.0

21 Nov 10:46
Compare
Choose a tag to compare

1.7.0 - 2023-11-21

Added

  • filter option for CadenzaClient#show and CadenzaClient#showMap

v1.6.0

17 Nov 17:45
Compare
Choose a tag to compare

1.6.0 - 2023-11-17

Changed

  • The sandbox now uses its own context path as the Cadenza context path by default.

Fixed

  • In the sandbox, the simplified operation mode could not be enabled.