Skip to content

Releases: ghettovoice/vuelayers

v0.11.0-rc.1

21 Oct 10:32
Compare
Choose a tag to compare
v0.11.0-rc.1 Pre-release
Pre-release

release v0.11.0-rc.1

The first ready to use release of the next vuelayers version.
Install it with npm install vuelayers@next

Change list:

  • upgrade to OpenLayers v5 (#66)
  • drop out support of OpenLayers v4 (for v4 there is v0.10.x branch)
  • change distribution package structure [BREAKING]
    Now the VueLayers provide 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).
  • fix jerking vl-overlay (#80)
  • vl-source-vector: handle changefeature event
  • Update links in documentation (#88)

v0.10.15

21 Oct 18:52
Compare
Choose a tag to compare

Fixed broken distribution package of v0.10.14

v0.10.14

21 Oct 10:31
Compare
Choose a tag to compare

NOTE: this version is broken on npm, please use the next release v0.10.15

release v0.10.14

  • fix jerking vl-overlay (#80)
  • vl-source-vector: handle changefeature event

v0.10.13

31 Jul 07:58
Compare
Choose a tag to compare

switch rxjs to es5 with import/export (#71)

v0.10.12

15 Jun 16:59
Compare
Choose a tag to compare

rebuild lib (see #60)

v0.10.11

14 Jun 17:08
Compare
Choose a tag to compare

Bugfixes:

v0.10.10

08 Jun 17:25
Compare
Choose a tag to compare

Bugfix: set default ol.View if view is undefined in the setView method (#58)

v0.10.9

18 May 09:28
Compare
Choose a tag to compare
remove redundant console.log https://github.com/ghettovoice/vuelayers…

v0.10.8

18 May 08:35
Compare
Choose a tag to compare

fix #51, #52

v0.10.7

08 May 20:00
Compare
Choose a tag to compare
release v0.10.7

- Vector tiles support: vl-layer-vector-tile / vl-source-vector-tile
- map default pixel ratio resolve #49