Skip to content

Commit b893a29

Browse files
committed
🔖(minor) release 3.7.0
Added: - ✨(api) add API route to fetch document content Changed: - 🔒️(backend) configure throttle on every viewsets - ⬆️ Bump eslint to V9 - ♿(frontend) improve accessibility: - ♿fix major accessibility issues reported by wave and axe - ✨unify tab focus style for better visual consistency - ✨improve modal a11y: structure, labels, and title - ✨improve accessibility of cdoc content with correct aria tags - ✨unify tab focus style for better visual consistency - ♿hide decorative icons, label menus, avoid accessible name - ♻️(tilt) use helm dev-backend chart Removed: - 🔥(frontend) remove multi column drop cursor Fixed: - 🐛(frontend) fix callout emoji list
1 parent a812580 commit b893a29

File tree

11 files changed

+21
-18
lines changed

11 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,24 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
12+
## [3.7.0] - 2025-09-12
13+
1114
### Added
1215

1316
- ✨(api) add API route to fetch document content #1206
14-
- ♿(frontend) improve accessibility:
15-
- #1349
16-
- #1271
17-
- #1341
18-
- #1362
1917

2018
### Changed
2119

2220
- 🔒️(backend) configure throttle on every viewsets #1343
2321
- ⬆️ Bump eslint to V9 #1071
2422
- ♿(frontend) improve accessibility:
25-
- ♿(frontend) fix major accessibility issues reported by wave and axe #1344
26-
- #1341
23+
- ♿fix major accessibility issues reported by wave and axe #1344
24+
- ✨unify tab focus style for better visual consistency #1341
25+
- ✨improve modal a11y: structure, labels, and title #1349
26+
- ✨improve accessibility of cdoc content with correct aria tags #1271
27+
- ✨unify tab focus style for better visual consistency #1341
28+
- ♿hide decorative icons, label menus, avoid accessible name… #1362
2729
- ♻️(tilt) use helm dev-backend chart
2830

2931
### Removed
@@ -740,7 +742,8 @@ and this project adheres to
740742
- ✨(frontend) Coming Soon page (#67)
741743
- 🚀 Impress, project to manage your documents easily and collaboratively.
742744

743-
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.6.0...main
745+
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.7.0...main
746+
[v3.7.0]: https://github.com/suitenumerique/docs/releases/v3.7.0
744747
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0
745748
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
746749
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2

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.6.0"
10+
version = "3.7.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.6.0",
3+
"version": "3.7.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.6.0",
3+
"version": "3.7.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.6.0",
3+
"version": "3.7.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.6.0",
3+
"version": "3.7.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.6.0",
3+
"version": "3.7.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.6.0",
3+
"version": "3.7.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

src/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.6.0
4+
- version: 3.7.0
55
---
66
repositories:
77
- name: dev-backends

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.6.0
4+
version: 3.7.0
55
appVersion: latest

0 commit comments

Comments
 (0)