Releases: terrestris/react-geo
Releases · terrestris/react-geo
v22.3.0
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.0
22.2.0 (2023-01-16)
Features
- NominatimSearch: rewrite to FC, add debounceTime, use rtl for test (eaf4b93)
v22.1.0
22.1.0 (2022-12-20)
Bug Fixes
Features
- allow to pass custom headers and add a loading mask (ad94811)
v22.0.1
22.0.1 (2022-12-19)
Bug Fixes
- mark featurecollection from unknown layers with index (9731fc2)
v22.0.0
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
21.0.1 (2022-12-06)
Bug Fixes
- remove unnecessary children prop (89d51e6)
v21.0.0
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.