From 4eb8c23fd38072882600a807c9452d2cfa85c65d Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 4 Sep 2025 12:16:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(minor)=20release=203.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - 👷(CI) add bundle size check job - ✨(frontend) use title first emoji as doc icon in tree Changed: - ♻️(docs-app) Switch from Jest tests to Vitest - ♿(frontend) improve accessibility: - 🌐(frontend) set html lang attribute dynamically - ♿(frontend) inject language attribute to pdf export - ♿(frontend) improve accessibility of search modal - ♿(frontend) add correct attributes to decorative and interactive icons - 🎨(frontend) improve nav structure - ♿️(frontend) keyboard interaction with menu - ♿(frontend) improve header accessibility - ♿(frontend) improve accessibility for decorative images in editor - ♻️(backend) fallback to email identifier when no name - 🐛(backend) allow ASCII characters in user sub field - ⚡️(frontend) improve fallback width calculation Fixed: - 🐛(makefile) Windows compatibility fix for Docker volume mounting - 🐛(minio) fix user permission error with Minio and Windows - 🐛(frontend) fix export when quote block and inline code - 🐛(frontend) fix base64 font - 🐛(backend) allow editor to delete subpages - 🐛(frontend) fix dnd conflict with tree and Blocknote - 🐛(frontend) fix display bug on homepage --- CHANGELOG.md | 31 ++++++++++--------- src/backend/pyproject.toml | 2 +- src/frontend/apps/e2e/package.json | 2 +- src/frontend/apps/impress/package.json | 2 +- src/frontend/package.json | 2 +- .../eslint-config-impress/package.json | 2 +- src/frontend/packages/i18n/package.json | 2 +- src/frontend/servers/y-provider/package.json | 2 +- src/helm/helmfile.yaml | 2 +- src/helm/impress/Chart.yaml | 2 +- src/mail/package.json | 2 +- 11 files changed, 27 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eed33d2d..e5bd21329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,34 +8,36 @@ and this project adheres to ## [Unreleased] +## [3.6.0] - 2025-09-04 + ### Added - 👷(CI) add bundle size check job #1268 -- ✨(frontend) use title first emoji as doc icon in tree +- ✨(frontend) use title first emoji as doc icon in tree #1289 ### Changed - ♻️(docs-app) Switch from Jest tests to Vitest #1269 -- ⚡️(frontend) improve accessibility: - - #1248 - - #1235 - - #1275 - - #1255 - - #1262 - - #1244 - - #1270 - - #1282 +- ♿(frontend) improve accessibility: + - 🌐(frontend) set html lang attribute dynamically #1248 + - ♿(frontend) inject language attribute to pdf export #1235 + - ♿(frontend) improve accessibility of search modal #1275 + - ♿(frontend) add correct attributes to icons #1255 + - 🎨(frontend) improve nav structure #1262 + - ♿️(frontend) keyboard interaction with menu #1244 + - ♿(frontend) improve header accessibility #1270 + - ♿(frontend) improve accessibility for decorative images in editor #1282 - ♻️(backend) fallback to email identifier when no name #1298 - 🐛(backend) allow ASCII characters in user sub field #1295 - ⚡️(frontend) improve fallback width calculation #1333 ### Fixed -- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1264 -- 🐛(minio) fix user permission error with Minio and Windows #1264 +- 🐛(makefile) Windows compatibility fix for Docker volume mounting #1263 +- 🐛(minio) fix user permission error with Minio and Windows #1263 - 🐛(frontend) fix export when quote block and inline code #1319 - 🐛(frontend) fix base64 font #1324 -- 🐛(backend) allow editor to delete subpages #1296 +- 🐛(backend) allow creator to delete subpages #1297 - 🐛(frontend) fix dnd conflict with tree and Blocknote #1328 - 🐛(frontend) fix display bug on homepage #1332 @@ -709,7 +711,8 @@ and this project adheres to - ✨(frontend) Coming Soon page (#67) - 🚀 Impress, project to manage your documents easily and collaboratively. -[unreleased]: https://github.com/suitenumerique/docs/compare/v3.5.0...main +[unreleased]: https://github.com/suitenumerique/docs/compare/v3.6.0...main +[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0 [v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0 [v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2 [v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1 diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index fd2808159..0c28418f3 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "impress" -version = "3.5.0" +version = "3.6.0" authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/frontend/apps/e2e/package.json b/src/frontend/apps/e2e/package.json index 6a06431cc..7344df66c 100644 --- a/src/frontend/apps/e2e/package.json +++ b/src/frontend/apps/e2e/package.json @@ -1,6 +1,6 @@ { "name": "app-e2e", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "lint": "eslint . --ext .ts", diff --git a/src/frontend/apps/impress/package.json b/src/frontend/apps/impress/package.json index 1cc07f628..ce69c1d77 100644 --- a/src/frontend/apps/impress/package.json +++ b/src/frontend/apps/impress/package.json @@ -1,6 +1,6 @@ { "name": "app-impress", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "dev": "next dev", diff --git a/src/frontend/package.json b/src/frontend/package.json index 2b5ffa1ff..ddf38afe8 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.5.0", + "version": "3.6.0", "private": true, "workspaces": { "packages": [ diff --git a/src/frontend/packages/eslint-config-impress/package.json b/src/frontend/packages/eslint-config-impress/package.json index 9e8a34e83..dcf3a5013 100644 --- a/src/frontend/packages/eslint-config-impress/package.json +++ b/src/frontend/packages/eslint-config-impress/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-impress", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "scripts": { "lint": "eslint --ext .js ." diff --git a/src/frontend/packages/i18n/package.json b/src/frontend/packages/i18n/package.json index ca19f4f5a..1b59bed36 100644 --- a/src/frontend/packages/i18n/package.json +++ b/src/frontend/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "packages-i18n", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "extract-translation": "yarn extract-translation:impress", diff --git a/src/frontend/servers/y-provider/package.json b/src/frontend/servers/y-provider/package.json index 2f71aec4a..759578db0 100644 --- a/src/frontend/servers/y-provider/package.json +++ b/src/frontend/servers/y-provider/package.json @@ -1,6 +1,6 @@ { "name": "server-y-provider", - "version": "3.5.0", + "version": "3.6.0", "description": "Y.js provider for docs", "repository": "https://github.com/suitenumerique/docs", "license": "MIT", diff --git a/src/helm/helmfile.yaml b/src/helm/helmfile.yaml index e72034b5e..24bd1cc51 100644 --- a/src/helm/helmfile.yaml +++ b/src/helm/helmfile.yaml @@ -1,7 +1,7 @@ environments: dev: values: - - version: 3.5.0 + - version: 3.6.0 --- repositories: - name: bitnami diff --git a/src/helm/impress/Chart.yaml b/src/helm/impress/Chart.yaml index d0ff0a05e..6a0431771 100644 --- a/src/helm/impress/Chart.yaml +++ b/src/helm/impress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: docs -version: 3.5.0 +version: 3.6.0 appVersion: latest diff --git a/src/mail/package.json b/src/mail/package.json index 33da58328..f152109c9 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "3.5.0", + "version": "3.6.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": {