This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
v0.3.3
Improvements
- Reverted importing style of the plain controls (e.g.
import { Span } from '...'
) to don't clog Vue components. This functionality was implemented through an optional library (plain-controls.js
) and lets have an access to any plain control from wherever. It's final implementation! - Reduced size of the NPM plugin (add a lot of files to
.npmignore
).