0.2.0-next.1
0.2.0-next.1 のリリースノート。
Released: 2026-05-27
破壊的変更
Removed the
minandmaxproperties fromTokenDefandTierValueKind('length'|'number'variants). The panel no longer renders an<input type="range">slider on numeric token rows — they are now plain unconstrained number inputs. The mid-keystroke clamp and on-blur clamp logic added in #313 are gone; values commit as typed, and thearia-invalid/ red-border styling for out-of-range values is removed. Real-world use proved sliders too restrictive for a developer tool — devs want to type arbitrary values freely (including deliberately out-of-spec or experimental ones). Migration: remove everymin: ...andmax: ...field from your token manifests. The internal color-pickerSliderConfig.min/.max(OKLCH/HSL axis bounds) is unrelated and unchanged. (a9b768e, #325, #328)
その他の変更
Strip
min/maxfrom 35+ test fixture files. (b8ef56e)Rewrite the #313 clamp-regression tests to assert the new free-input contract — value commits as typed, no
aria-invalidon out-of-range numeric input. (9798e07)Update
packages/andzdtp/ README. md packages/to drop slider-describing prose and the min/max examples. (e210a2d)zdtp/ PORTABLE- CONTRACT. md Update doc-site reference pages (
token-manifest.mdx,architecture.mdx,configure-panel.mdx) to drop the min/max examples and slider-UI prose. (9262585)