Releases: terrestris/react-geo
Releases · terrestris/react-geo
Version 8.0.0
-
Documentation, Refactoring, DevSetup (thx @marcjansen )
- Transorm urls in documentation and examples from http to https
- Make use of PropTypes.shape
- Add and use a CSS_PREFIX constant
- Add category DOCUMENTATION to PR template
- Harmonize documentation of className prop
- Enhance zooming animations in
ZoomToExtentButton
andZoomButton
-
❗ Breaking Change to
WfsSearch
- Modifies the searchAttributes to receive an
object
of arrays instead of anarray
, to be more precise doing the WFS-GetFeature request. Compare changes to the example as migration help.
- Modifies the searchAttributes to receive an
Version 7.0.0
- Introduces
WfsSearch
- ❗ BREAKING CHANGES:
- Prop renaming in DigitizeButton: Former prop
style
is nowdrawStyle
- Prop renaming in DigitizeButton: Former prop
Version 6.1.0
- Made CSS selector for
Titlebar
component less specific (#538) - Allowed union operation for MultiPolygon geometries in
GeometryUtil
(#556) - Introduced
onKeyDown
event listener to handleescape
key (#557) - Fixed tests for
CoordinateReferenceSystemCombo
andNominatimSearch
components (#561) - Several package updates
Version 6.0.0
- Moved MapProvider to certain subfolder (#502)
- Added GeolocationButton (#505)
- Added ZoomButton (#530)
- Added ZoomToExtentButton (#513)
- Added MultiSliderComponent (#510)
- Removed 'Multi' from geomType comparison in
mergeGeometries
(#518) - Updated/Synchronized Toolbar styles (#523)
- Disabled generation of package-lock.json (#527)
- Introduced styleguidist to generate examples and documentation (#504)
- Added
getLayersByProperty
util toMapUtil
(#533) - Add HOC to enable drag & drop of geojson files (#509)
- Use animations by default when zooming (#524)
- Enable and obey 'space-infix-ops' eslint rule (#526)
- Several package updates
Version 5.6.2
- Downgrades the
query-string
package to version 5.1.1 due to issues with version 6.0.0 and webpack 3.
Version 5.6.1
- Fixes bug in
moveFeature
method ofAnimateUtil
Version 5.6.0
- Introduces
separateGeometries
method toGeometryUtil
Version 5.5.0
- GeometryUtil - support merge of MultiGeometry
Version 5.4.1
- Fixes modify mode for
DigitizeButton
Version 5.4.0
- Adds 'onDrawStart' and 'onDrawEnd' props to DigitizeButton
- Adds examples for the
GeometryUtil