Skip to content

Releases: GoogleWebComponents/google-map

1.1.1

23 Sep 21:53
Compare
Choose a tag to compare

6b03a42 - fixed <google-map-search> demo
19df1e6 - Make position-less markers not display but also not thrown exception
5145063 - notify changes to zoom and maptype
c45ddfa - Updated docs
8e93cee - Update google-apis dep

1.1.0

04 Sep 20:43
Compare
Choose a tag to compare

55ed26a - Fix broken google-search element and update demo docs and snippets
8fb084b - Fix typos with globalSearch not working
82e4e5a - Maps API places library is no longer loaded by default.

1.0.6

24 Aug 18:31
Compare
Choose a tag to compare
  • Added new kml property to load KML file onto map.

1.0.5

18 Aug 00:40
Compare
Choose a tag to compare

e5ab7d7 - FIX for Issue #185
1bcff10 - Introduce globalSearch on google-map-search element.
c17b39c - turn markers into a real property, closes #183.
aefe497 - modified default value for direction waypoints

1.0.4

11 Aug 00:05
Compare
Choose a tag to compare

Fix issue with data binding directions element map property to google-map map property.

v1.0.3

18 Jun 21:34
Compare
Choose a tag to compare

Cosmetic: makes demo show up in catalog

1.0.2

15 Jun 23:02
Compare
Choose a tag to compare

Hot fix for bd0157d typo.

1.0.1

15 Jun 21:12
Compare
Choose a tag to compare

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

06 Mar 03:27
Compare
Choose a tag to compare

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

05 Feb 03:03
Compare
Choose a tag to compare

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.