Skip to content

Releases: solid-tv/solid

Release 1.1.3

19 May 14:34

Choose a tag to compare

  • 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

14 May 01:55

Choose a tag to compare

  • fix(navigation): preserve user transitions across directional navigation (#11) (76baf4b)
  • refactor(KeepAlive): scope wrapChildren props, drop as any in getExisting (#10) (8c2b482)
  • fix(KeepAliveRoute): preserve children getter to avoid creating sibling routes (#9) (959668b)

Release 1.1.1

13 May 14:00

Choose a tag to compare

  • fix(Lazy): clean up timers on unmount and de-couple loader paths (#6) (38231b7)
  • perf(useMouse): single-pass hit-test and pre-scale mouse coords (#5) (fd61ba0)
  • fix build error with vite plugin (ca2a561)
  • fix up all the eslint issues (be3cbba)
  • more optimizations (38d631b)

Release 1.1.0

11 May 15:17

Choose a tag to compare

  • 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

28 Apr 17:45

Choose a tag to compare

Release 1.0.2

28 Apr 01:56

Choose a tag to compare

Add componentName and componentLocation which ties in to inspector