Skip to content

Tags: terrestris/react-geo

Tags

v29.0.1

Toggle v29.0.1's commit message
chore(release): 29.0.1 [skip ci]

## [29.0.1](v29.0.0...v29.0.1) (2025-01-27)

### Bug Fixes

* initial range determination in time layer slider panel ([7adc84a](7adc84a))

v29.0.0

Toggle v29.0.0's commit message
chore(release): 29.0.0 [skip ci]

# [29.0.0](v28.0.0...v29.0.0) (2025-01-24)

### Bug Fixes

* @babel/plugin-syntax-dynamic-import is included in @babel/preset-env in ES2020 ([86a9a64](86a9a64))
* add no-debugger rule ([6ce69a1](6ce69a1))
* enable tracking only if passed explicitely ([e2d03ff](e2d03ff))
* pass default icon to component ([bbf3abb](bbf3abb))
* pass type prop correctly to button ([cc2ab13](cc2ab13))

### chore

* **eslint:** upgrade to v9 ([565c5da](565c5da))

### BREAKING CHANGES

* **eslint:** upgrade eslint to v9

v28.0.0

Toggle v28.0.0's commit message
chore(release): 28.0.0 [skip ci]

# [28.0.0](v27.0.0...v28.0.0) (2025-01-24)

### Bug Fixes

* remove momentjs and homogenize props of timeslader and its panel ([6de4ff9](6de4ff9))
* update time for all time aware layers if value changes ([255d8b8](255d8b8))
* value update in time slider panel ([4eefb99](4eefb99))

### Features

* support minutes in autoplay and seperate speed from unit ([6519b5c](6519b5c))

### BREAKING CHANGES

* MomentJS is replaced by DayJS

v27.0.0

Toggle v27.0.0's commit message
chore(release): 27.0.0 [skip ci]

# [27.0.0](v26.2.1...v27.0.0) (2025-01-15)

### Bug Fixes

* remove unneeded checkbox column ([3fc107a](3fc107a))

### Features

* update ag-grid and use theming via js api ([10bbdc0](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

Toggle v26.2.1's commit message
chore(release): 26.2.1 [skip ci]

## [26.2.1](v26.2.0...v26.2.1) (2024-12-11)

### Bug Fixes

* fix drag and drop in LayerTree ([25011cc](25011cc))

v26.2.0

Toggle v26.2.0's commit message
chore(release): 26.2.0 [skip ci]

# [26.2.0](v26.1.1...v26.2.0) (2024-11-27)

### Features

* support nested LayerGroups for background layer management ([60dc740](60dc740))

v26.1.1

Toggle v26.1.1's commit message
chore(release): 26.1.1 [skip ci]

## [26.1.1](v26.1.0...v26.1.1) (2024-11-18)

### Bug Fixes

* enable drawbutton autofocus on text area ([c39ce54](c39ce54))
* linting warning ([898e764](898e764))

v26.1.0

Toggle v26.1.0's commit message
chore(release): 26.1.0 [skip ci]

# [26.1.0](v26.0.0...v26.1.0) (2024-11-07)

### Bug Fixes

* dependency array ([7323b86](7323b86))
* punctuation ([09d55d7](09d55d7))

### Features

* add optional layer visibility change callback ([1cf736c](1cf736c))

v26.0.0

Toggle v26.0.0's commit message
chore(release): 26.0.0 [skip ci]

# [26.0.0](v25.1.2...v26.0.0) (2024-10-22)

### Bug Fixes

* linting ([b268a97](b268a97))
* register client side row module by default ([17d7f6e](17d7f6e))

### Code Refactoring

* use ag-grid modules ([1ea6332](1ea6332))

### BREAKING CHANGES

* imports of ag-grid need to be adjusted, otherwise AG Grid will be included twice

See
- https://www.ag-grid.com/react-data-grid/modules/
- https://www.ag-grid.com/react-data-grid/modules/#mixing-packages-and-modules

v25.1.2

Toggle v25.1.2's commit message
chore(release): 25.1.2 [skip ci]

## [25.1.2](v25.1.1...v25.1.2) (2024-10-17)

### Bug Fixes

* pass type prop to button ([60270fd](60270fd))