File tree 3 files changed +378
-4
lines changed
3 files changed +378
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ GitHub with a [breaking change] label.
10
10
11
11
This is a quick summary of the sections below:
12
12
13
- - [ Unreleased] ( #unreleased )
13
+ - [ v0.27.0] ( #v0270 )
14
+ - List no clamps the selected index to list
15
+ - Prelude items added / removed
14
16
- 'termion' updated to 4.0
15
17
- ` Rect::inner ` takes ` Margin ` directly instead of reference
16
18
- ` Buffer::filled ` takes ` Cell ` directly instead of reference
@@ -54,7 +56,7 @@ This is a quick summary of the sections below:
54
56
- MSRV is now 1.63.0
55
57
- ` List ` no longer ignores empty strings
56
58
57
- ## Unreleased
59
+ ## [ v0.27.0 ] ( https://github.com/ratatui-org/ratatui/releases/tag/v0.27.0 )
58
60
59
61
### List no clamps the selected index to list ([ #1159 ] )
60
62
@@ -111,7 +113,6 @@ To update your app:
111
113
+ let position: some_crate::Position = ...;
112
114
```
113
115
114
-
115
116
### Termion is updated to 4.0 [ #1106 ]
116
117
117
118
Changelog: < https://gitlab.redox-os.org/redox-os/termion/-/blob/master/CHANGELOG.md >
You can’t perform that action at this time.
0 commit comments