Skip to content

v2.0.0-next.43

Pre-release
Pre-release

Choose a tag to compare

@openbridge-release-bot openbridge-release-bot released this 27 May 18:31
· 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 to setpoint*.
  • value, setpointValue, adviceValue, *SecondaryValue and
    sourceDeltaValue no longer accept strings; pass undefined for
    missing values instead of '-'.
  • hasSrc, advicePriority, maxDigits (on ),
    valueHasFixedLength, valueLength, hasLabelFixedLength,
    labelLength, hasUnitFixedLength, unitLength,
    adviceHasFixedLength, adviceValueLength, inputHasFixedLength and
    inputValueLength are removed. Use src, the new minValueLength,
    and the renamed setpoint* properties instead.
  • no longer accepts maxDigits, hasFixedLength
    or valueLength; use minValueLength: number. Its value and
    setpointValue are now number | undefined.

Code Refactoring