feat: Recoil-Zustand 'poiLayerVisibleState' durch Redux ersetzt
- Recoil-Zugriffe in MapComponent.js, DataSheet.js, useMapComponentState.js entfernt - Redux Slice poiLayerVisibleSlice eingeführt - Redux Store konfiguriert - Zustand 'visible' wird über Redux verwaltet - CHANGELOG.md auf Version 1.1.82 aktualisiert
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -4,6 +4,27 @@ Alle bedeutenden Änderungen an diesem Projekt werden in dieser Datei dokumentie
|
||||
|
||||
---
|
||||
|
||||
## [1.1.82] – 2025-05-18
|
||||
|
||||
### Changed
|
||||
|
||||
- Recoil-Zustand `poiLayerVisibleState` vollständig durch Redux `poiLayerVisibleSlice` ersetzt
|
||||
- Betroffene Komponenten:
|
||||
- `useMapComponentState.js` – Zugriff via `useSelector` statt `useRecoilValue`
|
||||
- `MapComponent.js` – Zugriff auf `poiLayerVisible` über Redux
|
||||
- `DataSheet.js` – `useRecoilState` entfernt, `dispatch(setVisible(...))` integriert
|
||||
- Redux-Store (`store.js`) erweitert um `poiLayerVisibleReducer`
|
||||
|
||||
### Removed
|
||||
|
||||
- Recoil-Atom `poiLayerVisibleState` entfernt
|
||||
|
||||
### Added
|
||||
|
||||
- Neue Redux Actions: `setVisible`, `toggleVisible` in `poiLayerVisibleSlice.js`
|
||||
|
||||
---
|
||||
|
||||
## [1.1.78] – 2025-05-17
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user