Skip to content

Change Log

Thor Schueler edited this page Aug 22, 2018 · 9 revisions

Release Change Log

6.0.0

  • support for Angular 6.
  • restructured to use angular package manager.
  • moved samples from plunkr to stackblitz.

0.7.0

  • added editable polygon capability for google and bing.
  • changed type of polygon emitters to IPolygonEvent.

0.6.13

  • added additional events to markers.
  • minor bug fixes.

0.6.5

  • added streaming capability for polygon layer to stream polygons into map for a 'display as it loads' experience.

0.6.4

  • introduced polygon layer component for the performant rendering of large number of complex polygons (<5,000 with 3,000 points each, inner and outer rings). Sample coming soon.

0.6.3

  • introduced streaming for marker layer to stream marker locations into the map for a 'display as it loads' experience.

0.6.0

  • introduced marker layer component for the performant rendering of large number of markers (> 10,000). See Sample Wiki for an demonstration.

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