Skip to content

Version 9.0.0

Compare
Choose a tag to compare
@dnlkoch dnlkoch released this 15 Aug 07:38
· 5171 commits to main since this release

Breaking changes

  • Make use of dedicated util packages (ol-util and base-util) (#766)
  • Note: All utils were removed from react-geo! If a parent package/application makes use of any util packages e.g. the MapUtil, one must fix the imports to match the packages mentioned above. Example:
import { MapUtil } from '@terrestris/react-geo';

should become to

import MapUtil from '@terrestris/ol-util';

Features

  • Pass through onToggle callback (#809)

Bugfixes

  • Fix Panel tools bug (#811)
  • Remove unused Panel prop closable (#806)