Releases: terrestris/react-geo
Releases · terrestris/react-geo
Version 8.8.0
Features
- DigitizeButton:
- Add props for passing non default interaction listener methods (#713).
Bugfixes
- DigitizeButton:
- Remove listeners from map on unmount (#713).
Version 8.7.0
Features
- ObjectUtil:
- Add method
getPathByKeyValue
(#705).
- DigitizeButton:
- Add props for passing non default interaction config opts & listener methods (#711).
Bugfixes
- WfsSearch:
- Don't override component's onChange listener (#702).
- Don't use optionLabelProp, use displayValue instead and set value to default Option (#702).
Others
- Update babel-plugin-import to 1.8.0
Version 8.6.1
Bugfixes:
- Fixup measure button, better mobile support
Updates:
Version 8.6.0
Features:
- Introduces
getLength
and getArea
methods to MeasureUtil
Bugfixes:
- Removes static broken
optionLabelProp
from NominatimSearch
Updates:
- wepack to 4.12.0
- react-rnd to 7.4.1
- url-parse to 1.4.1
Version 8.5.1
- Adds missing bind to timeSlider onChange handler
- Changed find to filter to support IE (thx @michaelsund)
- Refactoring of the
ToggleButton
Version 8.5.0
Refactoring
- Bundle size reduction fixes,
babel-plugin-import
configuration (#660)
Others
Version 8.4.0
Bugfixes
- Get smarter by
attributeDetails
object access in WfsFilterUtil
(#668)
Refactoring
- Remove usage of deprecated lifecycle methods (#663)
- Return Promises in async
CircleMenu
/ CircleMenuItem
tests (#667)
Others
Version 8.3.1
Bugfixes
- Fixed the
splitByLine
method for polygons with holes (#641)
Refactoring
- Extracted
createWfsFilter
method to WfsFilterUtil
(#662)
Others
- Removed unneeded info wrt the non-existant vulnerability (#654)
- Updated to node10 (#659)
- Several package updates
Version 8.3.0
Features
loadify
HOC adding a loading spinner to component if loading
is set to true (#617)
ScaleCombo
: introduces resolutionsFilter
as prop to filter resolutions for which no options should be created (#649)
Bugfixes
- Added some further null checks in AgFeatureGrid (#630).
Others
- Collect coverage from src directory only (#632)
- Adds tests for DropTargetMap HOC + minor refactoring (#639)
- Renamed
FileUtil
(doesn't affect existing imports) and introduced some tests (#636, #637)
- Dependency updates.
Version 8.2.1
- Fix vanishing marker in
GeoLocationButton
- Fix
TitleBar
style
- Fix searching for numberfields in the
WfsSearch
- Fix #621
- Several package updates, documentation- and development-setup enhancements