File tree Expand file tree Collapse file tree 11 files changed +21
-17
lines changed Expand file tree Collapse file tree 11 files changed +21
-17
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,19 @@ and this project adheres to
66
77## [ Unreleased]
88
9- ### Changed
9+ ## [ 3.8.1] - 2025-10-17
10+
11+ ### Fixed
1012
13+ - ⚡️(backend) improve trashbin endpoint performance #1495
14+ - 🐛(backend) manage invitation partial update without email #1494
1115- ♿(frontend) improve accessibility:
12- - ♿ add missing aria-label to add sub-doc button for accessib… #1480
16+ - ♿ add missing aria-label to add sub-doc button for accessibility #1480
1317 - ♿ add missing aria-label to more options button on sub-docs #1481
1418
15- ### Fixed
19+ ### Removed
1620
17- - ⚡️(backend) improve trashbin endpoint performance
18- - 🐛(backend) manage invitation partial update without email #1494
21+ - 🔥(backend) remove treebeard form for the document admin #1470
1922
2023
2124## [ 3.8.0] - 2025-10-14
@@ -800,7 +803,8 @@ and this project adheres to
800803- ✨(frontend) Coming Soon page (#67 )
801804- 🚀 Impress, project to manage your documents easily and collaboratively.
802805
803- [ unreleased ] : https://github.com/suitenumerique/docs/compare/v3.8.0...main
806+ [ unreleased ] : https://github.com/suitenumerique/docs/compare/v3.8.1...main
807+ [ v3.8.1 ] : https://github.com/suitenumerique/docs/releases/v3.8.1
804808[ v3.8.0 ] : https://github.com/suitenumerique/docs/releases/v3.8.0
805809[ v3.7.0 ] : https://github.com/suitenumerique/docs/releases/v3.7.0
806810[ v3.6.0 ] : https://github.com/suitenumerique/docs/releases/v3.6.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " impress"
10- version = " 3.8.0 "
10+ version = " 3.8.1 "
1111authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-e2e" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "repository" : " https://github.com/suitenumerique/docs" ,
55 "author" : " DINUM" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-impress" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "repository" : " https://github.com/suitenumerique/docs" ,
55 "author" : " DINUM" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " impress" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "private" : true ,
55 "repository" : " https://github.com/suitenumerique/docs" ,
66 "author" : " DINUM" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-docs" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "repository" : " https://github.com/suitenumerique/docs" ,
55 "author" : " DINUM" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " packages-i18n" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "repository" : " https://github.com/suitenumerique/docs" ,
55 "author" : " DINUM" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " server-y-provider" ,
3- "version" : " 3.8.0 " ,
3+ "version" : " 3.8.1 " ,
44 "description" : " Y.js provider for docs" ,
55 "repository" : " https://github.com/suitenumerique/docs" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11environments :
22 dev :
33 values :
4- - version : 3.8.0
4+ - version : 3.8.1
55 feature :
66 values :
7- - version : 3.8.0
7+ - version : 3.8.1
88 feature : ci
99 domain : example.com
1010 imageTag : demo
Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : docs
4- version : 3.8.0
4+ version : 3.8.1
55appVersion : latest
You can’t perform that action at this time.
0 commit comments