Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"ai-readiness-docs-pass-2",
"ai-readiness-docs-pass",
"align-insert-with-dom-expressions-a1",
"align-ref-spread-sources",
"align-with-dom-expressions",
"allow-async-without-loading-csr",
"arch-tier1-affects-reveal",
Expand All @@ -64,6 +65,8 @@
"bare-client-source-suspends-as-final-hole",
"behavior-claims-delegate-glue",
"behavior-claims-props",
"bind-get-grants-to-function-identity",
"bound-body-by-bytes-received",
"bound-server-function-requests",
"boundary-accessor-return-types",
"boundary-asset-scope-leak",
Expand Down Expand Up @@ -105,6 +108,7 @@
"dedupe-disposal-dep-clearing",
"dedupe-dispose-unobserved",
"dedupe-settle-walk-code",
"dedupe-single-flight-source-ids",
"dedupe-strict-read-diagnostics",
"demote-boundary-primitives",
"deprecate-server-writes",
Expand All @@ -121,6 +125,7 @@
"document-action-await-contract",
"document-action-mutation-navigation-framing",
"document-control-flow-callback-shapes",
"document-entry-only-handler-wrap",
"document-face-live-holes-client",
"document-live-slot-args-client",
"document-shell-hydration-docs",
Expand All @@ -136,6 +141,8 @@
"element-foreign-owner-fallback",
"eliminate-optimistic-revert-targets",
"encode-failure-error-trailer",
"encrypt-flash-cookie",
"enforce-provide-event-once-on-direct-calls",
"enforce-provide-event-single-invocation",
"export-memo-options",
"expose-enableExternalSource-loading-on",
Expand Down Expand Up @@ -195,6 +202,7 @@
"fix-equals-comparator-errors",
"fix-errored-derive-memo-parity",
"fix-errored-loading-hydration-ids",
"fix-flash-url-unbound-base",
"fix-flatten-needsunwrap-or",
"fix-flight-owned-transaction",
"fix-flow-getter-eval-owner-parity",
Expand Down Expand Up @@ -232,6 +240,7 @@
"fix-lazy-rejected-import-caching",
"fix-lazy-shared-memo-ownership",
"fix-lingering-ambient-transaction-capture",
"fix-live-store-hydration",
"fix-loading-boundary-stale-flatten",
"fix-loading-hydration-settled-ref",
"fix-loading-late-fragment-hydration",
Expand Down Expand Up @@ -374,6 +383,7 @@
"fix-universal-text-escaping",
"fix-usehead-prelude-hydration-walk",
"fix-version-skew-label-before-gate",
"flash-falsy-nojs-outcomes",
"flatten-promise-of-async-iterable",
"fluffy-bananas-smoke",
"fold-runtime-wrappers",
Expand All @@ -396,6 +406,7 @@
"gate-invariants-to-test-builds",
"get-read-contract",
"graph-size-diagnostics",
"guard-error-carried-failure-channels",
"guard-failures-iterative-walk",
"guard-getter-and-map-key-channels",
"halt-reactivity-on-uncaught-error",
Expand All @@ -418,6 +429,7 @@
"iterator-supersede-eager-close",
"jfb-driver-and-write-bound",
"keep-ambient-batch-on-stash",
"keep-negative-zero-off-the-json-fast-path",
"label-version-skew-404",
"late-boundary-held-fragment-wait",
"latest-lazy-companion-backfill",
Expand Down Expand Up @@ -467,6 +479,8 @@
"optimize-store-utilities",
"option-a-mid-transition-observability",
"own-abandoned-server-result-promises",
"own-decoder-minted-rejected-promises",
"own-the-single-flight-fold-before-stamping",
"owned-non-lazy-memo-autodispose",
"pass-2-collapse",
"patch-channel-pay-for-use",
Expand Down Expand Up @@ -509,6 +523,7 @@
"question-scoped-pending-affects",
"rc-api-freeze-pass",
"reaction-rearm-replaces",
"read-every-body-the-transport-tees",
"reconcile-array-object-shape-guard",
"reconcile-default-id-positional-null",
"reconcile-symbol-keyed-nodes",
Expand All @@ -529,6 +544,9 @@
"refresh-lifts-stale-manual-write-mask",
"refreshable-type-alias",
"refusals-commit-event-stub",
"refuse-invalid-wrap-invocation-values",
"refuse-unknown-body-format-tags-as-version-skew",
"refuse-unstorable-flash-cookies",
"register-settle-walk-diagnostic-code",
"remove-capturing-event-listeners",
"remove-create-effect-single-argument-overload",
Expand All @@ -538,6 +556,7 @@
"remove-isrefreshing-api",
"remove-loading-notify-through-remap",
"remove-on-namespace-events",
"remove-patch-channel",
"remove-ssr-run-in-scope",
"rename-createLoadingBoundary",
"rename-pending-to-latest",
Expand All @@ -558,6 +577,7 @@
"sanitize-graph-failures",
"scope-deferred-server-function-results",
"scope-function-children-holes",
"scope-nested-deferred-results-without-mutation",
"serialization-decode-entry",
"server-component-context-barrier",
"server-first-value-lock",
Expand Down Expand Up @@ -649,6 +669,7 @@
"tighten-show-match-jsx-types",
"tiny-lions-jam",
"track-applied-classes",
"transform-result-sees-thrown-errors",
"transparent-devcomponent",
"transparent-effect-option-typed",
"transport-failure-on-foreign-response",
Expand Down
7 changes: 7 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solidjs/babel-plugin

