Michael
b9b0a9163b
2.2.0
v2.2.0
2022-07-06 14:16:58 -05:00
Karl Danninger
c12b94f419
Merge pull request #1103 from derkoe/react-18
...
React 18 in peer-dependencies and use new API
2.2
2022-07-05 12:17:22 -04:00
Karl Danninger
c0deb76a00
update readme.
2022-04-29 08:16:04 -04:00
Ivan Starkov
f14b79deb9
Update README.md
2022-04-16 03:55:15 +03:00
Christian Köberl
2d1187cd43
React 18 in peer-dependencies and use new API
2022-04-05 16:22:39 +02:00
Karl Danninger
385d7356c9
Merge pull request #1056 from google-map-react/add-sponsor-atlist
...
Add Atlist sponsor text to README
2021-08-30 20:05:56 -04:00
Karl Danninger
542e1dbaf1
Add Atlist sponsor text to README
2021-08-30 15:13:00 -04:00
Michael Diego
9d5be84f7c
Update README.md
2021-06-22 22:08:33 -06:00
Michael
b76ebb00bc
2.1.10
2.1.10
2021-06-22 22:00:55 -06:00
Michael
3fdfc2d076
Update CHANGELOG
2021-06-22 22:00:53 -06:00
Michael
a8e2df0ba8
Update CHANGELOG
2021-06-22 21:59:55 -06:00
Ivan Storck
727a283e8f
feat: update peer deps for react ( #1028 )
...
* feat: update peer deps for react
* fix: remove package-lock
* fix: update yarn lock
* allow 16 or 17
2021-06-22 21:57:19 -06:00
dependabot[bot]
cc77aba241
Bump y18n from 4.0.0 to 4.0.1 ( #1017 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 18:13:42 -03:00
Michael
a783cd6276
2.1.9
2.1.9
2020-11-01 13:29:35 +01:00
Michael Diego
43e5802142
Fix #954 : Use single instance of Loader ( #968 )
...
* Use single instance of Loader
* Update @googlemaps/js-api-loader
2020-11-01 13:29:12 +01:00
Michael
a1d54dda41
2.1.8
2.1.8
2020-10-13 12:11:25 +02:00
Justin Poehnelt
8a08e7ea7d
build(deps): update @googlemaps/js-api-loader ( #958 )
...
* build(deps): update @googlemaps/js-api-loader
* chore: include update yarn.lock
2020-10-13 12:09:18 +02:00
Michael
8b1fb8c397
2.1.7
2.1.7
2020-10-03 15:22:23 +02:00
Michael Diego
e66f96f40f
Avoid multiple api loads ( #955 )
2020-10-03 15:22:06 +02:00
Michael
d19ac1dc21
2.1.6
2.1.6
2020-09-25 21:53:44 +02:00
Michael Diego
aa10167eb8
Change componentWillReceiveProps to componentDidUpdate ( #950 )
2020-09-25 21:53:11 +02:00
Michael
af735e7b0d
2.1.5
2.1.5
2020-09-23 01:14:16 +02:00
Michael Diego
b25dea10fc
Fix key not being set in bootstrapURLKeys ( #948 )
2020-09-23 01:14:00 +02:00
Michael
685b12cd36
Fix examples infinite loop
2020-09-23 00:32:25 +02:00
Michael
22752ffdf4
2.1.4
2020-09-22 18:59:42 +02:00
Michael Diego
1ce0ef6f2f
Use @googlemaps/js-api-loader and fix libraries usage ( #946 )
...
Co-authored-by: Justin <jpoehnelt@google.com>
Co-authored-by: Aviya Developer <aviya.developer@gmail.com>
2020-09-22 18:59:12 +02:00
Michael
d8a7158c13
Update yarn.lock
2020-09-14 13:51:17 +02:00
Michael
ff8810b004
2.1.3
2.1.3
2020-09-01 05:18:29 +02:00
Michael Diego
25b1646a2d
Reverts PR #921 to fix #931 ( #933 )
...
* Revert "Fix heatmapLibrary"
This reverts commit 8e67c08c275ea611e1a8d193c6888a312b47cafb.
* Revert "Update API.md"
This reverts commit 2d55cedfdd67b5410261f677f17c2d0969485757.
* Revert "Added all google maps api libraries to api loader (#921 )"
This reverts commit 1718a4a9415e1422752f3ae68c8b7119af6ca8db.
2020-09-01 05:17:53 +02:00
Michael Diego
9e06d200b1
Produce CommonJS and UMD bundles ( #932 )
2020-09-01 05:05:06 +02:00
Michael
24b9c93228
2.1.2
2.1.2
2020-08-31 06:50:02 +02:00
Michael
8e67c08c27
Fix heatmapLibrary
2020-08-31 06:48:17 +02:00
Michael Diego
2d55cedfdd
Update API.md
2020-08-31 04:37:55 +02:00
Michael
8bc26ee138
2.1.0
2.1.0
2020-08-31 03:14:35 +02:00
Michael
9ee78cbcdd
Update CHANGELOG
2020-08-31 03:14:33 +02:00
aviyadeveloper
1718a4a941
Added all google maps api libraries to api loader ( #921 )
...
* Added all google maps api libraries to api loader
Supports places, visualization, places, and geomerty libs.
keeps support for previous heatMapLibrary prop to avoid breaking older usage.
* add libraries to props of GoogleMap
* Update google_map.js
* add warning about heatMapLibrary
* heatmap depreaction, clean libraries, docs
* clean up google map prop
2020-08-31 02:27:50 +02:00
Agustin Lessa
d3f258de1c
Add guide to manually link local module to README ( #912 )
2020-08-24 00:45:47 -03:00
Michael
4aef21a135
2.0.8
2.0.8
2020-08-07 01:13:56 -03:00
Michael Diego
e48971f003
Update README.md
2020-08-03 12:03:25 -03:00
Michael
07f738da06
2.0.4
2.0.4
2020-07-31 03:02:34 -03:00
Michael
b70be8f860
Update CHANGELOG
2020-07-31 02:59:53 -03:00
Michael
1cae88eb5d
Fix default imports
2020-07-31 02:59:47 -03:00
Michael
d0b242e8a9
2.0.2
2.0.2
2020-07-30 08:56:13 -03:00
Dirk Rusche
75613cb7cd
Fix options not updated bug ( #878 )
...
Co-authored-by: Michael Diego <6419886+itsmichaeldiego@users.noreply.github.com>
2020-07-30 08:12:12 -03:00
Michael
381515cf22
2.0.1
2.0.1
2020-07-30 06:40:07 -03:00
Michael
7ae788c7ad
Update CHANGELOG
2020-07-30 06:40:07 -03:00
Afzal Hossain
a65411f9d6
On resize it's getting undefined minZoom ( #864 )
2020-07-30 06:34:06 -03:00
Brandon DeMello
307476f02e
Moves marker dispatcher binds to componentDidMount ( #873 )
2020-07-30 06:31:45 -03:00
Michael
fe76674757
Update CHANGELOG.md based on releases
2020-07-30 06:27:11 -03:00
Michael
b503853b94
2.0.0
2.0.0
2020-07-30 05:27:31 -03:00