mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Update version in Readme
This commit is contained in:
parent
196c4072ce
commit
0ff96c5ea9
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,13 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## Next version (0.10.0)
|
||||
## 0.10.0
|
||||
|
||||
### New features
|
||||
|
||||
- Add `EventTrigger` and update `OnEventView` to use it.
|
||||
- Breaking change: "inner" callbacks for OnEventView now take the event as
|
||||
extra argument.
|
||||
- Add `Printer::enabled` and `EnableableView` to disable whole subtrees
|
||||
- Add `Printer::enabled` and `EnableableView` to disable whole subtrees.
|
||||
- Add `RadioGroup::on_change` to set a callback on selection change.
|
||||
- `SelectView` now uses `StyledString` to display colored text.
|
||||
- Add `PaddedView` to add padding to any view.
|
||||
- Update dependencies
|
||||
- Breaking change: crossbeam-channel was updated, and using `send()` now
|
||||
returns a `Result`.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user