Skip to content

Releases: terrestris/react-geo

Version 8.8.0

15 Jun 07:54
Compare
Choose a tag to compare

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

13 Jun 09:49
Compare
Choose a tag to compare

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

12 Jun 06:49
Compare
Choose a tag to compare

Bugfixes:

  • Fixup measure button, better mobile support

Updates:

  • antd to 3.6.2

Version 8.6.0

08 Jun 10:19
Compare
Choose a tag to compare

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

05 Jun 13:46
Compare
Choose a tag to compare
  • Adds missing bind to timeSlider onChange handler
  • Changed find to filter to support IE (thx @michaelsund)
  • Refactoring of the ToggleButton

Version 8.5.0

29 May 08:11
Compare
Choose a tag to compare

Refactoring

  • Bundle size reduction fixes, babel-plugin-import configuration (#660)

Others

  • Several package updates

Version 8.4.0

24 May 15:13
Compare
Choose a tag to compare

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

  • Several package updates

Version 8.3.1

23 May 08:57
Compare
Choose a tag to compare

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

16 May 08:32
Compare
Choose a tag to compare

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

07 May 12:01
Compare
Choose a tag to compare
  • 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