File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.8.0
2
+
3
+ - Hide internal component methods
4
+ - Implement ` onExit ` property on components
5
+
1
6
## 1.7.0
2
7
3
8
- Implement ` alternative screen ` component
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ user input.
10
10
To use Commander in your Dart project, add this to your ` pubspec.yaml ` file :
11
11
``` yaml
12
12
dependencies :
13
- commander_ui : ^1.5 .0
13
+ commander_ui : ^1.8 .0
14
14
` ` `
15
15
16
16
Then run ` pub get` to install the dependencies.
Original file line number Diff line number Diff line change 1
1
name : commander_ui
2
2
description : Commander is a Dart library for creating user interfaces within the terminal.
3
- version : 1.7 .0
3
+ version : 1.8 .0
4
4
repository : https://github.com/LeadcodeDev/commander
5
5
6
6
topics :
You can’t perform that action at this time.
0 commit comments