Releases: terrestris/react-geo
Releases · terrestris/react-geo
v29.0.1
29.0.1 (2025-01-27)
Bug Fixes
- initial range determination in time layer slider panel (7adc84a)
v29.0.0
29.0.0 (2025-01-24)
Bug Fixes
- @babel/plugin-syntax-dynamic-import is included in @babel/preset-env in ES2020 (86a9a64)
- add no-debugger rule (6ce69a1)
- enable tracking only if passed explicitely (e2d03ff)
- pass default icon to component (bbf3abb)
- pass type prop correctly to button (cc2ab13)
chore
BREAKING CHANGES
- eslint: upgrade eslint to v9
v28.0.0
28.0.0 (2025-01-24)
Bug Fixes
- remove momentjs and homogenize props of timeslader and its panel (6de4ff9)
- update time for all time aware layers if value changes (255d8b8)
- value update in time slider panel (4eefb99)
Features
- support minutes in autoplay and seperate speed from unit (6519b5c)
BREAKING CHANGES
- MomentJS is replaced by DayJS
v27.0.0
27.0.0 (2025-01-15)
Bug Fixes
- remove unneeded checkbox column (3fc107a)
Features
- update ag-grid and use theming via js api (10bbdc0)
BREAKING CHANGES
- The theme property of the AgFeatureGrid has changed to an AG-Grid Theme object.
Any CSS imports from AG-Grid have to be removed.
v26.2.1
26.2.1 (2024-12-11)
Bug Fixes
- fix drag and drop in LayerTree (25011cc)
v26.2.0
26.2.0 (2024-11-27)
Features
- support nested LayerGroups for background layer management (60dc740)
v26.1.1
26.1.1 (2024-11-18)
Bug Fixes
- enable drawbutton autofocus on text area (c39ce54)
- linting warning (898e764)
v26.1.0
26.1.0 (2024-11-07)
Bug Fixes
Features
- add optional layer visibility change callback (1cf736c)
v26.0.0
26.0.0 (2024-10-22)
Bug Fixes
- linting (b268a97)
- register client side row module by default (17d7f6e)
Code Refactoring
BREAKING CHANGES
- if you are using additional imports of ag-grid (e.g. to enable CSV export), they need to be adjusted. otherwise AG Grid will be included twice in your bundle
See