419 Commits

Author SHA1 Message Date
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
Michael Diego
b3bc11c215
Rewrite library using create-react-library (#900)
* Rewrite library using create-react-library
* Export utils properly
* Remove unnecessary code and fix eslintignore
* Update CHANGELOG
2020-07-25 03:03:03 -03:00
Michael Diego
e70d0f748d
Fix vulnerabilities (#899)
* Fix eslint's vulnerabilities
* Fix mocha's vulnerabilities
2020-07-24 02:42:33 -03:00
Michael Diego
c35f73569c
Update dependencies and fix develop env (#897)
* Upgrade packages
* Update yarn.lock
* Fix warnings
* Fix sass dependencies
* Fix sass modules
2020-07-24 01:54:20 -03:00
Roman Kovtun
00062450bd
Update License and Readme (#895)
* Update License and Readme

Co-authored-by: Roman Kovtun <gyto23@gmail.com>
Co-authored-by: Michael Diego <6419886+itsmichaeldiego@users.noreply.github.com>
2020-07-22 14:23:55 -03:00
Michael Diego
88038c293d
Update version to 1.1.7 1.1.7 2020-03-17 17:45:31 -03:00
Leigh Halliday
3f51d9884e
Include updated example of clustering using hooks (#823)
Include an example of clustering which loads/clusters remote data using hooks and modern React techniques.
2020-03-17 17:43:56 -03:00
Giulio G
7c2464091a
Add dev folders into .npmignore (#835) 2020-03-17 17:43:27 -03:00
Michael Diego
1e133e84fd
Update package.json 1.1.6 2020-02-04 16:21:40 -03:00
Eniz Gülek
42617c99c3 Updated China base url (#827) 2020-01-27 12:51:13 -03:00
Paito Anderson
acad4b79d4 Update README.md (#826)
Let's not call the default Google Map components "ugly", lots of time and effort went into designing them I'm sure.
2020-01-27 12:49:49 -03:00
Michael
4639d2ade3 Add .lock file 2019-12-01 06:54:01 -03:00
Michael
b6b67b7f37 Update ISSUE_TEMPLATE to avoid uncomplete issues 2019-09-24 12:45:05 +02:00
Michael Diego
37c34ad663
Update package.json 1.1.5 2019-09-20 19:45:46 +02:00
Kevin Ramsunder
59290615be Add shouldUnregisterMapOnUnmount prop to persist map object on unmount (#759) 2019-09-20 19:43:04 +02:00
Eric Neo
260c6d1c76 Add prop 'onDragEnd' (#754) 2019-09-20 19:42:29 +02:00
Jeffrey Cherewaty
9f0d113463 Move prop-types to dependencies (#769) 2019-09-20 19:41:47 +02:00
Joe Maffei
f5bb716291 Add UNSAFE_ prefix to deprecated lifecycle methods (#778)
* add UNSAFE_ prefix to deprecated lifecycle methods

* add missing line break
2019-09-20 19:41:26 +02:00
Michael Diego
9a18d5b3d3
Remove scam links 2019-07-16 20:32:18 +02:00
Michael Diego
63d18789c0
Update DOC.md 2019-07-10 10:33:38 +02:00
Michael Diego
955fe889c4
Update DOC.md 2019-07-10 10:32:34 +02:00
Eric Neo
94fcc3e541 Pass zoom value to zoom animation callbacks (#742) 2019-05-14 12:54:23 -03:00
Michael
b3c27dfb0e Bump version to 1.1.4 1.1.4 2019-04-03 10:23:57 -03:00
Michael Diego
de2cca6c16
Revert "Add shouldUnregisterMapOnUnmount prop to persist map object on unmount (#722)" (#739)
This reverts commit 40fe3ead1d82cb01447100c1fb9f8008e38f366a.
2019-04-03 10:22:03 -03:00
Michael Diego
c6767e24f5
Revert "Google Map loader respecting the app language change (#726)" (#738)
This reverts commit 55fd1b06a375e2126e8dea95d5f32943f4009553.
2019-04-03 10:19:42 -03:00
Michael
d5ea046257 Bump version to 1.1.3 1.1.3 2019-04-01 12:48:23 -03:00
Michael
b49a3a6186 Revert "Bump version to 1.1.3"
This reverts commit 59c0265b52defaa7fa30bb96f5690caa6882c5a0.
2019-04-01 12:48:13 -03:00
Michael Salaverry
3d78dd9cb4 Fix: Update heatmap layer when heatmap positions prop changes (#728)
* improvement: switched from defining API key in multiple places to one place

* now generating random readings

* fix: a change in heatmap positions now updates the map accordingly

* docs: added comment to explain that the developer should use their own key
2019-04-01 12:47:19 -03:00
Michael
59c0265b52 Bump version to 1.1.3 2019-04-01 12:46:10 -03:00
Tom Wagner
55fd1b06a3 Google Map loader respecting the app language change (#726) 2019-03-20 15:42:09 -03:00
Kevin Ramsunder
40fe3ead1d Add shouldUnregisterMapOnUnmount prop to persist map object on unmount (#722) 2019-03-18 14:29:52 -03:00
Michael Salaverry
c8a7f56261 Documentation: added PropTypes for heatmap prop (#716)
* Documentation: added PropTypes for heatmap prop

This PR improves the documentation of the heatmap prop by adding types.
I don't mind adding PropTypes validation to this prop as well if you are interested in that.

* Update API.md

I added some spacing between the interface and the example snippet.
I also added a link to the example I wrote for the other repository. I think we should delay this PR until that example is live. That way, the new Demo link will go to live functioning code rather than no where.
2019-03-05 02:41:46 -03:00
Artem
7b02e7ef2e Small fix API.md (#721)
It is small fix in the example for Positioning a marker
2019-02-18 15:31:06 -03:00
Michael Diego
953da99572
Update README.md 2018-12-18 13:33:43 -03:00
Michael Diego
3d7c9823e4
Update README.md (#698)
* Update README.md

* Update README.md

* Update README.md

* Add javascript tag

* Update README.md
2018-12-18 13:32:04 -03:00
Michael Diego
4d863d9ddc
Bump version to 1.1.2 (#697)
Bump version to 1.1.2
1.1.2
2018-12-18 13:09:01 -03:00
Artem Artemyev
45ecda13e6 Added React 16 createPortal with backwards compatibility (#696)
* added react 16 createPortal support with backwards compatibility

* fixed lint errors
2018-12-18 13:02:16 -03:00
Michael Diego
599195510e
Bump to 1.1.1 (#680)
Bump to 1.1.1
1.1.1
2018-11-21 18:13:45 +01:00
Michael Diego
d8d9dc3b63
Revert "Added feature: update heat map on data change + fix linting" (#679)
* Revert "Bump version to 1.1.0 (#671)"

This reverts commit 1603e3afea4cd0fdb88e7b5479f1f3321908afb4.

* Revert "Added feature: update heat map on data change + fix linting (#593)"

This reverts commit 1ce8726fda4cd56694680051125dd107c2817528.
2018-11-21 18:11:50 +01:00
Michael Diego
1603e3afea
Bump version to 1.1.0 (#671)
This includes: 

- #655 Add math abs to avoid negative values when calculating zoom 
- #656 Pass map instance to onDrag handler 
- #593 Added feature: update heat map on data change + fix linting
1.1.0
2018-11-08 15:36:19 +03:00
Donovan De Smedt
1ce8726fda Added feature: update heat map on data change + fix linting (#593)
* Added feature: update heat map on data change

When prop updateHeatmap is set to true --> map will rerender.
- New render of <GoogleMapReact> and data is changed, prop updateHeatmap should be true
- New render of <GoogleMapReact> and data is not changed, prop updateHeatmap should be false

* Supports multiple google map libraries + update heatmap when prop updateHeatmap equals true

* Updated this.props -> nextProps (rookie mistake...)

* Updated API documentation:
- added info about the use of other libraries in the Google Map API
- added info about the updateHeatmap prop
2018-11-08 15:20:30 +03:00
Dmitry Bogomya
4a92a42902 Pass map instance to onDrag handler (#656) 2018-11-08 15:20:12 +03:00
Max Chernin
f73e774a45 add math abs to avoid negative values when calculating zoom (#655)
* add math abs to avoid negative values when calculating zoom

* add math.abs with proper styling to pass tests

* add math.abs to dx\dy on fitbounds
2018-11-08 15:19:33 +03:00