## 2.0.0-rc.7

### Patch Changes

- ead7b1a: Keep hydration IDs aligned when an intrinsic element has a ref and one reactive spread.
- d601119: Remove the experimental patch channel and patch-mode list driver (always opt-in, never default). Graph-native regions own value delivery and the unified-For design owns list structure, so the channel's parallel delivery machinery is retired: `patch.ts`/`patch-driver.ts` deleted, the compiler-contract exports (`registerPatch`/`registerRowOps`/`registerSlotPatch`/`patchableRaw`, `patchDriver`/`rowProof`/`driveList`) removed, the `patchDriver` compiler option dropped from both compilers, the insert `$ll` seam stripped, and the write-side channel struct dieted to the single written-keys bound (`t.wk`) the core fold/notify paths actually use. Store-family app bundles reclaim up to ~900 B brotli; every measured tier shrinks.

## 2.0.0-rc.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solidjs/babel-plugin",
"description": "Babel compiler plugin for Solid templates",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solidjs/compiler

## 2.0.0-rc.7

### Patch Changes

- ead7b1a: Keep hydration IDs aligned when an intrinsic element has a ref and one reactive spread.
- d601119: Remove the experimental patch channel and patch-mode list driver (always opt-in, never default). Graph-native regions own value delivery and the unified-For design owns list structure, so the channel's parallel delivery machinery is retired: `patch.ts`/`patch-driver.ts` deleted, the compiler-contract exports (`registerPatch`/`registerRowOps`/`registerSlotPatch`/`patchableRaw`, `patchDriver`/`rowProof`/`driveList`) removed, the `patchDriver` compiler option dropped from both compilers, the insert `$ll` seam stripped, and the write-side channel struct dieted to the single written-keys bound (`t.wk`) the core fold/notify paths actually use. Store-family app bundles reclaim up to ~900 B brotli; every measured tier shrinks.

## 2.0.0-rc.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-darwin-arm64",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-darwin-x64",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-linux-arm64-gnu",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-linux-x64-gnu",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"cpu": [
"x64"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-wasm32-wasi",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"main": "compiler.wasi.cjs",
"files": [
"compiler.wasm32-wasi.wasm",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/compiler-win32-x64-msvc",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"cpu": [
"x64"
],
Expand Down
14 changes: 7 additions & 7 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solidjs/compiler",
"description": "Solid's native Oxc JSX compiler",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -62,11 +62,11 @@
"emnapi": "^1.11.3"
},
"optionalDependencies": {
"@solidjs/compiler-darwin-x64": "2.0.0-rc.6",
"@solidjs/compiler-darwin-arm64": "2.0.0-rc.6",
"@solidjs/compiler-linux-x64-gnu": "2.0.0-rc.6",
"@solidjs/compiler-linux-arm64-gnu": "2.0.0-rc.6",
"@solidjs/compiler-win32-x64-msvc": "2.0.0-rc.6",
"@solidjs/compiler-wasm32-wasi": "2.0.0-rc.6"
"@solidjs/compiler-darwin-x64": "2.0.0-rc.7",
"@solidjs/compiler-darwin-arm64": "2.0.0-rc.7",
"@solidjs/compiler-linux-x64-gnu": "2.0.0-rc.7",
"@solidjs/compiler-linux-arm64-gnu": "2.0.0-rc.7",
"@solidjs/compiler-win32-x64-msvc": "2.0.0-rc.7",
"@solidjs/compiler-wasm32-wasi": "2.0.0-rc.7"
}
}
7 changes: 7 additions & 0 deletions packages/diagnostics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solidjs/diagnostics

