Skip to content

Releases: GoogleWebComponents/google-map

0.4.0 - Cold Chicken

16 Nov 00:29
Compare
Choose a tag to compare

Install/update

bower install GoogleWebComponents/google-map

Changes

  • 90b01e7 - Updated to Polymer 0.5.1
  • 070fdc3 - Updated to google-apis 0.4.2 dep
  • cce2dd1 - Fixes #68 - fire event for search element when result is known

0.3.2 - Dominant Elephant

14 Oct 21:41
Compare
Choose a tag to compare

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 and minZoomattributes to the map. Demo updated show usage.
  • c31fcb0 - Added a libraries property to google-directions and google-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 and longitude 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

01 Aug 04:59
Compare
Choose a tag to compare

Huge release with a ton of new features. Last release was in May!