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
* Allow dock: none; and split: none;
* Snapshot test for dock: none
* Fix setting border and border_{edge} = "none" in Python (it works in CSS)
* Remove print for debugging from styles_cache
* Update BorderDefinition typing to allow for "none" like CSS
* Docstrings and fixing default `scrollbar_size_vertical`
* Remove ToastRack margin-right
* Updating CHANGELOG
* Adding is_docked and is_split properties to StylesBase, improving docstrings
- Input validation for floats and integers accept embedded underscores, e.g., "1_234_567" is valid. https://github.com/Textualize/textual/pull/4784
14
+
- Support for `"none"` value added to `dock`, `hatch` and `split` styles https://github.com/Textualize/textual/pull/4982
15
+
- Support for `"none"` added to box and border style properties (e.g `widget.style.border = "none"`) https://github.com/Textualize/textual/pull/4982
16
+
- Docstrings added to most style properties https://github.com/Textualize/textual/pull/4982
14
17
15
18
### Changed
16
19
17
20
- Input validation for integers no longer accepts scientific notation like '1.5e2'; must be castable to int. https://github.com/Textualize/textual/pull/4784
21
+
- Default `scrollbar-size-vertical` changed to `2` in inline styles to match Widget default CSS (unlikely to affect users) https://github.com/Textualize/textual/pull/4982
18
22
- Removed border-right from `Toast`https://github.com/Textualize/textual/pull/4984
19
23
- Some fixes in `RichLog` result in slightly different semantics, see docstrings for details https://github.com/Textualize/textual/pull/4978
0 commit comments