v2.0.0-next.43
Pre-release
Pre-release
·
90 commits
to develop
since this release
2.0.0-next.43 (2026-05-27)
⚠ BREAKING CHANGES
- readout: public API has been renamed and tightened.
- is now ; all
input*props,
slots and CSS parts are renamed tosetpoint*. value,setpointValue,adviceValue,*SecondaryValueand
sourceDeltaValueno longer accept strings; passundefinedfor
missing values instead of'-'.hasSrc,advicePriority,maxDigits(on ),
valueHasFixedLength,valueLength,hasLabelFixedLength,
labelLength,hasUnitFixedLength,unitLength,
adviceHasFixedLength,adviceValueLength,inputHasFixedLengthand
inputValueLengthare removed. Usesrc, the newminValueLength,
and the renamedsetpoint*properties instead.- no longer accepts
maxDigits,hasFixedLength
orvalueLength; useminValueLength: number. Itsvalueand
setpointValueare nownumber | undefined.