cybice
438bc12296
Fix google api bug
2016-12-29 19:16:44 +03:00
cybice
39d5b54059
0.22.2
2016-12-29 18:57:45 +03:00
cybice
3187822309
Fix remove listener
2016-12-29 18:57:35 +03:00
cybice
3450a65936
0.22.1
2016-12-29 18:51:53 +03:00
Marius Andra
4da59f0242
fix small typo (add -> remove) ( #295 )
2016-12-22 22:06:35 +03:00
cybice
7a2cf5fbc0
0.22.0
0.1.0
2016-11-30 23:16:29 +03:00
Lukyanov Fedor
7a9a8d3fb7
Add ne and sw to bounds object ( #287 )
...
* Add ne and sw to bounds object
* Add ability to use ne and sw in fitBounds
* Return all corners from fitBounds
* Remove exports object in favour export
2016-11-30 23:13:19 +03:00
cybice
409db3f345
0.21.5
2016-11-24 21:18:44 +03:00
Andries Smit
496e9a5d7d
Fix reference to maps instead of map. ( #283 )
...
Sorry, made a smal but ugly mistake in the last pull request.
The this.maps does not have a function getCenter .... but this.map does
2016-11-24 21:17:59 +03:00
cybice
7598be7dfc
0.21.4
2016-11-24 20:09:30 +03:00
Andries Smit
affee2a8dd
Keep original center on _mapDomResizeCallback ( #282 )
...
When the resize event is triggered, the original center was lost.
This issue is significant when the map is renders outside visible dom with zero height and width.
When placed into the visible dom, the resize is triggered correctly. With this change the center will persist. (Without this fix the old center is the top left corner)
2016-11-24 20:09:06 +03:00
Matt Dean
7be0f10591
expose map type callback ( #275 )
2016-11-24 20:05:30 +03:00
cybice
e0c7e26258
0.21.3
2016-11-07 12:07:33 +03:00
Ivan
6273309665
#add handlers for fly update layers ( #272 )
...
* #add handlers for fly update layers
* #remove force param
* Update google_map.js
2016-11-07 12:07:14 +03:00
cybice
7506b147fc
0.21.2
2016-11-07 11:41:05 +03:00
cybice
613e4340e6
Merge branch 'master' of github.com:istarkov/google-map-react
2016-11-07 11:40:35 +03:00
cybice
2fb61ed49b
0.21.1
2016-11-07 11:40:19 +03:00
Kevin Donahue
7c95dad703
doc: clarify onClick and onChange arg structure ( #241 )
...
More clearly show that `onClick` and `onChange` take
objects as arguments.
2016-11-07 11:33:01 +03:00
alex-e-leon
d348c64f85
Fixed componentWillReceiveProps options function bug ( #273 )
...
Fixes a bug which prevented you from changing the function passed to
the options prop
2016-11-07 11:31:26 +03:00
cybice
c4cfbd4f0f
0.21.0
2016-11-01 15:50:54 +03:00
Ivan
1c801812b2
#add layerTypes props handler, and GMapLayers view ( #264 )
...
* #add layerTypes props handler, and GMapLayers view
* #fix linter, change props place
* #add layerTypes props descrition
2016-11-01 15:46:07 +03:00
cybice
15ac00c303
0.20.1
2016-10-20 20:28:51 +03:00
cybice
4a25508ecf
Closes #260
2016-10-20 20:28:17 +03:00
cybice
a80ff5535b
0.20.0
2016-09-27 14:51:06 +03:00
Ivan Starkov
b8bf3ad03f
Fix, I see no reason now to prevent mouseDown event propagation ( #248 )
2016-09-27 14:49:54 +03:00
cybice
5eef490c44
0.19.1
2016-09-25 22:36:32 +03:00
Viktor Bezdek
94eac51b6e
Fix unreliable window and document detection ( #246 )
...
* Fix unreliable DOM availability detection to more robust approach
Signed-off-by: Viktor Bezděk <viktor.bezdek@siteone.cz>
* Temporarily commit compiled files to repo before pull request #246 gets published to fix ssr issues
Signed-off-by: Viktor Bezděk <viktor.bezdek@siteone.cz>
* Revert "Temporarily commit compiled files to repo before pull request #246 gets published to fix ssr issues"
This reverts commit 7e19a8630c7e3e148803f0797cbf89567c7a8c45.
2016-09-23 17:49:31 +03:00
cybice
7ae63cb3d7
0.19.0
2016-09-01 11:08:09 +03:00
Martin Jujou
7d1180c542
Fix ipad dragging issue ( #233 )
...
* Fix ipad dragging issue
* Limit touch events to map only
2016-09-01 11:04:09 +03:00
Jop de Klein
9d45cc39f8
Update README with ES6 Promise instructions ( #231 )
2016-08-30 10:09:13 +03:00
cybice
1a96accae9
0.18.3
2016-08-25 20:44:53 +03:00
joaovpmamede
e5ce93d975
Bump babel to version 6.14.0 ( #224 )
2016-08-25 20:40:55 +03:00
cybice
662cefc46e
0.18.2
2016-08-23 13:55:01 +03:00
Ivan Starkov
a0791b52ed
fixes #220 ( #222 )
2016-08-23 13:54:35 +03:00
cybice
d8f3e528c2
0.18.1
2016-08-22 17:46:41 +03:00
cybice
f23a649011
Fix incorrect onChildMouseDown is called when marker is already removed
2016-08-22 17:42:51 +03:00
cybice
ed02421640
0.18.0
2016-08-22 17:33:03 +03:00
Rupesh Singh
e196e9f1e5
Reset Bounds when surrounding div resizes ( #219 )
...
* added listeners for element/map resize event
* changed names accordingly
* added eslint-disabled to pass through travis checks
* changes for travis checks
* added eslint disables
* disabling eslint for lNo 906
* removed trailing spaces
* removed unnecessary id and refs
* removed eventListners on unMount
2016-08-22 17:31:02 +03:00
cybice
7542b69310
0.17.0
2016-08-11 13:34:30 +03:00
alex-e-leon
476afbfe54
Allow gmap option props to be changed dynamically ( #215 )
2016-08-10 09:53:48 +03:00
cybice
27cf164bea
0.16.3
2016-07-25 13:31:57 +03:00
shark0der
5a3f0b3ac0
Skip falsy values in _onMouseChangeHandler_raf as well ( #205 )
...
* Skip falsy markers
* Skip falsy markers in _onMouseChangeHandler_raf
2016-07-25 13:31:28 +03:00
cybice
5596f27048
0.16.2
2016-07-25 01:21:10 +03:00
shark0der
ef1689e7a3
Skip falsy markers ( #204 )
2016-07-25 01:20:26 +03:00
cybice
6227e4ea35
0.16.1
2016-07-24 21:41:14 +03:00
Ivan
7c8ec7a2bb
#add newBounds to fitBounds utils ( #202 )
...
* #add newBounds to fitBounds utils
* #fix by lint rules
* remove npm debug.log
* #fix eslint by disable lines
2016-07-24 21:40:32 +03:00
cybice
7c17379886
0.16.0
2016-07-20 16:42:24 +03:00
Ivan Starkov
fb3af2cd7c
Fix context ( #198 )
2016-07-20 16:41:15 +03:00
Yuri Akimov
da0617307b
Fix wrong decription of fitBounds() function. Need to pass bounds object, because {nw, se} are undefined ( #188 )
2016-07-04 09:54:07 +03:00
cybice
5817480893
0.15.1
2016-07-03 01:50:56 +03:00