Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@trusktr trusktr released this 17 Jan 10:10
  • 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 to src/web.ts which renames dist/dom.js to dist/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.