Releases: terrestris/react-geo
Releases · terrestris/react-geo
v32.1.1
32.1.1 (2025-06-05)
Bug Fixes
- readd support for wmts layers/sources (65d6aee)
v32.1.0
32.1.0 (2025-06-05)
Features
- allow to pass custom title renderer (ddc1d16)
v32.0.0
32.0.0 (2025-05-21)
Bug Fixes
- fire delete event after removal of feature from source (cf4d375)
- fire digitize buttons end-events after the action is performed (3d227e8)
BREAKING CHANGES
- The
onFeatureRemove
callback of the DeleteButton
and the onFeatureCopy
callback of the
CopyButton
are now called AFTER the action has been performed
- The
onFeatureRemove
callback of the DeleteButton
is now called AFTER the feature has been removed.
v31.0.0
31.0.0 (2025-05-20)
Bug Fixes
- allow to override column definition again (815e2e0)
BREAKING CHANGES
- Make use of the "columnDefs" instead of the "columns" prop if needed
v30.2.1
30.2.1 (2025-04-14)
Bug Fixes
- expose onCutEnd callback in DrawCutButton (0c8baf4)
v30.2.0
30.2.0 (2025-04-14)
Features
- DrawCutButton: highlight the cut geometry (0cf52f1)
v30.1.1
30.1.1 (2025-04-14)
Bug Fixes
- set current promise to undefined after resolving it (d63a9b4)
v30.1.0
30.1.0 (2025-04-10)
Bug Fixes
- typings tue to update of OpenLayers to 10.5.0 and pin ol-mapbox-style version (291bacc)
Features
- printbutton: use typings defined in react-util (656964e)
v30.0.1
30.0.1 (2025-03-28)
Bug Fixes
- fixes a zoom error in LayerSwitcher (a635b97)