Releases: terrestris/react-geo
Releases · terrestris/react-geo
Version 3.0.0
- ❗ BREAKING CHANGES:
The oldFeatureGrid
has been renamed toPropertyGrid
AFeatureGrid
has been introduced which interacts with the map
Version 2.1.0
- Introduces
stripHTMLTags
method toStringUtil
- Adds some enhancements to the
DigitizeButton
Version 2.0.0
-
❗ BREAKING CHANGES:
Panel
,Titlebar
andWindow
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 thetools
property. - Removes collapsible prop from Titlebar
This prop was not used as thePanel
passes a CollapseButton if you configure it withcollapsible
- Removes unused parent property from Titlebar and Panel
- Renames
compress…
props tocollapse…
- Removes closable prop from all three classes
-
Introduces Digitizing tools
-
Changes to MapProvider
-
Minor changes to devsetup
Version 1.5.2
- Enhancements to
CapabilitiesUtil.js
- Adds missing export for
AddWmsLayerEntry
Version 1.5.1
- Update examples
- Enhance window compatibility with other browsers than chrome: #339
- Several dependency updates.
Version 1.5.0
- 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
- 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
- Introduces the MeasureButton
Version 1.2.0
- Introduces the CoordinateReferenceSystemCombo
Version 1.1.0
- Introduces CircleMenu