🔖(patch) release 5.2.1

Changed:
- 💄(frontend) display emoji button on hover

Fixed:
- 🐛(backend) close thread DB connections to fix test teardown
  OperationalError
- 🐛(frontend) fix crash when orphaned threads
- 🐛(backend) order trashbin response by most recently deleted
- 🐛(backend) stream document content with an async
  iterator under ASGI
- 🐛(frontend) fix long titles in table of content
This commit is contained in:
Anthony LC
2026-06-05 13:44:21 +02:00
parent c9829576a5
commit a43883caf0
12 changed files with 17 additions and 14 deletions
+5 -2
View File
@@ -6,6 +6,8 @@ and this project adheres to
## [Unreleased]
## [v5.2.1] - 2026-06-05
### Changed
- 💄(frontend) display emoji button on hover #2396
@@ -15,7 +17,7 @@ and this project adheres to
- 🐛(backend) close thread DB connections to fix test teardown
OperationalError #2385
- 🐛(frontend) fix crash when orphaned threads #2395
- 🐛(backend) order trashbin response by most recently deleted
- 🐛(backend) order trashbin response by most recently deleted #2392
- 🐛(backend) stream document content with an async iterator under ASGI #2381
- 🐛(frontend) fix long titles in table of content #2399
@@ -1346,7 +1348,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.2.0...main
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.2.1...main
[v5.2.1]: https://github.com/suitenumerique/docs/releases/v5.2.1
[v5.2.0]: https://github.com/suitenumerique/docs/releases/v5.2.0
[v5.1.0]: https://github.com/suitenumerique/docs/releases/v5.1.0
[v5.0.0]: https://github.com/suitenumerique/docs/releases/v5.0.0
+1 -1
View File
@@ -7,7 +7,7 @@ build-backend = "uv_build"
[project]
name = "impress"
version = "5.2.0"
version = "5.2.1"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
+1 -1
View File
@@ -883,7 +883,7 @@ wheels = [
[[package]]
name = "impress"
version = "5.2.0"
version = "5.2.1"
source = { editable = "." }
dependencies = [
{ name = "beautifulsoup4" },
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "app-e2e",
"version": "5.2.0",
"version": "5.2.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "app-impress",
"version": "5.2.0",
"version": "5.2.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-docs",
"version": "5.2.0",
"version": "5.2.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "packages-i18n",
"version": "5.2.0",
"version": "5.2.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "server-y-provider",
"version": "5.2.0",
"version": "5.2.1",
"description": "Y.js provider for docs",
"repository": "https://github.com/suitenumerique/docs",
"license": "MIT",
+2 -2
View File
@@ -1,10 +1,10 @@
environments:
dev:
values:
- version: 5.2.0
- version: 5.2.1
feature:
values:
- version: 5.2.0
- version: 5.2.1
feature: ci
domain: example.com
imageTag: demo
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 5.2.0
version: 5.2.1
appVersion: latest
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "5.2.0",
"version": "5.2.1",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {