You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown! widget now uses AnsiText! for ```console code block.
Fix auto_size not using the min/max_size constraints.
Breaking: Change return type of SCROLL.vertical_offset, SCROLL.horizontal_offset and SCROLL.zoom_scale.
Changed only from ReadOnlyContextVar<Factor> to ContextVar<Factor> so it has minimal impact.
Add vertical_offset, horizontal_offset and zoom_scale properties in Scroll!.
Users should prefer using scroll commands over these properties, but they are useful for implementing features
like binding two side-by-side scrolls, saving scroll state.