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