Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to

## [Unreleased]

## [v4.6.0] - 2026-03-03

### Added

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

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

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

Expand Down Expand Up @@ -1058,7 +1060,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/v4.5.0...main
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.6.0...main
[v4.6.0]: https://github.com/suitenumerique/docs/releases/v4.6.0
[v4.5.0]: https://github.com/suitenumerique/docs/releases/v4.5.0
[v4.4.0]: https://github.com/suitenumerique/docs/releases/v4.4.0
[v4.3.0]: https://github.com/suitenumerique/docs/releases/v4.3.0
Expand Down
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ the following command inside your docker container:

## [Unreleased]

## [4.6.0] - 2026-02-27

- ⚠️ Some setup have changed to offer a bigger flexibility and consistency, overriding the favicon and logo are now from the theme configuration.
https://github.com/suitenumerique/docs/blob/f24b047a7cc146411412bf759b5b5248a45c3d99/src/backend/impress/configuration/theme/default.json#L129-L161


## [4.0.0] - 2025-11-26

- ⚠️ 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.
Expand Down
Loading
Loading