Skip to content

v0.10.1

Compare
Choose a tag to compare
@ghettovoice ghettovoice released this 06 Apr 21:49
· 533 commits to master since this release

There is a lot of error fixes, code improves and features in this release.

First of all note about upgrade from v0.9:

  • ES6 version files moved to lib/_esm folder for easy setup tools like babel-plugin-transform-imports. If you use direct imports from vuelayers/lib/* directory and rely on ES6 version change them to vuelayers/lib/_esm/*
  • core subpackage dropped out. All stuff from core now published as a small separate packages that you can use as before. Mixins now at lib/mixin/*/lib/_esm/mixin directory, ol-ext at lib/ol-ext/lib/_esm. ( #27 and #30 )
  • bindToProj global option renamed to dataProjection

New features

Other

  • new documentation site based on docsify. Now writing documentation is less complicated and I finish it soon
  • replace lodash dependency with own simplified mini lodash lib, ~150Kb reduced from final build
  • reactive data-projection property on the map component
  • Demo app upgraded to introduce new features
  • fixed warning about $services injection
    and other minor changes