Skip to content

Commit db46740

Browse files
committed
🔖(minor) release 5.1.0
Added - ⚡️(frontend) add skeleton on content loading #2254 - ⚡️(frontend) close websocket connection when user change tab #2264 Changed - 🏗️(core) migrate from pip to uv Fixed - 🩺(project) reload app if front and back unsync #2276 - 🐛(frontend) fix patch and comments #2273 - 🐛(frontend) interlinking are exported correctly in print mode #2269 - 💬(frontend) add missing link in onboarding description #2233 - 🐛(frontend) sanitize pasted and dropped content in document title #2210 - 🐛(frontend) Emoji menu doesn't display above comment box #2229 - 🐛(frontend) Block menu doesn't stay open on 1st line #2229 - 🐛(frontend) The "+" on the first line of a new doc doesn't work #2229 - 🐛(backend) manage race condition between GET and PATCH content #2271 - 🐛(backend) replace document creation table locks with retry strategy #2274 Security - 🔒️(frontend) sanitize color during collaboration #2270
1 parent 4d68f39 commit db46740

12 files changed

Lines changed: 17 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [v5.1.0] - 2026-05-11
10+
911
### Added
1012

1113
- ⚡️(frontend) add skeleton on content loading #2254
@@ -34,7 +36,7 @@ and this project adheres to
3436

3537

3638

37-
## [v5.0.0] - 2026-04-08
39+
## [v5.0.0] - 2026-05-05
3840

3941
### Added
4042

@@ -1298,7 +1300,8 @@ and this project adheres to
12981300
- ✨(frontend) Coming Soon page (#67)
12991301
- 🚀 Impress, project to manage your documents easily and collaboratively.
13001302

1301-
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.0.0...main
1303+
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.1.0...main
1304+
[v5.1.0]: https://github.com/suitenumerique/docs/releases/v5.1.0
13021305
[v5.0.0]: https://github.com/suitenumerique/docs/releases/v5.0.0
13031306
[v4.8.6]: https://github.com/suitenumerique/docs/releases/v4.8.6
13041307
[v4.8.5]: https://github.com/suitenumerique/docs/releases/v4.8.5

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "uv_build"
77

88
[project]
99
name = "impress"
10-
version = "5.0.0"
10+
version = "5.1.0"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"private": true,
55
"repository": "https://github.com/suitenumerique/docs",
66
"author": "DINUM",

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-docs",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

src/frontend/servers/y-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

src/helm/helmfile.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environments:
22
dev:
33
values:
4-
- version: 5.0.0
4+
- version: 5.1.0
55
feature:
66
values:
7-
- version: 5.0.0
7+
- version: 5.1.0
88
feature: ci
99
domain: example.com
1010
imageTag: demo

0 commit comments

Comments
 (0)