mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-08 02:37:53 +02:00
🔖(release) minor 5.6.0
Added: - ✨(frontend) Add "Copy link to block" feature - ✨(frontend) add word count to doc header toolbox - ✨(frontend) add find and replace feature to the editor Changed: - ♿️(frontend) use anchor links for interlinking sub-documents - ✨(frontend) reset side panel state between documents - ♿️(frontend) announce search loading state for screen readers - ♻️(frontend) change favorite to star - 🚚(frontend) add doc move to doc options - ♻️(frontend) unified menu - ♿(frontend) hide decorative emojis in document titles from SR - ♻️(frontend) save the doc with a keepalive request when leaving the page Fixed: - 🐛(frontend) fix clipped formatting toolbar in new comment composer - 🐛(backend) fix duplicating a document that has no content - 📄(frontend) allowed partially export when MIT - 🐛(backend) manage async support for Docs custom middleware Removed: - 🔥(backend) remove whitenoise package
This commit is contained in:
+9
-5
@@ -6,6 +6,8 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v5.6.0] - 2026-09-03
|
||||
|
||||
### Added
|
||||
|
||||
- ✨(frontend) Add "Copy link to block" feature #2547
|
||||
@@ -26,14 +28,15 @@ and this project adheres to
|
||||
### Fixed
|
||||
|
||||
- 🐛(frontend) fix clipped formatting toolbar in new comment composer #2585
|
||||
- 🐛(backend) fix duplicating a document that has no content
|
||||
- 🐛(backend) fix duplicating a document that has no content #2609
|
||||
- 📄(frontend) allowed partially export when MIT #2551
|
||||
- 🐛(backend) manage async support for Docs custom middleware
|
||||
- 🐛(frontend) save the doc with a keepalive request when leaving the page
|
||||
- 🐛(backend) manage async support for Docs custom middleware #2619
|
||||
- 🐛(frontend) save the doc with a keepalive
|
||||
request when leaving the page #2619
|
||||
|
||||
### Removed
|
||||
|
||||
- 🔥(backend) remove whitenoise package
|
||||
- 🔥(backend) remove whitenoise package #2619
|
||||
|
||||
## [v5.5.0] - 2026-08-24
|
||||
|
||||
@@ -1477,7 +1480,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.5.0...main
|
||||
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.6.0...main
|
||||
[v5.6.0]: https://github.com/suitenumerique/docs/releases/v5.6.0
|
||||
[v5.5.0]: https://github.com/suitenumerique/docs/releases/v5.5.0
|
||||
[v5.4.1]: https://github.com/suitenumerique/docs/releases/v5.4.1
|
||||
[v5.4.0]: https://github.com/suitenumerique/docs/releases/v5.4.0
|
||||
|
||||
@@ -7,7 +7,7 @@ build-backend = "uv_build"
|
||||
|
||||
[project]
|
||||
name = "impress"
|
||||
version = "5.5.0"
|
||||
version = "5.6.0"
|
||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Generated
+1
-1
@@ -948,7 +948,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "impress"
|
||||
version = "5.5.0"
|
||||
version = "5.6.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-e2e",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-impress",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "impress",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-docs",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "packages-i18n",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server-y-provider",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.0",
|
||||
"description": "Y.js provider for docs",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 5.5.0
|
||||
- version: 5.6.0
|
||||
feature:
|
||||
values:
|
||||
- version: 5.5.0
|
||||
- version: 5.6.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 5.5.0
|
||||
version: 5.6.0
|
||||
appVersion: latest
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mail_mjml",
|
||||
"version": "5.5.0",
|
||||
"version": "5.6.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