Skip to content

Releases: terrestris/react-geo

Version 8.0.0

16 Apr 07:19
Compare
Choose a tag to compare
  • 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 and ZoomButton
  • Breaking Change to WfsSearch

    • Modifies the searchAttributes to receive an object of arrays instead of an array, to be more precise doing the WFS-GetFeature request. Compare changes to the example as migration help.

Version 7.0.0

11 Apr 11:26
Compare
Choose a tag to compare
  • Introduces WfsSearch
  • BREAKING CHANGES:

Version 6.1.0

06 Apr 08:56
Compare
Choose a tag to compare
  • Made CSS selector for Titlebar component less specific (#538)
  • Allowed union operation for MultiPolygon geometries in GeometryUtil (#556)
  • Introduced onKeyDown event listener to handle escape key (#557)
  • Fixed tests for CoordinateReferenceSystemCombo and NominatimSearch components (#561)
  • Several package updates

Version 6.0.0

28 Mar 08:53
Compare
Choose a tag to compare
  • 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 to MapUtil (#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

16 Mar 13:51
Compare
Choose a tag to compare
  • 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

16 Mar 10:26
Compare
Choose a tag to compare
  • Fixes bug in moveFeature method of AnimateUtil

Version 5.6.0

15 Mar 08:59
Compare
Choose a tag to compare
  • Introduces separateGeometries method to GeometryUtil

Version 5.5.0

14 Mar 13:16
Compare
Choose a tag to compare
  • GeometryUtil - support merge of MultiGeometry

Version 5.4.1

14 Mar 12:26
Compare
Choose a tag to compare
  • Fixes modify mode for DigitizeButton

Version 5.4.0

13 Mar 10:47
Compare
Choose a tag to compare
  • Adds 'onDrawStart' and 'onDrawEnd' props to DigitizeButton
  • Adds examples for the GeometryUtil