Skip to content

Commit

Permalink
chore(release): 27.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent babc329 commit 7fc75d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [27.0.0](https://github.com/terrestris/react-geo/compare/v26.2.1...v27.0.0) (2025-01-15)


### Bug Fixes

* remove unneeded checkbox column ([3fc107a](https://github.com/terrestris/react-geo/commit/3fc107a839221ea1c1f7ae864767078d8fd2171a))


### Features

* update ag-grid and use theming via js api ([10bbdc0](https://github.com/terrestris/react-geo/commit/10bbdc0d5d6ca98198159ed2e65284a97a964c9f))


### 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.

## [26.2.1](https://github.com/terrestris/react-geo/compare/v26.2.0...v26.2.1) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/react-geo",
"version": "26.2.1",
"version": "27.0.0",
"description": "A set of geo related modules. To use in combination with react, antd and ol.",
"keywords": [
"react",
Expand Down

0 comments on commit 7fc75d8

Please sign in to comment.