Skip to content

Commit

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


### Bug Fixes

* remove momentjs and homogenize props of timeslader and its panel ([6de4ff9](https://github.com/terrestris/react-geo/commit/6de4ff919feccceb9a66ea3e30d26a14389d65ba))
* update time for all time aware layers if value changes ([255d8b8](https://github.com/terrestris/react-geo/commit/255d8b80624011323b1684d7783f83ffc893595a))
* value update in time slider panel ([4eefb99](https://github.com/terrestris/react-geo/commit/4eefb9938069d965c9aebe8bd6be028a24cccefc))


### Features

* support minutes in autoplay and seperate speed from unit ([6519b5c](https://github.com/terrestris/react-geo/commit/6519b5c3ba1adfe07b5633a9d9173a645b8f5a02))


### BREAKING CHANGES

* MomentJS is replaced by DayJS

# [27.0.0](https://github.com/terrestris/react-geo/compare/v26.2.1...v27.0.0) (2025-01-15)


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": "27.0.0",
"version": "28.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 de3b565

Please sign in to comment.