Releases: ghettovoice/vuelayers
Releases · ghettovoice/vuelayers
Release v0.11.5
- resolved #173, #174, #201, #135, #216, #132 #224 #225 #226, #230
- merged of pull requests #160, #175, #180, #185, #188, #191, #206, #208,
#212, #213, #215, #221, #227, #231
Thanks to @baspeeters, @sjmallon, @janlazo, @categulario,
@skymaze, @jemasfox, @owen-thurston, @agmt5989, @RemiDesgrange - improved property watchers
- optional debug messages
- fixed broken UMD version
- simplified initial interaction/controls setup #95
- added
id
property for all ol components for easy identification - mixins, ol-ext and rx-ext now are build to single file package,
imports from those packages are not changed - UMD version (dev/demo version) now includes all used stuff from
ol
package - updated documentation and README
v0.11.4
Update ol
package to 5.3.1
v0.11.3
Additional events:
- vl-map:
rendercomplete
- vl-layer-*:
postcompose
,precompose
,render
,rendercomplete
- tile sources:
tileloadstart
,tileloadend
,tileloaderror
- image sources:
imageloadstart
,imageloadend
,imageloaderror
v0.11.2
Fix several minor issues and merge of pull requests
Thanks to @become-iron, @chrudosvorlicek, @categulario
v0.11.1
v0.11.0
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 tovl-source-bingmaps
, and now exported asBingmapsSource
(BingMapsSource
was before) - fixed jerking
vl-overlay
(#80) - added handler for
changefeature
event invl-source-vector
- fixed broken links in documentation (#88 by @kodami)
- fixed IE issues (#91, #75, #64)
- default loader for
vl-source-vector
- New components:
v0.11.0-rc.7
fix debounced versions of `refresh`, `recreate` and `remount`, use se…
v0.10.25
fixed errors related to debounced version of refresh
, remount
and recreate
v0.11.0-rc.6
Resolved issue #104 related to incorrect labels placement