This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
v0.8.0:
breaking: remove solid-js re-exports
BREAKING:
- removed dist/web.js, import from solid-js/web instead
- removed dist/html.js, import from solid-js/html instead
- all solid-js re-exports removed, import them from solid-js instead
v0.9.0:
BREAKING: limit the solid-js
package version to <1.5.0
to fix the build (tested in Windows PowerShell). We will update to latest Solid soon. For now, you might have luck forcing a newer Solid.js version, or just stay on the older version.
v0.10.0:
BREAKING: remove the global build. Migration: if you were importing the dist/global.js file with a script tag, instead use import
syntax to import @lume/variable
into your project.