Skip to content

Change Log

Thor Schueler edited this page Aug 7, 2017 · 9 revisions

Release Change Log

0.5.10

  • support for labeling on GoogleMaps and supressing labels in bing maps. Use of MapTypeId.aerial will now show satellite maps without labels and MapTypeId.hybrid will show satellite with labels in booth google and bing. Default now is MapTypeId.hybrid.

0.5.9

  • ability to use complex multi-line paths on polyline via support for array of array. This is mostly for large scale polyline use with 1000s of lines.
  • tool tip capabilities for polylines

0.5.6

  • zoom aware labeling and tool tip capabilities for polygons.

0.5.5

  • dynamic size cluster marker support for Google.
  • fix issue with Box attribute on x-map component for Google.

0.5.3

  • clustering support for Google.

0.5

  • more modular event handling on the map component.
  • fuller support for Google Maps.

0.4.4

  • Support for Polylines in Bing (both directly and in layer).
  • Added a number of example plunks.

0.4.2

  • Support for Polygons in Bing (both directly on map and in layer).

0.4.0

  • Support for Polygon/Polyline (Goolge only for now, Bing to come in the next few weeks)
  • Support for Google maps (markers, polygon, polyline, infobox, no layers or clustering yet, to come)
  • Added linting and refactored for code consistency.
  • Note: 0.4.0 is a breaking change, however migration should be super easy, just update the selectors for the components to x-... (like x-map-marker) and update any broken class imports with the new names (should be obvious).

0.3.11

  • Support for spider clusters. Super cool...

0.3.10

  • Support for layers and clustring
  • Support for AOT and Angular 4