Skip to content

0.3.2 - Dominant Elephant

Compare
Choose a tag to compare
@ebidel ebidel released this 14 Oct 21:41
· 318 commits to master since this release

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.