@revivejs/react-google-maps 18.0.1 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @revivejs/react-google-maps
2
2
 
3
- > A maintained **React 18 wrapper for Google Maps** with declarative maps, markers, advanced markers, clustering, overlays, directions, geocoding hooks, and versioned live demos.
3
+ > A maintained **React 19 wrapper for Google Maps** with declarative maps, markers, advanced markers, clustering, overlays, directions, geocoding hooks, and versioned live demos.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@revivejs/react-google-maps.svg?style=flat-square)](https://www.npmjs.com/package/@revivejs/react-google-maps)
6
6
  [![npm downloads](https://img.shields.io/npm/dt/@revivejs/react-google-maps.svg?style=flat-square)](https://www.npmjs.com/package/@revivejs/react-google-maps)
7
7
  [![license](https://img.shields.io/npm/l/@revivejs/react-google-maps.svg?style=flat-square)](https://github.com/alexandroit/react-google-maps/blob/main/LICENSE)
8
- [![React 18](https://img.shields.io/badge/React-19-blue?style=flat-square&logo=react)](https://react.dev)
8
+ [![React 19](https://img.shields.io/badge/React-19-blue?style=flat-square&logo=react)](https://react.dev)
9
9
  [![Google Maps](https://img.shields.io/badge/Google%20Maps-JavaScript%20API-34a853?style=flat-square)](https://developers.google.com/maps/documentation/javascript)
10
10
 
11
11
  **[Documentation & Live Demos](https://alexandroit.github.io/react-google-maps/)** | **[npm](https://www.npmjs.com/package/@revivejs/react-google-maps)** | **[Issues](https://github.com/alexandroit/react-google-maps/issues)** | **[Repository](https://github.com/alexandroit/react-google-maps)**
12
12
 
13
- **Latest version:** `18.0.1`
13
+ **Latest version:** `19.0.1`
14
14
 
15
15
  ## Why this library?
16
16
 
@@ -39,7 +39,7 @@ That means you can keep a typed React API for the 90% case and still drop to nat
39
39
 
40
40
  | Package version | React version | Google Maps support | Demo link |
41
41
  | :---: | :---: | :---: | :--- |
42
- | **19.0.0** | **19.2.x** | Maps, markers, advanced markers, clustering, shapes, layers, directions, geocoder | [React 19 demo](https://alexandroit.github.io/react-google-maps/react-19/) |
42
+ | **19.0.1** | **19.2.x** | Maps, markers, advanced markers, clustering, shapes, layers, directions, geocoder | [React 19 demo](https://alexandroit.github.io/react-google-maps/react-19/) |
43
43
  | **18.0.1** | **18.3.x** | Maps, markers, advanced markers, clustering, shapes, layers, directions, geocoder | [React 18 demo](https://alexandroit.github.io/react-google-maps/react-18/) |
44
44
  | **17.0.1** | **17.0.x** | Maps, markers, advanced markers, clustering, shapes, layers, directions, geocoder | [React 17 demo](https://alexandroit.github.io/react-google-maps/react-17/) |
45
45
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revivejs/react-google-maps",
3
- "version": "18.0.1",
4
- "description": "A maintained React 18 wrapper for the Google Maps JavaScript API with versioned docs, marker clustering, and migration-friendly components.",
3
+ "version": "19.0.1",
4
+ "description": "A maintained React 19 wrapper for the Google Maps JavaScript API with versioned docs, marker clustering, and migration-friendly components.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "react-library",
@@ -60,8 +60,8 @@
60
60
  "typecheck": "tsc --noEmit"
61
61
  },
62
62
  "peerDependencies": {
63
- "react": ">=18.0.0 <19.0.0",
64
- "react-dom": ">=18.0.0 <19.0.0"
63
+ "react": ">=19.0.0 <20.0.0",
64
+ "react-dom": ">=19.0.0 <20.0.0"
65
65
  },
66
66
  "dependencies": {
67
67
  "@googlemaps/markerclusterer": "2.6.2"