0.1.0-next.3
0.1.0-next.3 のリリースノート。
Released: 2026-05-27
機能
Tier-ref selector is now a native
<select>and reflects live override values. The customrole="listbox"dropdown (with its open/focusedIndex state machine, ARIA plumbing, click-outside handler, and keyboard-nav callbacks) was replaced by a native<select>, dropping ~250 lines of UI code. Each<option>label now shows--var-name (resolved-value)usingresolveTierItemValue()from the apply pipeline — so when a referenced tier-1 token's value is overridden via its slider/text row, the tier-2 selector's option labels reflect the new value immediately instead of staying stuck on the manifest default. (570a1b1) (#312)
バグ修正
Number inputs no longer overwrite the user's draft mid-keystroke.
SliderRowand the generic-tab item editor used to parse-and-clamp on every keystroke, immediately commit the clamped value, and round-trip it back into the input — so typing2then2(expecting22) snapped the input to6when the token'smaxwas6. Out-of-range or empty drafts are now flagged with a--invalidred border and held without committing; on blur, an invalid draft reverts to the last known-good value. The slider thumb continues to scrub live. (21d3afa) (#313)