Skip to content

Commit 1ee6aac

Browse files
chore(main): release 1.7.0 (#858)
* chore(main): release 1.7.0 * docs: update "What's New" for Version 1.7 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Schuhfuss <m.schuhfuss@gmail.com>
1 parent 5811659 commit 1ee6aac

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/visgl/react-google-maps/compare/v1.6.1...v1.7.0) (2025-10-30)
4+
5+
6+
### Features
7+
8+
* add TypeScript type definitions for Google Maps custom elements ([#857](https://github.com/visgl/react-google-maps/issues/857)) ([a946a36](https://github.com/visgl/react-google-maps/commit/a946a36ab41b092631987c04bebcd34ad4f84aa0))
9+
10+
11+
### Bug Fixes
12+
13+
* **custom-element-types:** update type definitions for boolean values ([8db4ad0](https://github.com/visgl/react-google-maps/commit/8db4ad07c285056842e50e69a7866f3578f4100f))
14+
* update useMapsLibrary hook to include maps3d ([bd218bb](https://github.com/visgl/react-google-maps/commit/bd218bb65f8a308f59cbce16cce32019c27101e6))
15+
316
## [1.6.1](https://github.com/visgl/react-google-maps/compare/v1.6.0...v1.6.1) (2025-10-23)
417

518

docs/whats-new.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ recent versions of the library. For a complete list of changes, including bug
55
fixes, please refer to
66
the [Changelog](https://github.com/visgl/react-google-maps/blob/main/CHANGELOG.md).
77

8+
## Version 1.7 (October 2025)
9+
10+
### Add support for Custom Elements
11+
12+
The library now ships with all the types needed to use the custom elements
13+
from the Maps JavaScript API seamlessly in your React/TypeScript application.
14+
15+
With this, you can use the 3D maps and Places UI Kit components in your
16+
application without having to define the `JSX.IntrinsicElements` types.
17+
818
## Version 1.6 (October 2025)
919

1020
### New Anchoring Props for Advanced Markers

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": "@vis.gl/react-google-maps",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "React components and hooks for the Google Maps JavaScript API",
55
"source": "src/index.ts",
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)