Skip to content

Version 8.0.0

Compare
Choose a tag to compare
@KaiVolland KaiVolland released this 16 Apr 07:19
· 5638 commits to main since this release
  • Documentation, Refactoring, DevSetup (thx @marcjansen )

    • Transorm urls in documentation and examples from http to https
    • Make use of PropTypes.shape
    • Add and use a CSS_PREFIX constant
    • Add category DOCUMENTATION to PR template
    • Harmonize documentation of className prop
    • Enhance zooming animations in ZoomToExtentButton and ZoomButton
  • Breaking Change to WfsSearch

    • Modifies the searchAttributes to receive an object of arrays instead of an array, to be more precise doing the WFS-GetFeature request. Compare changes to the example as migration help.