Releases: DisyInformationssysteme/cadenza.js
Releases · DisyInformationssysteme/cadenza.js
v10.2.1
10.2.1 - 2024-10-14
Added
setCustomValidity()
andValidationMessageType
to control geometry editor validation state
v10.2.0
10.2.0 - 2024-10-11
Added
operationMode
option forCadenzaClient#createGeometry
,CadenzaClient#editGeometry
andCadenzaClient#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
2.14.0 - 2024-10-11
Added
setCustomValidity()
andValidationMessageType
to control geometry editor validation state
v2.13.1
2.13.1 - 2024-09-24
Fixed
- Corrected changelog for 2.13.0
v2.13.0
2.13.0 - 2024-09-24
v2.12.0
2.12.0 - 2024-09-23
Added
CadenzaClient#fetchAreaIntersections
CadenzaClient#fetchObjectInfo
v2.8.2
2.8.2 - 2024-09-18
Added
CadenzaClient#fetchObjectInfo
v2.11.0
2.11.0 - 2024-07-12
Added
- Support for
dataType=pdf
inCadenzaClient#downloadData
andCadenzaClient#fetchData
Fixed
- Make Cadenza return an error instead of showing an error page.
v2.10.0
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
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).