## 2.0.0-rc.7

### Patch Changes

- Updated dependencies [d601119]
- @solidjs/signals@2.0.0-rc.7

## 2.0.0-rc.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/diagnostics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/diagnostics",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "Agent-consumable diagnostics harness for Solid: capture the dev-mode diagnostic and attribution channels as structured artifacts, with assertion helpers for tests and agent loops.",
"author": "Ryan Carniato",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,7 @@
"test:watch": "vitest watch tests"
},
"dependencies": {
"@solidjs/signals": "^2.0.0-rc.6"
"@solidjs/signals": "^2.0.0-rc.7"
},
"peerDependencies": {
"vitest": ">=2.0.0"
Expand Down
27 changes: 27 additions & 0 deletions packages/element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# solid-element

## 2.0.0-rc.7

### Patch Changes

- Updated dependencies [1226381]
- Updated dependencies [7009adf]
- Updated dependencies [a14c138]
- Updated dependencies [c08e974]
- Updated dependencies [fbe5bef]
- Updated dependencies [292bdc5]
- Updated dependencies [d0ca3a4]
- Updated dependencies [3424f9a]
- Updated dependencies [f21e060]
- Updated dependencies [5cee0f7]
- Updated dependencies [6bb51c9]
- Updated dependencies [ff2ecf1]
- Updated dependencies [c0bc9ba]
- Updated dependencies [b7b17ab]
- Updated dependencies [ed6b605]
- Updated dependencies [6c9f8f4]
- Updated dependencies [3393fb6]
- Updated dependencies [d601119]
- Updated dependencies [84a94bc]
- Updated dependencies [a1ff286]
- @solidjs/web@2.0.0-rc.7
- solid-js@2.0.0-rc.7

## 2.0.0-rc.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents wrapper for Solid",
"author": "Ryan Carniato",
"license": "MIT",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/element#readme",
"repository": {
"type": "git",
Expand All @@ -30,8 +30,8 @@
"component-register": "^0.8.7"
},
"peerDependencies": {
"solid-js": "^2.0.0-rc.6",
"@solidjs/web": "^2.0.0-rc.6"
"solid-js": "^2.0.0-rc.7",
"@solidjs/web": "^2.0.0-rc.7"
},
"devDependencies": {
"solid-js": "workspace:*",
Expand Down
25 changes: 25 additions & 0 deletions packages/h/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @solidjs/h

## 2.0.0-rc.7

### Patch Changes

- Updated dependencies [1226381]
- Updated dependencies [7009adf]
- Updated dependencies [a14c138]
- Updated dependencies [c08e974]
- Updated dependencies [fbe5bef]
- Updated dependencies [292bdc5]
- Updated dependencies [d0ca3a4]
- Updated dependencies [f21e060]
- Updated dependencies [5cee0f7]
- Updated dependencies [6bb51c9]
- Updated dependencies [ff2ecf1]
- Updated dependencies [c0bc9ba]
- Updated dependencies [b7b17ab]
- Updated dependencies [ed6b605]
- Updated dependencies [6c9f8f4]
- Updated dependencies [3393fb6]
- Updated dependencies [d601119]
- Updated dependencies [84a94bc]
- Updated dependencies [a1ff286]
- @solidjs/web@2.0.0-rc.7

## 2.0.0-rc.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/h/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solidjs/h",
"description": "Hyperscript / h() factory for Solid — write components without compiled JSX.",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down Expand Up @@ -76,7 +76,7 @@
"test": "vitest run"
},
"peerDependencies": {
"@solidjs/web": "^2.0.0-rc.6"
"@solidjs/web": "^2.0.0-rc.7"
},
"devDependencies": {
"@solidjs/web": "workspace:*",
Expand Down
Loading