Skip to content

Commit ee93543

Browse files
chore(release): 12.4.0 [skip ci]
# [12.4.0](v12.3.2...v12.4.0) (2026-03-10) ### Bug Fixes * add missing onError and onSuccess handlers ([d99f20d](d99f20d)) * import of wmts source ([f202c3d](f202c3d)) * use structuredClone instead of cloneDeep ([0925db5](0925db5)) ### Features * **useCoordinateInfo:** support WMTS layer type and abort controllers ([b68dcc7](b68dcc7))
1 parent 151dd51 commit ee93543

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [12.4.0](https://github.com/terrestris/react-util/compare/v12.3.2...v12.4.0) (2026-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing onError and onSuccess handlers ([d99f20d](https://github.com/terrestris/react-util/commit/d99f20ddb5fafb378d37533134aadda711ee56eb))
7+
* import of wmts source ([f202c3d](https://github.com/terrestris/react-util/commit/f202c3da320d3649246389d23019f30129b20308))
8+
* use structuredClone instead of cloneDeep ([0925db5](https://github.com/terrestris/react-util/commit/0925db5c3213e2f556b00f8524a29940f7001f25))
9+
10+
11+
### Features
12+
13+
* **useCoordinateInfo:** support WMTS layer type and abort controllers ([b68dcc7](https://github.com/terrestris/react-util/commit/b68dcc7ba063bc288ca4ab0fe7340b18d700eeed))
14+
115
## [12.3.2](https://github.com/terrestris/react-util/compare/v12.3.1...v12.3.2) (2026-02-11)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terrestris/react-util",
3-
"version": "12.3.2",
3+
"version": "12.4.0",
44
"description": "A set of utilities enhancing the development of react applications.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)