mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update changelog
This commit is contained in:
parent
e6b44d62df
commit
7e20c6aa07
13
CHANGELOG.md
13
CHANGELOG.md
@ -6,11 +6,22 @@
|
|||||||
|
|
||||||
- `cursive::event::AnyCb` changed from `Box<...>` to `&mut ...`, so users of
|
- `cursive::event::AnyCb` changed from `Box<...>` to `&mut ...`, so users of
|
||||||
`View::call_on_any` no longer need to box their closures.
|
`View::call_on_any` no longer need to box their closures.
|
||||||
- Remove `BoxView::squishable`
|
- Remove `BoxView::squishable`.
|
||||||
|
|
||||||
|
### API updates
|
||||||
|
|
||||||
|
- `SelectView::{item, with_all}` now accept `S: Into<StyledString>` for colored labels.
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
- Changed the default color for `TitleSecondary` from yellow to light blue.
|
||||||
|
- Reduced dependencies (`toml` is now optional, removed `hashbrown`).
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fixed `ScrollView::show_scrollbars()`
|
||||||
- Fixed layout for `BoxView` with some size constraints.
|
- Fixed layout for `BoxView` with some size constraints.
|
||||||
|
- On Windows, do not print unix-specific character during initialization.
|
||||||
|
|
||||||
## 0.13.0
|
## 0.13.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user