github solidjs/solid @solidjs/universal@2.0.0-rc.6

Patch Changes

  • 3a6836d: Expose diagnostic names for renderer-owned effects (#3063). The public Renderer interface now accepts a trailing RendererEffectOptions ({ name?: string }) on effect, insert, and spreadspread forwards one shared name to its child insertion and internal ref/props effects — so dev attribution can correlate signal write → application computation → renderer effect → output mutation end-to-end. Renderer-created effects without a caller-supplied name get stable dev-only fallbacks ("renderer insert", "renderer spread props/ref/children", "renderer render", "renderer patch"); production builds tree-shake all of it via the _SOLID_DEV_ constant.
  • Updated dependencies [a7c6b8e]
  • Updated dependencies [8d1ba82]
  • Updated dependencies [3e48a75]
  • Updated dependencies [04b5b7f]
  • Updated dependencies [da1f7bf]
    • solid-js@2.0.0-rc.6

Don't miss a new solid release

NewReleases is sending notifications on new releases.