Releases: terrestris/react-geo
Releases · terrestris/react-geo
v32.3.0
32.3.0 (2025-08-12)
Features
- allow search field with external data display (e2d51e7)
v32.2.0
32.2.0 (2025-06-26)
Features
- adds property to customize format string of marks (7800140)
- use duration string if passed to timeslider (fb126ca)
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)