🔖(minor) release 3.8.0

Added:
- (frontend) add pdf block to the editor
- List and restore deleted docs

Changed:
- ♻️(frontend) Refactor Auth component for improved redirection logic
- ♻️(frontend) replace Arial font-family with token font
- (frontend) improve accessibility:
  - (frontend) enable enter key to open documentss
  - (frontend) improve modal a11y: structure, labels, title
  - improve NVDA navigation in DocShareModal
  -  improve accessibility by adding landmark roles to layout
  -  add document visible in list and openable via enter key
  -  add pdf outline property to enable bookmarks display
  -  hide decorative icons from assistive tech with aria-hidden
  -  fix rgaa 1.9.1: convert to figure/figcaption structure
  -  remove redundant aria-label to avoid over-accessibility
  -  remove redundant aria-label on hidden icons and update tests
  -  improve semantic structure and aria roles of leftpanel
  -  add default background to left panel for better accessibility
  -  restyle checked checkboxes: removing strikethrough
  -  add h1 for SR on 40X pages and remove alt texts
  -  update labels and shared document icon accessibility
- 🍱(frontend) Fonts GDPR compliants
- ♻️(service-worker) improve SW registration and update handling

Fixed:
- 🐛(backend) duplicate sub docs as root for reader users
- ⚗️(service-worker) remove index from cache first strategy
- 🐛(frontend) fix 404 page when reload 403 page
- 🐛(frontend) fix legacy role computation
- 🛂(frontend) block editing title when not allowed
- 🐛(frontend) scroll back to top when navigate to a document
- 🐛(frontend) fix export pdf emoji problem
- 🐛(frontend) fix attachment download filename
- 🐛(frontend) exclude h4-h6 headings from table of contents
- 🔒(frontend) prevent readers from changing callout emoji
- 🐛(frontend) fix overlapping placeholders in multi-column layout
- 🐛(backend) filter invitation with case insensitive email
- 🐛(frontend) reduce no access image size from 450 to 300
- 🐛(frontend) preserve interlink style on drag-and-drop in editor
- (frontend) load docs logo from public folder via url
- 🔧(keycloak) Fix https required issue in dev mode
This commit is contained in:
Anthony LC
2025-10-14 09:30:35 +02:00
parent 771ef2417f
commit b056dbfad4
11 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "app-e2e",
"version": "3.7.0",
"version": "3.8.0",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "app-impress",
"version": "3.7.0",
"version": "3.8.0",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "3.7.0",
"version": "3.8.0",
"private": true,
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-docs",
"version": "3.7.0",
"version": "3.8.0",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
@@ -21,6 +21,7 @@
"@tanstack/eslint-plugin-query": "5.86.0",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"@vitest/eslint-plugin": "1.0.1",
"eslint-config-next": "15.5.3",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
@@ -30,7 +31,6 @@
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-testing-library": "7.6.8",
"@vitest/eslint-plugin": "1.0.1",
"prettier": "3.6.2"
},
"packageManager": "yarn@1.22.22"

View File

@@ -1,6 +1,6 @@
{
"name": "packages-i18n",
"version": "3.7.0",
"version": "3.8.0",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "server-y-provider",
"version": "3.7.0",
"version": "3.8.0",
"description": "Y.js provider for docs",
"repository": "https://github.com/suitenumerique/docs",
"license": "MIT",