Skip to content

Releases: DisyInformationssysteme/cadenza.js

v2.6.1

11 Jun 11:29
Compare
Choose a tag to compare

2.6.1 - 2024-06-11

Added

  • CadenzaClient#destroy

Fixed

  • To avoid errors with active subscriptions when the iframe is not visible, a target window (for postMessage communication) is now required only for sending a message (and not for receiving messages).

v2.9.0

04 Jun 12:47
Compare
Choose a tag to compare

2.9.0 - 2024-06-04

Added

  • Sandbox URL parameter showUnpublished=true to show unpublished API. (Makes sense only with a Cadenza that runs in development mode with unpublished API.)

v2.8.0

28 May 09:32
Compare
Choose a tag to compare

2.8.0 - 2024-05-28

Added

  • invalidateCaches option for CadenzaClient#reload
  • Allow communication with parent Cadenza window (Previously, communication was possible only with an embedded Cadenza iframe.)
  • cadenza() overload with a single options parameter
  • CadenzaClient#closeMe function
  • Documentation on listening when a custom application is closed (unload and visibilitychange events)

Deprecated

  • cadenza() overload with the baseUrl and options parameters

v2.7.0

17 Apr 08:37
Compare
Choose a tag to compare

2.7.0 - 2024-04-17

v2.6.0

12 Apr 09:30
Compare
Choose a tag to compare

2.6.0 - 2024-04-12

Added

  • filter option for CadenzaClient#createGeometry, CadenzaClient#editGeometry and CadenzaClient#selectObjects

v2.5.0

26 Mar 14:38
Compare
Choose a tag to compare

2.5.0 - 2024-03-26

Added

  • context property in CadenzaDrillThroughEvent

v2.4.0

12 Mar 18:09
Compare
Choose a tag to compare

2.4.0 - 2024-03-12

Added

  • filter option for CadenzaClient#downloadData and CadenzaClient#fetchData

v2.3.2

05 Mar 13:36
Compare
Choose a tag to compare

2.3.2 - 2024-03-05

Fixed

  • Conflict when multiple attributes in objectInfo event details have the same printnames.

v2.3.1

28 Feb 11:44
Compare
Choose a tag to compare

2.3.1 - 2024-02-28

Fixed

  • Race condition when showing multiple embedding targets at the same time

v2.2.4

28 Feb 11:45
Compare
Choose a tag to compare

2.2.4 - 2024-02-28

Fixed

  • Race condition when showing multiple embedding targets at the same time