Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Sep 19, 2023
1 parent 106cc07 commit 6632cfc
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
@@ -0,0 +1,19 @@


## [3.0.0](https://github.com/terrestris/react-util/compare/v2.2.0-beta.2...v3.0.0) (2023-09-19)


### Features

* `useModify` hook ([786610e](https://github.com/terrestris/react-util/commit/786610e523665c329eeaad005006ac2a50d62ad7))
* add support vor mapbox vector tiles ([52a6982](https://github.com/terrestris/react-util/commit/52a6982818e25c72cad7d4c697a468a2712ea0d7))
* create `useSelectFeatures` and `usePropOrDefault` hooks ([c0df0ed](https://github.com/terrestris/react-util/commit/c0df0ed95c182abfaab08edd92ea7e87943976dd))
* introduce useGeoLocation hook ([db0bc0d](https://github.com/terrestris/react-util/commit/db0bc0ded7f209e61ab26dcc2dfb49e5a83ec4dc))
* refactor code into `useDraw` hook ([920f823](https://github.com/terrestris/react-util/commit/920f8233f3998222f2140722fceab597f7321a1e))


### Bug Fixes

* add docs regarding vector tile layer support ([459fdcc](https://github.com/terrestris/react-util/commit/459fdccfede863d57444b06463affac1f51231dd))
* clear collection on deactivate ([605cb90](https://github.com/terrestris/react-util/commit/605cb90fa0a40635a66df8536bc8215d755b74bc))
* fix prepublish script ([68a95fe](https://github.com/terrestris/react-util/commit/68a95fe95225c5e52859754d2c5eb48a58475880))
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-util",
"version": "2.2.0-beta.2",
"version": "3.0.0",
"description": "A set of utilities enhancing the development of react applications.",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit 6632cfc

Please sign in to comment.