Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .changeset/site-kit-shell-hydration.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/compatibility-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"verify:dependencies": "node scripts/verify-install.mjs && node scripts/verify-dependencies.mjs"
},
"dependencies": {
"@devslab/dds-table": "workspace:0.12.0",
"@devslab/dds-table": "workspace:0.12.1",
"@tanstack/solid-query": "5.102.8",
"@tanstack/solid-router": "1.170.30",
"@tanstack/solid-start": "1.168.47",
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-css

## 0.12.1

## 0.12.0

## 0.11.1
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-css",
"version": "0.12.0",
"version": "0.12.1",
"description": "DDS CSS component layer — class-based, framework-neutral, semantic-token-only (spec §4.3 v1 inventory, 20 components)",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-icons

## 0.12.1

## 0.12.0

## 0.11.1
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-icons",
"version": "0.12.0",
"version": "0.12.1",
"description": "DDS icon set — one SVG source (24 grid, currentColor), shipped as files, a sprite and a path-data map",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
8 changes: 8 additions & 0 deletions packages/dds-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @devslab/dds-solid

## 0.12.1

### Patch Changes

- @devslab/dds-tokens@0.12.1
- @devslab/dds-css@0.12.1
- @devslab/dds-icons@0.12.1

## 0.12.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dds-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-solid",
"version": "0.12.0",
"version": "0.12.1",
"description": "Accessible SolidJS primitives for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -43,9 +43,9 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.12.0",
"@devslab/dds-icons": "workspace:0.12.0",
"@devslab/dds-tokens": "workspace:0.12.0"
"@devslab/dds-css": "workspace:0.12.1",
"@devslab/dds-icons": "workspace:0.12.1",
"@devslab/dds-tokens": "workspace:0.12.1"
},
"peerDependencies": {
"solid-js": "1.9.15"
Expand Down
7 changes: 7 additions & 0 deletions packages/dds-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @devslab/dds-table

## 0.12.1

### Patch Changes

- @devslab/dds-tokens@0.12.1
- @devslab/dds-css@0.12.1

## 0.12.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dds-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-table",
"version": "0.12.0",
"version": "0.12.1",
"description": "Declarative data table for the DevsLab Design System",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:a11y": "vitest run --config vitest.config.ts src/__tests__/a11y.test.tsx"
},
"dependencies": {
"@devslab/dds-css": "workspace:0.12.0",
"@devslab/dds-tokens": "workspace:0.12.0",
"@devslab/dds-css": "workspace:0.12.1",
"@devslab/dds-tokens": "workspace:0.12.1",
"@tanstack/solid-table": "9.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/dds-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @devslab/dds-tokens

## 0.12.1

## 0.12.0

## 0.11.1
Expand Down
2 changes: 1 addition & 1 deletion packages/dds-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/dds-tokens",
"version": "0.12.0",
"version": "0.12.1",
"description": "DDS (DevsLab Design System) design tokens — one JSON source, built for CSS, Tailwind, TypeScript/RN and Ionic",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down
9 changes: 9 additions & 0 deletions packages/site-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @devslab/site-kit

## 0.12.1

### Patch Changes

- 076b65f: `MarketingShell` reads its `header` and `footer` once. `header={{ … }}` compiles to a getter, and spreading `props.header` straight into `SiteHeader` re-evaluated that literal on every prop read — any JSX built eagerly inside it was built again each time and consumed hydration keys, a different number of times on the server than on the client. From the first drift the client rebuilt the whole header from templates, and the flag sprite (0.11.0) came back empty: the first consumer to ship the sprite showed a blank flag box in every browser while its server HTML carried all the symbols. A memo evaluates the literal exactly once per side, at the same point in the tree. And a sprite that reaches the client empty now loads its bodies whatever the reason — it looks at the element, not at whether hydration is running.

`MarketingShell`이 `header`·`footer`를 한 번만 읽는다. `header={{ … }}`는 게터로 컴파일되는데 `props.header`를 `SiteHeader`에 그대로 펼치면 prop을 읽을 때마다 그 리터럴이 다시 평가됐다 — 안에서 즉시 만들어진 JSX가 매번 다시 만들어지며 하이드레이션 키를 소모했고, 서버와 클라이언트의 횟수가 달랐다. 첫 어긋남부터 클라이언트가 헤더 전체를 템플릿에서 다시 만들었고 국기 스프라이트(0.11.0)는 빈 채로 돌아왔다: 스프라이트를 처음 출하한 소비자의 서버 HTML엔 심볼이 다 있었는데 모든 브라우저에서 국기 칸이 비어 있었다. 메모는 리터럴을 양쪽에서 정확히 한 번, 트리의 같은 지점에서 평가한다. 그리고 클라이언트에 빈 채로 도착한 스프라이트는 이유가 무엇이든 본문을 로드한다 — 하이드레이션 여부가 아니라 엘리먼트를 본다.
- @devslab/dds-solid@0.12.1

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/site-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devslab/site-kit",
"version": "0.12.0",
"version": "0.12.1",
"description": "Strict i18n, SEO/GEO, and Solid public-site shells for DevsLab products",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:worker": "wrangler deploy --dry-run --config fixtures/worker/wrangler.jsonc --outdir dist-worker"
},
"dependencies": {
"@devslab/dds-solid": "workspace:0.12.0"
"@devslab/dds-solid": "workspace:0.12.1"
},
"peerDependencies": {
"@tanstack/solid-router": "1.170.30",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.