- Upgrade depenedent packages.
- Distribute the code compiled by webpack.
- Allow root element have subcomponents. (Bug fix)
- Add a missing
const
(bug fix).
- Remove the functionality to initialize data from dataset
(
data-*
attributes) of the remote template's root element.
- Allow
vm.$options.el
to be an instance ofElement
.
- Allow remote templates to set initial data via
data-*
attributes.
- Export
getInitialData
function.
- The first version with full functionality.