Skip to content

0.4.1

Compare
Choose a tag to compare
@ebidel ebidel released this 05 Feb 03:03
· 275 commits to master since this release

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.