Skip to content

Commit f11c83a

Browse files
committed
🔖(minor) release 3.10.0
Added: - ✨(frontend) enable ODT export for documents - ✨(frontend) improve mobile UX by showing subdocs count Changed: - ♻️(frontend) preserve @ character when esc is pressed after typing it - ♻️(frontend) make summary button fixed to remain visible during scroll - ♻️(frontend) pdf embed use full width Fixed: - ♿(frontend) improve accessibility: - ♿(frontend) improve ARIA in doc grid and editor for a11y - ♿(frontend) improve accessibility and styling of summary table - ♿(frontend) add focus trap and enter key support to remove doc modal - 🐛(docx) fix image overflow by limiting width to 600px during export - 🐛(frontend) fix fallback translations with Trans - 🐛(pdf) fix table cell alignment issue in exported documents - 🐛(pdf) preserve image aspect ratio in PDF export
1 parent ebd9085 commit f11c83a

File tree

11 files changed

+22
-16
lines changed

11 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,25 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [3.10.0] - 2025-11-18
10+
911
### Added
1012

1113
- ✨(export) enable ODT export for documents #1524
1214
- ✨(frontend) improve mobile UX by showing subdocs count #1540
1315

16+
### Changed
17+
18+
- ♻️(frontend) preserve @ character when esc is pressed after typing it #1512
19+
- ♻️(frontend) make summary button fixed to remain visible during scroll #1581
20+
- ♻️(frontend) pdf embed use full width #1526
21+
1422
### Fixed
1523

1624
- ♿(frontend) improve accessibility:
1725
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
1826
- ♿(frontend) improve accessibility and styling of summary table #1528
1927
- ♿(frontend) add focus trap and enter key support to remove doc modal #1531
20-
- 🐛(frontend) preserve @ character when esc is pressed after typing it #1512
21-
- 🐛(frontend) make summary button fixed to remain visible during scroll #1581
22-
- 🐛(frontend) fix pdf embed to use full width #1526
2328
- 🐛(frontend) fix alignment of side menu #1597
2429
- 🐛(frontend) fix fallback translations with Trans #1620
2530
- 🐛(export) fix image overflow by limiting width to 600px during export #1525
@@ -35,6 +40,7 @@ and this project adheres to
3540

3641
- 🔥(backend) remove api managing templates
3742

43+
3844
## [3.9.0] - 2025-11-10
3945

4046
### Added
@@ -53,7 +59,6 @@ and this project adheres to
5359

5460
- 🐛(frontend) fix duplicate document entries in grid #1479
5561
- 🐛(backend) fix trashbin list #1520
56-
5762
- ♿(frontend) improve accessibility:
5863
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
5964
- 🐛(backend) fix s3 version_id validation #1543
@@ -873,7 +878,8 @@ and this project adheres to
873878
- ✨(frontend) Coming Soon page (#67)
874879
- 🚀 Impress, project to manage your documents easily and collaboratively.
875880

876-
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.9.0...main
881+
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.10.0...main
882+
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
877883
[v3.9.0]: https://github.com/suitenumerique/docs/releases/v3.9.0
878884
[v3.8.2]: https://github.com/suitenumerique/docs/releases/v3.8.2
879885
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "impress"
10-
version = "3.9.0"
10+
version = "3.10.0"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"private": true,
55
"repository": "https://github.com/suitenumerique/docs",
66
"author": "DINUM",

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-docs",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/servers/y-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

src/helm/helmfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.9.0
4+
- version: 3.10.0
55
feature:
66
values:
7-
- version: 3.9.0
7+
- version: 3.10.0
88
feature: ci
99
domain: example.com
1010
imageTag: demo

src/helm/impress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 3.9.0
4+
version: 3.10.0
55
appVersion: latest

0 commit comments

Comments
 (0)