Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@KaiVolland KaiVolland released this 01 Feb 13:59
· 6146 commits to main since this release
  • ❗ 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