mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-17 21:25:43 +02:00
🔖(minor) release 5.4.0
Added: - ✨(y-provider) preserve callouts, PDFs, page breaks, interlinking links and commented text on HTML/markdown export - ✨(frontend) add a user menu - ✨(frontend) new header and responsive harmonization - ✨(backend) add management command to reset a Document Changed: - ♿️(frontend) hide mobile left panel from screen readers when collapsed - ♿️(frontend) enable blocknote heading ids for toc anchors - ♿️(frontend) focus export modal on format select - ♿️(frontend) configurable legal submenu in HelpMenu, remove Crisp - ♻️(frontend) new create button for docs - ♿️(frontend) align search modal field label with placeholder - 🚚(frontend) move Waffle to bottom left - ♿️(frontend) remove redundant aria-label on table of contents links - ♻️(core) fix typo in settings COLLABORATION_WS_NOT_CONNECTED_READY_ONLY - ♻️(backend) scope document search by document id instead of path Fixed: - 🐛(backend) prevent owner from leaving a soft-deleted document - 🐛(frontend) fix removed item in the tree - 🐛(frontend) fix service worker causing reload on tab focus - 🐛(backend) update restore ability for inherited deletion - 🔧(dev) make the dev stack domain-agnostic - 🐛(frontend) stop force index redirect when delete doc - 🐛(frontend) fix CTA on move modal on mobile Removed: - 🔥(backend) remove unused default authentication backend
This commit is contained in:
+6
-3
@@ -6,6 +6,8 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v5.4.0] - 2026-07-07
|
||||
|
||||
### Added
|
||||
|
||||
- ✨(y-provider) preserve callouts, PDFs, page breaks, interlinking
|
||||
@@ -29,7 +31,7 @@ and this project adheres to
|
||||
|
||||
### Fixed
|
||||
|
||||
- 🐛(backend) prevent owner from leaving a soft-deleted document
|
||||
- 🐛(backend) prevent owner from leaving a soft-deleted document #2456
|
||||
- 🐛(frontend) fix removed item in the tree #2420
|
||||
- 🐛(frontend) fix service worker causing reload on tab focus #2454
|
||||
- 🐛(backend) update restore ability for inherited deletion #2148
|
||||
@@ -39,7 +41,7 @@ and this project adheres to
|
||||
|
||||
### Removed
|
||||
|
||||
- 🔥(backend) remove unused default authentication backend
|
||||
- 🔥(backend) remove unused default authentication backend #2480
|
||||
|
||||
## [v5.3.0] - 2026-06-19
|
||||
|
||||
@@ -1406,7 +1408,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/v5.3.0...main
|
||||
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.4.0...main
|
||||
[v5.4.0]: https://github.com/suitenumerique/docs/releases/v5.4.0
|
||||
[v5.3.0]: https://github.com/suitenumerique/docs/releases/v5.3.0
|
||||
[v5.2.1]: https://github.com/suitenumerique/docs/releases/v5.2.1
|
||||
[v5.2.0]: https://github.com/suitenumerique/docs/releases/v5.2.0
|
||||
|
||||
@@ -7,7 +7,7 @@ build-backend = "uv_build"
|
||||
|
||||
[project]
|
||||
name = "impress"
|
||||
version = "5.3.0"
|
||||
version = "5.4.0"
|
||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Generated
+1
-1
@@ -883,7 +883,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "impress"
|
||||
version = "5.3.0"
|
||||
version = "5.4.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-e2e",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-impress",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "impress",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-docs",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "packages-i18n",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server-y-provider",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"description": "Y.js provider for docs",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 5.3.0
|
||||
- version: 5.4.0
|
||||
feature:
|
||||
values:
|
||||
- version: 5.3.0
|
||||
- version: 5.4.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 5.3.0
|
||||
version: 5.4.0
|
||||
appVersion: latest
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mail_mjml",
|
||||
"version": "5.3.0",
|
||||
"version": "5.4.0",
|
||||
"description": "An util to generate html and text django's templates from mjml templates",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user