mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 20:23:35 +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
|
# Changelog
|
||||||
|
|
||||||
## Next version (0.10.0)
|
## 0.10.0
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
- Add `EventTrigger` and update `OnEventView` to use it.
|
- Add `EventTrigger` and update `OnEventView` to use it.
|
||||||
- Breaking change: "inner" callbacks for OnEventView now take the event as
|
- Breaking change: "inner" callbacks for OnEventView now take the event as
|
||||||
extra argument.
|
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
|
### Bugfixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user