@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.6.0] ( https://github.com/ratatui/ratatui-macros/compare/v0.5.0...v0.6.0 ) - 2024-10-21
9
+
10
+ ### Other
11
+
12
+ - * (deps)* bump the cargo-dependencies group with 2 updates ([ #73 ] ( https://github.com/ratatui/ratatui-macros/pull/73 ) )
13
+ - * (deps)* bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group ([ #70 ] ( https://github.com/ratatui/ratatui-macros/pull/70 ) )
14
+
8
15
## [ 0.5.0] - 2024-08-12
9
16
10
17
### π Bug Fixes
@@ -14,31 +21,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
21
## [ 0.4.4] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.4.3...v0.4.4 ) - 2024-08-09
15
22
16
23
### Other
24
+
17
25
- * (deps)* bump ratatui to 0.28.0 ([ #66 ] ( https://github.com/ratatui-org/ratatui-macros/pull/66 ) )
18
26
- * (deps)* bump trybuild from 1.0.98 to 1.0.99 in the cargo-dependencies group ([ #65 ] ( https://github.com/ratatui-org/ratatui-macros/pull/65 ) )
19
27
- * (deps)* bump trybuild from 1.0.97 to 1.0.98 in the cargo-dependencies group ([ #62 ] ( https://github.com/ratatui-org/ratatui-macros/pull/62 ) )
20
28
21
29
## [ 0.4.3] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.4.2...v0.4.3 ) - 2024-07-22
22
30
23
31
### Added
32
+
24
33
- allow span macro to accept a bare expression ([ #61 ] ( https://github.com/ratatui-org/ratatui-macros/pull/61 ) )
25
34
26
35
### Other
36
+
27
37
- * (deps)* bump trybuild from 1.0.96 to 1.0.97 in the cargo-dependencies group ([ #59 ] ( https://github.com/ratatui-org/ratatui-macros/pull/59 ) )
28
38
29
39
## [ 0.4.2] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.4.1...v0.4.2 ) - 2024-06-29
30
40
31
41
### Added
42
+
32
43
- Use ` ::ratatui ` instead of ` ratatui ` ([ #54 ] ( https://github.com/ratatui-org/ratatui-macros/pull/54 ) )
33
44
- Add row! macro ([ #52 ] ( https://github.com/ratatui-org/ratatui-macros/pull/52 ) )
34
45
35
46
### Other
47
+
36
48
- Update README with row! documentation ([ #56 ] ( https://github.com/ratatui-org/ratatui-macros/pull/56 ) )
37
49
- Make doc examples shorter by removing duplicate imports ([ #55 ] ( https://github.com/ratatui-org/ratatui-macros/pull/55 ) )
38
50
39
51
## [ 0.4.1] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.4.0...v0.4.1 ) - 2024-06-24
40
52
41
53
### Other
54
+
42
55
- * (deps)* bump ratatui from 0.26.3 to 0.27.0 in the cargo-dependencies group ([ #51 ] ( https://github.com/ratatui-org/ratatui-macros/pull/51 ) )
43
56
- Update dependabot.yml to group dependencies ([ #50 ] ( https://github.com/ratatui-org/ratatui-macros/pull/50 ) )
44
57
- * (deps)* bump ratatui from 0.26.2 to 0.26.3 ([ #48 ] ( https://github.com/ratatui-org/ratatui-macros/pull/48 ) )
@@ -47,22 +60,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
60
## [ 0.4.0] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.3.1...v0.4.0 ) - 2024-05-15
48
61
49
62
### Added
63
+
50
64
- * (layout)* [ ** breaking** ] Use ` *= ` instead of ` =* ` ([ #45 ] ( https://github.com/ratatui-org/ratatui-macros/pull/45 ) )
51
65
52
66
## [ 0.3.1] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.3.0...v0.3.1 ) - 2024-05-13
53
67
54
68
### Added
69
+
55
70
- Better error messages for ` span! ` macro ([ #43 ] ( https://github.com/ratatui-org/ratatui-macros/pull/43 ) )
56
71
57
72
### Fixed
73
+
58
74
- downgrade ratatui to 0.26.2 ([ #41 ] ( https://github.com/ratatui-org/ratatui-macros/pull/41 ) )
59
75
60
76
### Other
77
+
61
78
- Update authors to ratatui developers ([ #44 ] ( https://github.com/ratatui-org/ratatui-macros/pull/44 ) )
62
79
63
80
## [ 0.3.0] ( https://github.com/ratatui-org/ratatui-macros/compare/v0.2.4...v0.3.0 ) - 2024-05-09
64
81
65
82
### Added
83
+
66
84
- Use release-plz ([ #38 ] ( https://github.com/ratatui-org/ratatui-macros/pull/38 ) )
67
85
- Add text! macro ([ #36 ] ( https://github.com/ratatui-org/ratatui-macros/pull/36 ) )
68
86
- Add fill constraint ([ #34 ] ( https://github.com/ratatui-org/ratatui-macros/pull/34 ) )
@@ -72,9 +90,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
90
- * (text)* add raw! and styled! macros ([ #4 ] ( https://github.com/ratatui-org/ratatui-macros/pull/4 ) )
73
91
74
92
### Fixed
93
+
75
94
- Update repo url in Cargo.toml ([ #39 ] ( https://github.com/ratatui-org/ratatui-macros/pull/39 ) )
76
95
77
96
### Other
97
+
78
98
- Use ` .areas(area) ` instead of ` .split(area).to_vec().try_into().unwrap() ` ([ #37 ] ( https://github.com/ratatui-org/ratatui-macros/pull/37 ) )
79
99
- Update README.md with short description of span and line macros ([ #33 ] ( https://github.com/ratatui-org/ratatui-macros/pull/33 ) )
80
100
- format using cargo +nightly fmt ([ #31 ] ( https://github.com/ratatui-org/ratatui-macros/pull/31 ) )
0 commit comments