Skip to content

Releases: DisyInformationssysteme/cadenza.js

v10.2.1

14 Oct 07:36
Compare
Choose a tag to compare

10.2.1 - 2024-10-14

Added

  • setCustomValidity() and ValidationMessageType to control geometry editor validation state

v10.2.0

11 Oct 13:17
Compare
Choose a tag to compare

10.2.0 - 2024-10-11

Added

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

Changed

  • Base the version scheme on the Cadenza main version (starting with Cadenza 10.2). New versions have the format x.x.y, where x.x is the Cadenza main version and y a functional change or bugfix.

v2.14.0

11 Oct 14:33
Compare
Choose a tag to compare

2.14.0 - 2024-10-11

Added

  • setCustomValidity() and ValidationMessageType to control geometry editor validation state

v2.13.1

24 Sep 15:12
Compare
Choose a tag to compare

2.13.1 - 2024-09-24

Fixed

  • Corrected changelog for 2.13.0

v2.13.0

24 Sep 14:12
Compare
Choose a tag to compare

2.13.0 - 2024-09-24

v2.12.0

23 Sep 10:37
Compare
Choose a tag to compare

2.12.0 - 2024-09-23

Added

  • CadenzaClient#fetchAreaIntersections
  • CadenzaClient#fetchObjectInfo

v2.8.2

18 Sep 20:48
Compare
Choose a tag to compare

2.8.2 - 2024-09-18

Added

  • CadenzaClient#fetchObjectInfo

v2.11.0

12 Jul 12:07
Compare
Choose a tag to compare

2.11.0 - 2024-07-12

Added

  • Support for dataType=pdf in CadenzaClient#downloadData and CadenzaClient#fetchData

Fixed

  • Make Cadenza return an error instead of showing an error page.

v2.10.0

11 Jun 11:31
Compare
Choose a tag to compare

2.10.0 - 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.8.1

11 Jun 11:56
Compare
Choose a tag to compare

2.8.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).