Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.1.0 source code.tar.gz | 2021-01-28 | 7.0 kB | |
8.1.0 source code.zip | 2021-01-28 | 8.8 kB | |
README.md | 2021-01-28 | 257 Bytes | |
Totals: 3 Items | 16.1 kB | 0 |
- Mirror Hyperapp VDOM shape (jorgebucaran/hyperapp@8e6a490).
- Set pkg.main to
index.js
and don't minify just for CDN usage. - Fix bug in internal
createNode
function (#183). - Forgot to update replaced vnodes in the vdom while appending children.