Skip to content

Releases: terrestris/react-geo

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

Version 1.5.2

19 Jan 14:18
Compare
Choose a tag to compare
  • Enhancements to CapabilitiesUtil.js
  • Adds missing export for AddWmsLayerEntry

Version 1.5.1

15 Jan 10:02
Compare
Choose a tag to compare
  • Update examples
  • Enhance window compatibility with other browsers than chrome: #339
  • Several dependency updates.

Version 1.5.0

10 Jan 10:51
Compare
Choose a tag to compare
  • Build GitHub-Pages landing page dynamically to have correct link to Documentation (see #329).
  • Remove the dist content; it is unneeded since we use npm (see #328).
  • Add warn logger to prevent window instantiation without valid parentId (see #327).
  • Add tests for MapProvider (see #323).
  • Add time slider and time layer aware HOC (see #314).
  • Add componentWillReceiveProps method to toggleGroup (see #316).
  • Add resize prop functions called as soon as those from react-rnd are called (see #315).
  • Several dependency updates.

Version 1.4.0

21 Dec 13:26
Compare
Choose a tag to compare
  • Adds Window component as React portal
  • Enhanced styling of window
  • Add AddWmsPanel (panel container that lists all layers provided by a WMS)
  • Update of antd to version 3
  • Remove sinon dev-dependency
  • Several package updates
  • Enhanced development workflow for examples

Version 1.3.0

04 Dec 11:26
Compare
Choose a tag to compare
  • Introduces the MeasureButton

Version 1.2.0

30 Nov 15:31
Compare
Choose a tag to compare
  • Introduces the CoordinateReferenceSystemCombo

Version 1.1.0

27 Nov 13:54
Compare
Choose a tag to compare
  • Introduces CircleMenu