Skip to content

Releases: terrestris/react-geo

Version 8.10.1

10 Jul 07:08
Compare
Choose a tag to compare
  • Refactoring of GeoLocationButton
  • Several library updates

Version 8.10.0

28 Jun 12:59
Compare
Choose a tag to compare

Bugfixes

Fixup ToggleGroup and Buttons (#734)
Handle changes in layerGroups collection in layertree (#735)

Version 8.9.0

20 Jun 13:17
Compare
Choose a tag to compare

Features

  • Adds support for marks property to TimeSlider

Updates

  • eslint-plugin-html (4.0.5)
  • validator (10.4.0)
  • prop-types (15.6.2)
  • antd (3.6.3)
  • ag-grid (18.0.1)
  • react (16.4.1)
  • ag-grid-react (18.0.0)
  • react-dom (16.4.1)

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