Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 24.0.0-next.1 [skip ci]
# [24.0.0-next.1](v23.4.1...v24.0.0-next.1) (2024-05-06) ### Bug Fixes * adds null check ([5a78b77](5a78b77)) * adjust to breaking changes in latest version of react-util ([2711a63](2711a63)) * adjust to change Key type in @types/react ([261ea52](261ea52)) * made use of olInteraction hook ([7b0732e](7b0732e)) * make use of dayjs, don't pass icon prop in LayerTreeNode ([c0cffa8](c0cffa8)) * make use of UseMeasureProps ([e73bfa7](e73bfa7)) * readd changes that were lost in rebase ([f1c758f](f1c758f)) * remove the DigitizeButton ([7cf8263](7cf8263)) * sets the transparent background to false again ([aad694f](aad694f)) * simplify regex ([106e2c0](106e2c0)) ### chore * migrate to typescript v5 ([bd8812f](bd8812f)) * refactor geolocation button ([f646ed5](f646ed5)) * update dependencies ([2515987](2515987)) * update to ol 8 api ([fc1ff8c](fc1ff8c)) ### Code Refactoring * class to function component ([3b13ce1](3b13ce1)) * components FeatureGrid and AgFeatureGrid to function component ([ea48bb3](ea48bb3)) * remove deprecated HOC components ([ce5bdb7](ce5bdb7)) * remove Panel, Window and Titlebar components ([c749faa](c749faa)) * simplify the ToggleButton and ToggleGroup components ([14760f0](14760f0)) ### Features * adds a flag for transparent background of ToggleButton ([ef77c9d](ef77c9d)) * adds a wfs layer and feature-info ([#3826](#3826)) ([38dabed](38dabed)) * adds the onSuccess callback to CoordinateInfo component ([1c0bec3](1c0bec3)) * combine WfsSearch and WfsSearchInput to WfsSearchField ([a88b54b](a88b54b)) * introduce useNominatim hook ([f4c8597](f4c8597)) * readd MapComponent, FloatingMapLogo and BackgroundLayerChooser ([a32aee4](a32aee4)) * refactor code into `useDraw` hook ([cd657fe](cd657fe)) * remove toolbar and user chip component ([3fe4ce2](3fe4ce2)) * upgraded ol to v9 ([f2bd3d0](f2bd3d0)) * use coordinateInfo hook ([7dddfce](7dddfce)) * use useProjFromEpsgIO hook ([741851d](741851d)) * use wfs hook ([189b0bb](189b0bb)) ### BREAKING CHANGES * removes props map and toggleOnClick * share common grid props among all grids * make use of new useWfs hook in react-util Co-authored-by: Amanda Sefu-Beierl <[email protected]> * refactors CoordinateReferenceSystemCombo to use useProjFromEpsgIO for CCRS fetching * refactors CoordinateInfo as funnction compononent * update ol-util peer dependency * The pressed state of the ToggleButton is controlled now * Typescript configuration * use geolocation hook of react-util * the AddWmsLayerEntry accepts a map prop now (required for attributions) * These componentes are not available anymore * Panel, Window and Titlebar components are not existing anymore * mappify, loadify, isVisibleComponent HOCs as well as MapProvider class were removed * Removes the deprecated DigitizeButton in favour of the DrawButton
- Loading branch information