Releases: GoogleWebComponents/google-map
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
v1.0.3
1.0.2
1.0.1
3488dbd - Fix map initialization order
2283509 - Merge pull request #163 from mikeraimondi/api_key
97671a0 - Add apiKey
property
0b6d191 - Optimize updateCenter
calls
2e9bc89 - Fix #153, marker and map misalignment
9bf45ff - Added resizeable behavior
b7e473b - Specifying maps as a property with notify, to enable two way binding between components.
b2be912 - notZoomable
-> disableZoom
a9443b9 - Fix #137, fitToMarkers
79dd5f3 - Fix #143, add @demo
, and fix tests
3c1591f - This makes late lat/long binding work
162f153 - observer arguments must be separated by commas (fix #138), relax type restriction on latitude/longitude properties (fix #139)
a4d01af - fix observers format
0.4.2
cbe9fa6 - Release 0.4.2
623a55e - Merge pull request #110 from KrisSiegel/master
f9ab8ab - Added clientId to support business users of Google Maps
b513d63 - Merge pull request #72 from levitanong/master
2be68af - Merge pull request #105 from DracoNoir/fix-map-event-flags
d7d9e2a - Fixes drag and mouse event registration.
bc491fb - Merge pull request #99 from DracoNoir/feature-map-events
7fd7454 - Merge branch 'master' into feature-map-events
aae6d10 - Added attributes to control map event registration. Documented new map events.
16a2e72 - Merge pull request #97 from DracoNoir/feature-marker-zIndex
7a71cc1 - Merge branch 'master' into feature-map-events
358e3a6 - Fix merge error.wq
5607ff8 - Merge branch 'master' into feature-marker-zIndex
0.4.1
dd6b252 - Updated event descriptions to indicate which attribute must be true to enable them.
10ee9cc - Updates description of *Events attributes.
39089c8 - Corrects imports to use google-maps-api rather than google-apis (addresses #74).
2cbbeda - Disconnects marker from map and listeners when map property is changed.
da37550 - Added attributes to configure which event listeners are added for each marker.
9aba848 - Adds support for mouse events.
8e89246 - Undoes accidental merges
70f8996 - Corrects documentation for noAutoTilt attribute
a8f5ba5 - Forwards map's mouse and lifecycle events to component's consumer
28cb8d5 - Adds attribute to disable automatic tilting at high zoom levels
be6cbf0 - Fixes type for icon attribute
aa9417e - Ignores whitespace inside of google-map-marker when creating an infowindow
b5f1784 - Adds zIndex attribute to google-map-marker
80df3a6 - Updates tests to Polymer 0.5.1
75bd202 - Enable sign-in
5438a6e - Fixes a typo and event params.
6761f14 - If put inside a div, it will now fill that div. Also, if declaring google-map {height:80%; width:90%} or similar, display:block is not needed.