Releases: GoogleWebComponents/google-map
Releases · GoogleWebComponents/google-map
0.4.0 - Cold Chicken
0.3.2 - Dominant Elephant
Tests, several new features, and bug fixes. Updated to use Polymer core-shared-lib
0.3.3 and Polymer 0.4.2.
Install/update
bower install GoogleWebComponents/google-map
What's new
- Tests!
- a2fb6fc - Added
maxZoom
andminZoom
attributes to the map. Demo updated show usage. - c31fcb0 - Added a
libraries
property togoogle-directions
andgoogle-map
. This is so the map and directions elements can share the same API library load.
Fixes
- 4e1fa6a - Fixed #63 - remove old markers from map when DOM changes.
- 58f9c83 - Zooming the map in/out updates
zoom
property. Fixes #59. @mbykovskyy - 2bfab35 - Fixed #52. Map center is only updated if
latitude
andlongitude
are of type Number. @mbykovskyy - 615e779 - Fixed #50 - panning map across Pacific ocean causes infinite loop
- 94dfecf - Panning the map updates
latitude
/longitude
values. Issue #44 fixed. @mbykovskyy - other bug fixes.
Release 0.3.1 - outer elegance
Huge release with a ton of new features. Last release was in May!
- Allow other map options through extending google-map - commit - @jamstooks
- Fix the behavior of
showCenterMarker
attr with commit - @bamnet - Added docs for google-search and google-directions - commit - @ebidel
- Allow map styling through
styles
attribute - commit - @ekryski - Marker position correctly updates when its lat/lng change - commit - @ebidel
- Add
zoomable
attribute - commit - @bamnet draggable
attribute can be used to disable panning - commit - @bamnet- Maps
sensor
param is no longer required - commit - @brendankenny - google-map-directions no longer requires a map - commit - @bamnet
- Info window are supported! Light dom content in google-map-marker. - commit - @bamnet