You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 32.3.0 [skip ci]
# [32.3.0](v32.2.0...v32.3.0) (2025-08-12)
### Features
* allow search field with external data display ([e2d51e7](e2d51e7))
chore(release): 32.2.0 [skip ci]
# [32.2.0](v32.1.1...v32.2.0) (2025-06-26)
### Features
* adds property to customize format string of marks ([7800140](7800140))
* use duration string if passed to timeslider ([fb126ca](fb126ca))
chore(release): 32.0.0 [skip ci]
# [32.0.0](v31.0.1...v32.0.0) (2025-05-21)
### Bug Fixes
* fire delete event after removal of feature from source ([cf4d375](cf4d375))
* fire digitize buttons end-events after the action is performed ([3d227e8](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.
chore(release): 31.0.0 [skip ci]
# [31.0.0](v30.2.1...v31.0.0) (2025-05-20)
### Bug Fixes
* allow to override column definition again ([815e2e0](815e2e0))
### BREAKING CHANGES
* Make use of the "columnDefs" instead of the "columns" prop if needed