Commit a440b4e 1 parent 7456338 commit a440b4e Copy full SHA for a440b4e
File tree 6 files changed +30
-5
lines changed
6 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.1.5] - 2024-07-25
6
+
7
+ ### Other
8
+
9
+ - Add tui-popup to widgets
10
+
11
+ <!-- generated by git-cliff -->
5
12
## [ 0.1.4] - 2024-07-24
6
13
7
14
### 🐛 Bug Fixes
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ nursery = "warn"
42
42
[package ]
43
43
name = " tui-widgets"
44
44
description = " A collection of useful widgets for building terminal user interfaces using Ratatui"
45
- version = " 0.1.4 "
45
+ version = " 0.1.5 "
46
46
documentation = " https://docs.rs/tui-widgets"
47
47
48
48
authors.workspace = true
@@ -70,6 +70,6 @@ scrollview = ["tui-scrollview"]
70
70
document-features.workspace = true
71
71
ratatui = { workspace = true }
72
72
tui-big-text = { version = " 0.4.7" , path = " tui-big-text" , optional = true }
73
- tui-popup = { version = " 0.4.2 " , path = " tui-popup" , optional = true }
73
+ tui-popup = { version = " 0.4.3 " , path = " tui-popup" , optional = true }
74
74
tui-prompts = { version = " 0.3.18" , path = " tui-prompts" , optional = true }
75
- tui-scrollview = { version = " 0.3.9 " , path = " tui-scrollview" , optional = true }
75
+ tui-scrollview = { version = " 0.3.10 " , path = " tui-scrollview" , optional = true }
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.4.3] - 2024-07-25
6
+
7
+ ### ⚙️ Miscellaneous Tasks
8
+
9
+ - Move tui-popup to its own directory
10
+
11
+ ### Other
12
+
13
+ - Add tui-popup to widgets
14
+
15
+ <!-- generated by git-cliff -->
5
16
## [ 0.4.2] - 2024-07-23
6
17
7
18
- [ ef2989b] ( https://github.com/joshka/tui-popup/commit/ef2989b9e22df64602600ed0f50113d1f7ae9230 ) feat: add border_set and border_style ([ #36 ] ( https://github.com/joshka/tui-popup/pull/36 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-popup"
3
- version = " 0.4.2 "
3
+ version = " 0.4.3 "
4
4
description = " A simple popup for ratatui"
5
5
documentation = " https://docs.rs/tui-popup"
6
6
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.3.10] - 2024-07-25
6
+
7
+ ### 🐛 Bug Fixes
8
+
9
+ - Use ratatui::crossterm instead of crossterm::
10
+
11
+ <!-- generated by git-cliff -->
5
12
## [ 0.3.9] - 2024-07-24
6
13
7
14
### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tui-scrollview"
3
- version = " 0.3.9 "
3
+ version = " 0.3.10 "
4
4
description = " A simple scrollable view for Ratatui"
5
5
6
6
authors.workspace = true
You can’t perform that action at this time.
0 commit comments