Releases: terrestris/react-geo
Releases · terrestris/react-geo
Version 5.1.1
- Modifies implementation of featurestyle prop of FeatureGrid (see #441)
Version 5.1.0
- Introduces the UploadButton
Version 5.0.0
- ❗ BREAKING CHANGES:
FeatureGrid
- The key of a datarow is now calculated by the prop
keyFunction
. In previous versions the key was just the index of the data array. The default value for thekeyFunction
is now:feature => feature.ol_uid
so every datarow will get theol_uid
of the corresponding feature as key.
- The key of a datarow is now calculated by the prop
Version 4.0.1
- Fixes false prop passing in
ToggleGroup
( #418)
Version 4.0.0
- Feature grid enhancements
- BREAKING CHANGE: Remove attributeMapping prop, same can be achieved with existing colDefs prop (see example of feature grid).
Version 3.1.1
- Fix
componentWillReceiveProps
ofToggleButton
Version 3.1.0
- Allow to set ol.style on digitzied features
- Enhance securits of
stripHTMLTags
Version 3.0.0
- ❗ BREAKING CHANGES:
The oldFeatureGrid
has been renamed toPropertyGrid
AFeatureGrid
has been introduced which interacts with the map
Version 2.1.0
- Introduces
stripHTMLTags
method toStringUtil
- Adds some enhancements to the
DigitizeButton
Version 2.0.0
-
❗ BREAKING CHANGES:
Panel
,Titlebar
andWindow
have been changed:- Removes closable prop from all three classes
If you wan't to implement a close button just do it your self and pass it via thetools
property. - Removes collapsible prop from Titlebar
This prop was not used as thePanel
passes a CollapseButton if you configure it withcollapsible
- Removes unused parent property from Titlebar and Panel
- Renames
compress…
props tocollapse…
- Removes closable prop from all three classes
-
Introduces Digitizing tools
-
Changes to MapProvider
-
Minor changes to devsetup