Skip to content

Commit 7e4fe54

Browse files
committed
changelog and snapshots
1 parent 82a0beb commit 7e4fe54

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
- Added `toggle_class` parameter to reactives https://github.com/Textualize/textual/pull/5778
1717
- Added `compact` parameter and reactive to `Button`, `Input`, `ToggleButton`, `RadioSet`, `OptionList`, `TextArea` https://github.com/Textualize/textual/pull/5778
18+
- Added `HORIZONTAL_BREAKPOINTS` and `VERTICAL_BREAKPOINTS` to `App` and `Screen`
1819

1920
### Changed
2021

tests/snapshot_tests/test_snapshots.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4026,10 +4026,10 @@ def compose(self) -> ComposeResult:
40264026
@pytest.mark.parametrize(
40274027
"size",
40284028
[
4029-
(30, 40),
4030-
(40, 40),
4031-
(80, 80),
4032-
(130, 80),
4029+
(30, 20),
4030+
(40, 30),
4031+
(80, 40),
4032+
(130, 50),
40334033
],
40344034
)
40354035
def test_breakpoints(snap_compare, size):

0 commit comments

Comments
 (0)