This repository was 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.tstosrc/web.tswhich renamesdist/dom.jstodist/web.jsin 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.