Releases: DisyInformationssysteme/cadenza.js
Releases · DisyInformationssysteme/cadenza.js
v2.3.0
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
andExternalLinkKey
types. - Improved logging
Removed
- Supposedly unused types:
WorkbookKey
,WorksheetKey
,WorkbookViewKey
Fixed
- The
FilterVariables
type was missingstring[]
.
v2.2.3
2.2.3 - 2024-02-20
Changed
- Assert iframe being visible when calling one of the
CadenzaClient#show*
methods.
v2.2.2
2.2.2 - 2024-02-13
Removed
- Supposedly unused types:
WorkbookKey
,WorksheetKey
,WorkbookViewKey
v2.2.1
2.2.1 - 2023-12-12
Fixed
- In the sandbox, the
fileName
input was not used.
v2.2.0
2.2.0 - 2023-12-05
Changed
- Now logging
CadenzaEvent
s instead of browserMessageEvent
s.
v2.1.0
2.1.0 - 2023-11-29
Added
- Documentation for the
'drillThrough'
event forCadenzaClient#show
andCadenzaClient#showMap
v2.0.0
2.0.0 - 2023-11-23
Changed
- Replaced
mediaType
withdataType
throughout the whole library.
v1.8.0
1.8.0 - 2023-11-21
Added
- Common map options for "Show map" in the sandbox
v1.7.0
1.7.0 - 2023-11-21
Added
filter
option forCadenzaClient#show
andCadenzaClient#showMap
v1.6.0
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.