File tree 7 files changed +37
-10
lines changed
7 files changed +37
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.0] - 2024-10-14
11
+
12
+ ### Added
13
+
14
+ - Improved accessibility support (#685 )
15
+ - Annotations field to item extra section (#721 )
16
+ - Return items annual review details from API (#722 )
17
+
18
+ ### Fixed
19
+
20
+ - Order by sandbox date on projects page (#677 )
21
+ - Issue closing embed item modal (#682 )
22
+ - Issue displaying parent project in details modal (#689 )
23
+ - Regression in grid mode on mobile devices (#687 )
24
+ - Regression displaying end user label in details view (#690 )
25
+ - Typo in sample data file (#703 )
26
+ - Do not cache quiz questions during tests (#719 )
27
+
28
+ ### Changed
29
+
30
+ - Adjust items sizes on embed for mobile devices (#683 )
31
+ - Do not rely on members category to display end user label (#692 )
32
+ - Bump Alpine to 3.20.3 (#707 )
33
+ - Bump Rust to 1.81 (#706 )
34
+ - Upgrade CLI tool dependencies
35
+ - Upgrade web application and embed dependencies
36
+
10
37
## [ 0.10.0] - 2024-07-24
11
38
12
39
### Added
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
8
8
]
9
9
10
10
[workspace .package ]
11
- version = " 0.10 .0"
11
+ version = " 0.11 .0"
12
12
license = " Apache-2.0"
13
13
edition = " 2021"
14
14
rust-version = " 1.81"
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ brew install cncf/landscape2/landscape2
60
60
#### Install via shell script
61
61
62
62
``` text
63
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.10 .0/landscape2-installer.sh | sh
63
+ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.11 .0/landscape2-installer.sh | sh
64
64
```
65
65
66
66
#### Install via powershell script
67
67
68
68
``` text
69
- irm https://github.com/cncf/landscape2/releases/download/v0.10 .0/landscape2-installer.ps1 | iex
69
+ irm https://github.com/cncf/landscape2/releases/download/v0.11 .0/landscape2-installer.ps1 | iex
70
70
```
71
71
72
72
### Container image
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embed-item" ,
3
3
"private" : true ,
4
- "version" : " 0.10 .0" ,
4
+ "version" : " 0.11 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embed" ,
3
3
"private" : true ,
4
- "version" : " 0.10 .0" ,
4
+ "version" : " 0.11 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc && vite build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " landscape" ,
3
3
"private" : true ,
4
- "version" : " 0.10 .0" ,
4
+ "version" : " 0.11 .0" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments