Skip to content

Releases: ghettovoice/vuelayers

Release v0.11.5

03 Oct 16:36
d2abce1
Compare
Choose a tag to compare

v0.11.4

12 Mar 17:05
49b7a61
Compare
Choose a tag to compare

Update ol package to 5.3.1

v0.11.3

10 Mar 18:09
b339c57
Compare
Choose a tag to compare

Additional events:

  • vl-map: rendercomplete
  • vl-layer-*: postcompose, precompose, render, rendercomplete
  • tile sources: tileloadstart, tileloadend, tileloaderror
  • image sources: imageloadstart, imageloadend, imageloaderror

v0.11.2

27 Feb 21:47
Compare
Choose a tag to compare

Fix several minor issues and merge of pull requests

Thanks to @become-iron, @chrudosvorlicek, @categulario

v0.11.1

26 Nov 11:06
Compare
Choose a tag to compare

Changelist

  • vl-map: added property wrap-x to control wrapping of the default map overlay (#109 )
  • vl-overlay: hide overlay while it is not added to the overlay container
  • fix UMD build issue: fractional tile indexes in the tile url, occurs with the minified build by the latest uglify js

v0.11.0

25 Nov 09:25
Compare
Choose a tag to compare

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 )

v0.11.0-rc.7

19 Nov 10:38
Compare
Choose a tag to compare
v0.11.0-rc.7 Pre-release
Pre-release
fix debounced versions of `refresh`, `recreate` and `remount`, use se…

v0.10.25

19 Nov 09:24
Compare
Choose a tag to compare

fixed errors related to debounced version of refresh, remount and recreate

v0.11.0-rc.6

18 Nov 18:02
Compare
Choose a tag to compare
v0.11.0-rc.6 Pre-release
Pre-release

Resolved issue #104 related to incorrect labels placement

v0.10.24

18 Nov 17:51
Compare
Choose a tag to compare

Resolved issue #104 related to incorrect labels placement