Skip to content

Releases: terrestris/react-geo

v22.3.0

03 Feb 10:26
Compare
Choose a tag to compare

22.3.0 (2023-02-03)

Bug Fixes

  • apply suggestions from code review (1010fa9)
  • fix LayerSwitcher test (9a4fc87)

Features

  • add Props to LayerSwitcher and refactor (ee9abe6)

v22.2.1

25 Jan 14:55
Compare
Choose a tag to compare

22.2.1 (2023-01-25)

Bug Fixes

v22.2.0

16 Jan 08:06
Compare
Choose a tag to compare

22.2.0 (2023-01-16)

Features

  • NominatimSearch: rewrite to FC, add debounceTime, use rtl for test (eaf4b93)

v22.1.1

11 Jan 08:15
Compare
Choose a tag to compare

22.1.1 (2023-01-11)

Bug Fixes

v22.1.0

20 Dec 09:03
Compare
Choose a tag to compare

22.1.0 (2022-12-20)

Bug Fixes

  • adjust tests (1225a3b)
  • revoke object URL (00ca937)
  • set legend url with available cors headers (f18d9e1)

Features

  • allow to pass custom headers and add a loading mask (ad94811)

v22.0.1

19 Dec 15:18
Compare
Choose a tag to compare

22.0.1 (2022-12-19)

Bug Fixes

  • mark featurecollection from unknown layers with index (9731fc2)

v22.0.0

08 Dec 14:05
Compare
Choose a tag to compare

22.0.0 (2022-12-08)

Features

  • print: remove the print layout from code, use template functions (43cfa51)

BREAKING CHANGES

  • print: Printing PDFs now require a template

When printing a PDF, a template needs to be provided. See the PrintButton example for details.

v21.0.1

06 Dec 08:49
Compare
Choose a tag to compare

21.0.1 (2022-12-06)

Bug Fixes

  • remove unnecessary children prop (89d51e6)

v21.0.0

05 Dec 12:18
Compare
Choose a tag to compare

21.0.0 (2022-12-05)

Bug Fixes

  • adapt deprecated tooltip tip formatter config (6cdcef4)
  • fix deprecated menu config for dropdown (8d293fd)
  • replace deprecated property visible by open (511e371)

BREAKING CHANGES

  • Dropdown doesn't need a full antd Menu component any more.
    Instead of this, an object of type MenuProps is expected now.

v20.1.1

02 Dec 08:19
Compare
Choose a tag to compare

20.1.1 (2022-12-02)

Bug Fixes