mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-06 17:57:51 +02:00
🔖(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:
+5
-2
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -883,7 +883,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "impress"
|
||||
version = "5.2.0"
|
||||
version = "5.2.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
|
||||
@@ -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,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,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,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,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",
|
||||
|
||||
@@ -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,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
appVersion: latest
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user