Skip to content

v0.11.0

Compare
Choose a tag to compare
@ghettovoice ghettovoice released this 25 Nov 09:25
· 426 commits to master since this release

Changelist

  • [BREAKING] OpenLayers upgraded to v5 (#66)
  • [BREAKING] support of OpenLayers v4 was dropped out. For OpenLayers v4 you should use previous v0.10.x version.
  • [BREAKING] distribution package structure was changed due to lack of CommonJs builds.
    Now the VueLayers provides only ES build for production/development environment and UMD build for
    a quick usage, so compiled ES source code should be imported simply from /lib directory (/lib/_esm was before).
  • [BREAKING] vl-source-bing-maps was renamed to vl-source-bingmaps, and now exported as BingmapsSource (BingMapsSource was before)
  • fixed jerking vl-overlay (#80)
  • added handler for changefeature event in vl-source-vector
  • fixed broken links in documentation (#88 by @kodami)
  • fixed IE issues (#91, #75, #64)
  • default loader for vl-source-vector
  • New components:
    • vl-layer-group (#97)
    • vl-source-image-wms (#92 )
    • vl-source-stamen (#99)
    • vl-source-arcgis-rest
    • vl-graticule (#104 )