v0.26.0
What's new:
- Added step controls: attribute-editing sliders and native
input_number/numbersliders can show optional+/-buttons with configurable button position; attribute editing also supportscontrol: stepper, which renders- value +without a slider. - Added number box for attribute editing:
control: numberrenders a numeric input and sends the value when the field is committed. - Added text box for attribute editing:
control: textrenders a text input and sends the value when the field is committed. - Added select control for attribute editing:
control: selectcan render dropdown options from a configured attribute path (for examplesource_list) and call the configured service/field with the selected value. - Added select buttons for attribute editing:
control: buttonsuses the same options/service/field setup asselect, but renders short option lists as buttons. - Added
REL_SHORT_AGOtoken, using the same precise duration asREL_SHORTwhile adding the localized past/future direction. - Added
REL_SHORT_ROUNDEDandREL_SHORT_AGO_ROUNDEDtokens for rounded one-unit relative times, e.g. values over 60 seconds are shown in minutes instead of appending seconds. - Added
AMPMandampmtokens for 12-hour time formats. - Improved relative time tokens by treating values within 2 seconds of the current time as
now, avoiding brief clock-skew jumps such as1s → now → 1s.
Full Changelog: v0.25.0...v0.26.0