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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
8
9
## Unreleased
9
10
11
+
### Changed
12
+
13
+
- Grid will now size children to the maximum height of a row https://github.com/Textualize/textual/pull/5113
14
+
- Markdown links will be opened with `App.open_url` automatically https://github.com/Textualize/textual/pull/5113
15
+
- The universal selector (`*`) will now not match widgets with the class `-textual-system` (scrollbars, notifications etc) https://github.com/Textualize/textual/pull/5113
16
+
- Renamed `Screen.can_view` and `Widget.can_view` to `Screen.can_view_entire` and `Widget.can_view_entire`https://github.com/Textualize/textual/pull/5174
17
+
18
+
### Added
19
+
20
+
- Added Link widget https://github.com/Textualize/textual/pull/5113
21
+
- Added `open_links` to `Markdown` and `MarkdownViewer` widgets https://github.com/Textualize/textual/pull/5113
0 commit comments