Releases: solid-tv/solid
Releases · solid-tv/solid
Release 1.1.3
- feat(dom): aligned with v2 fixes (#3) (515bdb0)
- add back onAnimation support for animating, stopped in solid only (#15) (d3dfdba)
- clean up some docs (7e06978)
- feat(inspector): improve DOM debug layer for Chrome devtools (#14) (2bcd9b7)
- tweaks to claude (35b40ef)
- disable writing flex perf (0ed0c76)
- perf(utils): optimize hot-path utilities and fix isObject null bug (#12) (2afa9c8)
- fix lockfile (334c724)
- few tweaks to PR (49d9e36)
- fix: eslint config + fix typescript errors (#4) (6ddefbc)
Release 1.1.2
Release 1.1.1
Release 1.1.0
- require renderer ^1.1 (4690ca0)
- fix focus to prioritize autofocus (00c46a8)
- V1.1 (#2) (df68b58)
- expose requestRender on the stage in TS (2fc22a8)
- Merge pull request #1 from solid-tv/claude/hardcore-neumann-e988c9 (bf96ad2)
- add hexColorTransform vite plugin to devtools (4482aa8)
- add claude instructions (0037674)
BREAKING:
hexColorTranform is now part of Solid
and
import { HashRouter, KeepAliveRoute } from "@solidtv/solid/primitives/router";
Router is now a separate export to keep solid-router a clean export from other primitives
Release 1.0.3
- add focus debug info (6d04d36)
Release 1.0.2
Add componentName and componentLocation which ties in to inspector