This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
v0.7.0
- update to solid-js v1.0. Thanks for help @mosheduminer
breaking:re-export solid-js/html directly as a default instead of named export. EDIT: restored the name export in 0.7.1.
Breaking changes:
- rename
src/dom.ts
tosrc/web.ts
which renamesdist/dom.js
todist/web.js
in the consumable build output - no longer detects duplicate solid libs (some code that had duplicates may now break due to using multiple instances). This cleans the code up, and allows tree shaking.