Releases: solid-tv/solid
Releases · solid-tv/solid
Release 1.2.0
- add trimmedHeight for domRenderer (f2de5f6)
- prep for 1.2 renderer (55217af)
- remove default true for setProperty as domExpressions sets true as value (7f39054)
- refactor(focus): split propagateKeyPress into phase helpers (#19) (9b1db78)
- refactor(core): dedupe shader-write tail and tighten elementNode exports (#18) (1873aef)
- refactor(core): small cleanups (isFunction, _queueDelete, isDomRendererActive) (#17) (bfd38ff)
- refactor(core): collapse activeElement & focusManager indirection (#16) (4abef56)
- clean up of activeElement (8ec4218)
- cleanup from moving core in (f4c9d5a)
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