Skip to content

Releases: terrestris/react-geo

Version 5.1.1

28 Feb 13:39
Compare
Choose a tag to compare
  • Modifies implementation of featurestyle prop of FeatureGrid (see #441)

Version 5.1.0

28 Feb 09:54
Compare
Choose a tag to compare
  • Introduces the UploadButton

Version 5.0.0

27 Feb 09:50
Compare
Choose a tag to compare
  • ❗ BREAKING CHANGES:
    • FeatureGrid
      • The key of a datarow is now calculated by the prop keyFunction. In previous versions the key was just the index of the data array. The default value for the keyFunction is now: feature => feature.ol_uid so every datarow will get the ol_uid of the corresponding feature as key.

Version 4.0.1

23 Feb 14:31
Compare
Choose a tag to compare
  • Fixes false prop passing in ToggleGroup ( #418)

Version 4.0.0

20 Feb 10:20
Compare
Choose a tag to compare
  • Feature grid enhancements

Version 3.1.1

09 Feb 07:33
Compare
Choose a tag to compare
  • Fix componentWillReceiveProps of ToggleButton

Version 3.1.0

08 Feb 14:46
Compare
Choose a tag to compare
  • Allow to set ol.style on digitzied features
  • Enhance securits of stripHTMLTags

Version 3.0.0

07 Feb 09:48
Compare
Choose a tag to compare
  • ❗ BREAKING CHANGES:
    The old FeatureGrid has been renamed to PropertyGrid
    A FeatureGrid has been introduced which interacts with the map

Version 2.1.0

02 Feb 13:06
Compare
Choose a tag to compare
  • Introduces stripHTMLTags method to StringUtil
  • Adds some enhancements to the DigitizeButton

Version 2.0.0

01 Feb 13:59
Compare
Choose a tag to compare
  • ❗ BREAKING CHANGES:
    Panel, Titlebar and Window have been changed:

    • Removes closable prop from all three classes
      If you wan't to implement a close button just do it your self and pass it via the tools property.
    • Removes collapsible prop from Titlebar
      This prop was not used as the Panel passes a CollapseButton if you configure it with collapsible
    • Removes unused parent property from Titlebar and Panel
    • Renames compress… props to collapse…
  • Introduces Digitizing tools

  • Changes to MapProvider

  • Minor changes to devsetup