🔖(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
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -6,20 +6,25 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.10.0] - 2025-11-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- ✨(export) enable ODT export for documents #1524
|
- ✨(export) enable ODT export for documents #1524
|
||||||
- ✨(frontend) improve mobile UX by showing subdocs count #1540
|
- ✨(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
|
### Fixed
|
||||||
|
|
||||||
- ♿(frontend) improve accessibility:
|
- ♿(frontend) improve accessibility:
|
||||||
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
|
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
|
||||||
- ♿(frontend) improve accessibility and styling of summary table #1528
|
- ♿(frontend) improve accessibility and styling of summary table #1528
|
||||||
- ♿(frontend) add focus trap and enter key support to remove doc modal #1531
|
- ♿(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 alignment of side menu #1597
|
||||||
- 🐛(frontend) fix fallback translations with Trans #1620
|
- 🐛(frontend) fix fallback translations with Trans #1620
|
||||||
- 🐛(export) fix image overflow by limiting width to 600px during export #1525
|
- 🐛(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
|
- 🔥(backend) remove api managing templates
|
||||||
|
|
||||||
|
|
||||||
## [3.9.0] - 2025-11-10
|
## [3.9.0] - 2025-11-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -53,7 +59,6 @@ and this project adheres to
|
|||||||
|
|
||||||
- 🐛(frontend) fix duplicate document entries in grid #1479
|
- 🐛(frontend) fix duplicate document entries in grid #1479
|
||||||
- 🐛(backend) fix trashbin list #1520
|
- 🐛(backend) fix trashbin list #1520
|
||||||
|
|
||||||
- ♿(frontend) improve accessibility:
|
- ♿(frontend) improve accessibility:
|
||||||
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
|
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
|
||||||
- 🐛(backend) fix s3 version_id validation #1543
|
- 🐛(backend) fix s3 version_id validation #1543
|
||||||
@@ -873,7 +878,8 @@ and this project adheres to
|
|||||||
- ✨(frontend) Coming Soon page (#67)
|
- ✨(frontend) Coming Soon page (#67)
|
||||||
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
- 🚀 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.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.2]: https://github.com/suitenumerique/docs/releases/v3.8.2
|
||||||
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1
|
[v3.8.1]: https://github.com/suitenumerique/docs/releases/v3.8.1
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "impress"
|
name = "impress"
|
||||||
version = "3.9.0"
|
version = "3.10.0"
|
||||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-e2e",
|
"name": "app-e2e",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-impress",
|
"name": "app-impress",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "impress",
|
"name": "impress",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eslint-plugin-docs",
|
"name": "eslint-plugin-docs",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "packages-i18n",
|
"name": "packages-i18n",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "server-y-provider",
|
"name": "server-y-provider",
|
||||||
"version": "3.9.0",
|
"version": "3.10.0",
|
||||||
"description": "Y.js provider for docs",
|
"description": "Y.js provider for docs",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
environments:
|
environments:
|
||||||
dev:
|
dev:
|
||||||
values:
|
values:
|
||||||
- version: 3.9.0
|
- version: 3.10.0
|
||||||
feature:
|
feature:
|
||||||
values:
|
values:
|
||||||
- version: 3.9.0
|
- version: 3.10.0
|
||||||
feature: ci
|
feature: ci
|
||||||
domain: example.com
|
domain: example.com
|
||||||
imageTag: demo
|
imageTag: demo
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
type: application
|
type: application
|
||||||
name: docs
|
name: docs
|
||||||
version: 3.9.0
|
version: 3.10.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mail_mjml",
|
"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",
|
"description": "An util to generate html and text django's templates from mjml templates",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user