@solidjs/universal@2.0.0-rc.6
Pre-release
Pre-release
·
31 commits
to main
since this release
Patch Changes
- 3a6836d: Expose diagnostic names for renderer-owned effects (#3063). The public
Rendererinterface now accepts a trailingRendererEffectOptions({ name?: string }) oneffect,insert, andspread—spreadforwards 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