Skip to content

Releases: DisyInformationssysteme/cadenza.js

v10.2.8

27 Nov 16:04
Compare
Choose a tag to compare

10.2.8 - 2024-11-27

Changed

  • The required field indicator '*' of the 'geometry' parameter in the 'Show Map' example in the sandbox has been removed

v10.2.7

26 Nov 12:34
Compare
Choose a tag to compare

10.2.7 - 2024-11-26

Changed

  • Examples in the sandbox are now displayed more compactly

Fixed

  • Removed duplicate geometry section in sandbox.html#editGeometry

v10.2.6

25 Nov 17:45
Compare
Choose a tag to compare

10.2.6 - 2024-11-25

Fixed

  • geometry parameter now applies again as GeometryExtentStrategy

v10.2.5

25 Nov 16:13
Compare
Choose a tag to compare

10.2.5 - 2024-11-25

Added

  • 'Additional Layers' to the sandbox of 'Edit Geometry'

v10.2.4

25 Nov 13:31
Compare
Choose a tag to compare

10.2.4 - 2024-11-25

Added

  • additionalLayers option for CadenzaClient#showMap
  • LayerDataExtentStrategy, LocationFinderExtentStrategy and StaticExtentStrategy
  • "Extent Strategy" also to the sandbox
  • Improved sandbox 'additionalLayers' and 'geometry' examples

Changed

  • BREAKING CHANGE Renamed zoomTarget parameter, ZoomTarget type and GeometryZoomTarget type to extentStrategy, ExtentStrategy and GeometryExtentStrategy

Deprecated

  • The optional zooming parameters locationFinder and mapExtent in CadenzaClient#showMap, CadenzaClient#createGeometry and CadenzaClient#editGeometry

v10.2.3

08 Nov 10:02
Compare
Choose a tag to compare

10.2.3 - 2024-11-08

Added

  • Feature#type property.
  • Feature#circumference property.
  • FeatureCollection#type property
  • Geometry#coordinates property
  • Documentation for how to show, fetch and download embedding targets of type report as PDF (via the existing dataType=pdf option).

Changed

  • BREAKING CHANGE CadenzaEditGeometryUpdateEvent#detail is now typed as FeatureCollection | Feature | undefined. (Before: { geometry: Geometry })
  • CadenzaEditGeometryOkEvent#detail is now typed as Feature to align it with the rest of the API. (Before: { geometry: Geometry })

v10.2.2

24 Oct 13:09
Compare
Choose a tag to compare

10.2.2 - 2024-10-24

Added

  • CadenzaReloadEvent
  • additionalLayers option for CadenzaClient#createGeometry and CadenzaClient#editGeometry
  • disabledUiFeatures option for CadenzaClient#createGeometry and CadenzaClient#editGeometry
  • Support for 'workbook-map-add-layer' as disabledUiFeatures value

v2.14.1

24 Oct 13:09
Compare
Choose a tag to compare

2.14.1 - 2024-10-24

Added

  • CadenzaReloadEvent

v2.10.1

24 Oct 13:08
Compare
Choose a tag to compare

2.10.1 - 2024-10-24

Added

  • CadenzaReloadEvent

v2.8.3

24 Oct 13:08
Compare
Choose a tag to compare

2.8.3 - 2024-10-24

Added

  • CadenzaReloadEvent