Releases: DisyInformationssysteme/cadenza.js
Releases · DisyInformationssysteme/cadenza.js
v2.6.1
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
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
2.8.0 - 2024-05-28
Added
invalidateCaches
option forCadenzaClient#reload
- Allow communication with parent Cadenza window (Previously, communication was possible only with an embedded Cadenza iframe.)
cadenza()
overload with a single options parameterCadenzaClient#closeMe
function- Documentation on listening when a custom application is closed (unload and visibilitychange events)
Deprecated
cadenza()
overload with thebaseUrl
andoptions
parameters
v2.7.0
2.7.0 - 2024-04-17
v2.6.0
2.6.0 - 2024-04-12
Added
filter
option forCadenzaClient#createGeometry
,CadenzaClient#editGeometry
andCadenzaClient#selectObjects
v2.5.0
2.5.0 - 2024-03-26
Added
context
property inCadenzaDrillThroughEvent
v2.4.0
2.4.0 - 2024-03-12
Added
filter
option forCadenzaClient#downloadData
andCadenzaClient#fetchData
v2.3.2
2.3.2 - 2024-03-05
Fixed
- Conflict when multiple attributes in objectInfo event details have the same printnames.
v2.3.1
2.3.1 - 2024-02-28
Fixed
- Race condition when showing multiple embedding targets at the same time
v2.2.4
2.2.4 - 2024-02-28
Fixed
- Race condition when showing multiple embedding targets at the same time