Skip to content

Commit 6f0f549

Browse files
chore(main): release 1.8.1 (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7352490 commit 6f0f549

3 files changed

Lines changed: 19 additions & 12 deletions

File tree

CHANGELOG.md

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

3+
## [1.8.1](https://github.com/visgl/react-google-maps/compare/v1.8.0...v1.8.1) (2026-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **hooks:** add fallback to useLayoutEffect for React 16/17 compatibility ([#950](https://github.com/visgl/react-google-maps/issues/950)) ([86ad8ee](https://github.com/visgl/react-google-maps/commit/86ad8ee87c4ffc53084a8da525398c2e0e851f84))
9+
310
## [1.8.0](https://github.com/visgl/react-google-maps/compare/v1.7.1...v1.8.0) (2026-03-26)
411

512

package-lock.json

Lines changed: 11 additions & 11 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.8.0",
3+
"version": "1.8.1",
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)