diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d9ecc4..afd65915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,25 @@ and this project adheres to ## [Unreleased] +## [3.10.0] - 2025-11-18 + ### Added - ✨(export) enable ODT export for documents #1524 - ✨(frontend) improve mobile UX by showing subdocs count #1540 +### Changed + +- ♻️(frontend) preserve @ character when esc is pressed after typing it #1512 +- ♻️(frontend) make summary button fixed to remain visible during scroll #1581 +- ♻️(frontend) pdf embed use full width #1526 + ### Fixed - ♿(frontend) improve accessibility: - ♿(frontend) improve ARIA in doc grid and editor for a11y #1519 - ♿(frontend) improve accessibility and styling of summary table #1528 - ♿(frontend) add focus trap and enter key support to remove doc modal #1531 -- 🐛(frontend) preserve @ character when esc is pressed after typing it #1512 -- 🐛(frontend) make summary button fixed to remain visible during scroll #1581 -- 🐛(frontend) fix pdf embed to use full width #1526 - 🐛(frontend) fix alignment of side menu #1597 - 🐛(frontend) fix fallback translations with Trans #1620 - 🐛(export) fix image overflow by limiting width to 600px during export #1525 @@ -35,6 +40,7 @@ and this project adheres to - 🔥(backend) remove api managing templates + ## [3.9.0] - 2025-11-10 ### Added @@ -53,7 +59,6 @@ and this project adheres to - 🐛(frontend) fix duplicate document entries in grid #1479 - 🐛(backend) fix trashbin list #1520 - - ♿(frontend) improve accessibility: - ♿(frontend) remove empty alt on logo due to Axe a11y error #1516 - 🐛(backend) fix s3 version_id validation #1543 @@ -873,7 +878,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.9.0...main +[unreleased]: https://github.com/suitenumerique/docs/compare/v3.10.0...main +[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0 [v3.9.0]: https://github.com/suitenumerique/docs/releases/v3.9.0 [v3.8.2]: https://github.com/suitenumerique/docs/releases/v3.8.2 [v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1 diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 723f4b45..d648ab0b 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.9.0" +version = "3.10.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 ef0cbf42..c19ded02 100644 --- a/src/frontend/apps/e2e/package.json +++ b/src/frontend/apps/e2e/package.json @@ -1,6 +1,6 @@ { "name": "app-e2e", - "version": "3.9.0", + "version": "3.10.0", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/apps/impress/package.json b/src/frontend/apps/impress/package.json index c9e33fe0..439d6d84 100644 --- a/src/frontend/apps/impress/package.json +++ b/src/frontend/apps/impress/package.json @@ -1,6 +1,6 @@ { "name": "app-impress", - "version": "3.9.0", + "version": "3.10.0", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/package.json b/src/frontend/package.json index b93312a8..84433d36 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "3.9.0", + "version": "3.10.0", "private": true, "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", diff --git a/src/frontend/packages/eslint-plugin-docs/package.json b/src/frontend/packages/eslint-plugin-docs/package.json index eade3fe8..b1910bc8 100644 --- a/src/frontend/packages/eslint-plugin-docs/package.json +++ b/src/frontend/packages/eslint-plugin-docs/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-docs", - "version": "3.9.0", + "version": "3.10.0", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/packages/i18n/package.json b/src/frontend/packages/i18n/package.json index c734316b..9236666e 100644 --- a/src/frontend/packages/i18n/package.json +++ b/src/frontend/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "packages-i18n", - "version": "3.9.0", + "version": "3.10.0", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/servers/y-provider/package.json b/src/frontend/servers/y-provider/package.json index 7b8c5cb9..61761fd5 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.9.0", + "version": "3.10.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 11f59508..9db4a452 100644 --- a/src/helm/helmfile.yaml +++ b/src/helm/helmfile.yaml @@ -1,10 +1,10 @@ environments: dev: values: - - version: 3.9.0 + - version: 3.10.0 feature: values: - - version: 3.9.0 + - version: 3.10.0 feature: ci domain: example.com imageTag: demo diff --git a/src/helm/impress/Chart.yaml b/src/helm/impress/Chart.yaml index bae15444..68c1d58e 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.9.0 +version: 3.10.0 appVersion: latest diff --git a/src/mail/package.json b/src/mail/package.json index 856ff904..fccd5e4e 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "3.9.0", + "version": "3.10.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": {