Skip to content

Commit 03ea6b2

Browse files
committed
πŸ”–(minor) release 4.6.0
Added: - ✨(frontend) integrate new Blocknote AI feature - πŸ‘·(docker) add arm64 platform support for image builds - ✨(tracking) add UTM parameters to shared document links - ✨(frontend) add floating bar with leftpanel collapse button - ✨(frontend) Can print a doc - ✨(backend) manage reconciliation requests for user accounts - πŸ‘·(CI) add GHCR workflow for forked repo testing - ✨(frontend) Move doc modal - ⚑️(backend) remove content from Document serializer when asked - ✨(backend) allow the duplication of subpages - ✨(backend) Onboarding docs for new users - 🩺(trivy) add trivyignore file and add minimatch CVE - 🚩 Add feature flags for the AI feature Changed: - ♿️(frontend) prevent dates from being focusable - ♿️(frontend) Focus main container after navigation - πŸ’„(frontend) align colors and logo with ui-kit v2 - 🚸(backend) sort user search results by proximity with the active user - 🚸(oidc) ignore case when fallback on email - ⚑️(CI) optimize Docker Hub workflow Fixed: - πŸ›(frontend) fix broadcast store sync - πŸ›(helm) use celery resources instead of backend resources - πŸ›(helm) reverse liveness and readiness for backend deployment - πŸ›(y-provider) use CONVERSION_FILE_MAX_SIZE settings - πŸ›(frontend) fix callout block spacing for old browsers
1 parent ea0a1ae commit 03ea6b2

12 files changed

Lines changed: 27 additions & 18 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [v4.6.0] - 2026-03-03
10+
911
### Added
1012

11-
- ✨(frontend) integrate new Blocknote AI feature #1016
12-
- πŸ‘·(docker) add arm64 platform support for image builds
13-
- ✨(tracking) add UTM parameters to shared document links
13+
- ✨(frontend) integrate new Blocknote AI feature #1847
14+
- πŸ‘·(docker) add arm64 platform support for image builds #1901
15+
- ✨(tracking) add UTM parameters to shared document links #1896
1416
- ✨(frontend) add floating bar with leftpanel collapse button #1876
1517
- ✨(frontend) Can print a doc #1832
1618
- ✨(backend) manage reconciliation requests for user accounts #1878
@@ -26,7 +28,7 @@ and this project adheres to
2628
### Changed
2729

2830
- ♿️(frontend) prevent dates from being focusable #1855
29-
- ♿️(frontend) Focus main container after navigation #1854
31+
- ♿️(frontend) Focus main container after navigation #1864
3032
- πŸ’„(frontend) align colors and logo with ui-kit v2 #1869
3133
- 🚸(backend) sort user search results by proximity with the active user #1802
3234
- 🚸(oidc) ignore case when fallback on email #1880
@@ -35,8 +37,8 @@ and this project adheres to
3537
### Fixed
3638

3739
- πŸ›(frontend) fix broadcast store sync #1846
38-
- πŸ›(helm) use celery resources instead of backend resources
39-
- πŸ›(helm) reverse liveness and readiness for backend deployment
40+
- πŸ›(helm) use celery resources instead of backend resources #1887
41+
- πŸ›(helm) reverse liveness and readiness for backend deployment #1887
4042
- πŸ›(y-provider) use CONVERSION_FILE_MAX_SIZE settings #1913
4143
- πŸ›(frontend) fix callout block spacing for old browsers #1914
4244

@@ -1058,7 +1060,8 @@ and this project adheres to
10581060
- ✨(frontend) Coming Soon page (#67)
10591061
- πŸš€ Impress, project to manage your documents easily and collaboratively.
10601062

1061-
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.5.0...main
1063+
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.6.0...main
1064+
[v4.6.0]: https://github.com/suitenumerique/docs/releases/v4.6.0
10621065
[v4.5.0]: https://github.com/suitenumerique/docs/releases/v4.5.0
10631066
[v4.4.0]: https://github.com/suitenumerique/docs/releases/v4.4.0
10641067
[v4.3.0]: https://github.com/suitenumerique/docs/releases/v4.3.0

β€ŽUPGRADE.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ the following command inside your docker container:
1616

1717
## [Unreleased]
1818

19+
## [4.6.0] - 2026-02-27
20+
21+
- ⚠️ Some setup have changed to offer a bigger flexibility and consistency, overriding the favicon and logo are now from the theme configuration.
22+
https://github.com/suitenumerique/docs/blob/f24b047a7cc146411412bf759b5b5248a45c3d99/src/backend/impress/configuration/theme/default.json#L129-L161
23+
24+
1925
## [4.0.0] - 2025-11-26
2026

2127
- ⚠️ We updated `@gouvfr-lasuite/ui-kit` to `0.18.0`, so if you are customizing Docs with a css layer or with a custom template, you need to update your customization to follow the new design system structure.

β€Žsrc/backend/pyproject.tomlβ€Ž

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

88
[project]
99
name = "impress"
10-
version = "4.5.0"
10+
version = "4.6.0"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

β€Ž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": "4.5.0",
3+
"version": "4.6.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": "4.5.0",
3+
"version": "4.6.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": "4.5.0",
3+
"version": "4.6.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": "4.5.0",
3+
"version": "4.6.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": "4.5.0",
3+
"version": "4.6.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": "4.5.0",
3+
"version": "4.6.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: 4.5.0
4+
- version: 4.6.0
55
feature:
66
values:
7-
- version: 4.5.0
7+
- version: 4.6.0
88
feature: ci
99
domain: example.com
1010
imageTag: demo

0 commit comments

Comments
Β (0)