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
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,39 @@ and this project adheres to

## [Unreleased]

## [3.6.0] - 2025-09-04

### Added

- πŸ‘·(CI) add bundle size check job #1268
- ✨(frontend) use title first emoji as doc icon in tree
- ✨(frontend) use title first emoji as doc icon in tree #1289

### Changed

- ♻️(docs-app) Switch from Jest tests to Vitest #1269
- ⚑️(frontend) improve accessibility:
- #1248
- #1235
- #1275
- #1255
- #1262
- #1244
- #1270
- #1282
- β™Ώ(frontend) improve accessibility:
- 🌐(frontend) set html lang attribute dynamically #1248
- β™Ώ(frontend) inject language attribute to pdf export #1235
- β™Ώ(frontend) improve accessibility of search modal #1275
- β™Ώ(frontend) add correct attributes to icons #1255
- 🎨(frontend) improve nav structure #1262
- ♿️(frontend) keyboard interaction with menu #1244
- β™Ώ(frontend) improve header accessibility #1270
- β™Ώ(frontend) improve accessibility for decorative images in editor #1282
- ♻️(backend) fallback to email identifier when no name #1298
- πŸ›(backend) allow ASCII characters in user sub field #1295
- ⚑️(frontend) improve fallback width calculation #1333

### Fixed

- πŸ›(makefile) Windows compatibility fix for Docker volume mounting #1264
- πŸ›(minio) fix user permission error with Minio and Windows #1264
- πŸ›(makefile) Windows compatibility fix for Docker volume mounting #1263
- πŸ›(minio) fix user permission error with Minio and Windows #1263
- πŸ›(frontend) fix export when quote block and inline code #1319
- πŸ›(frontend) fix base64 font #1324
- πŸ›(backend) allow editor to delete subpages #1296
- πŸ›(backend) allow creator to delete subpages #1297
- πŸ›(frontend) fix dnd conflict with tree and Blocknote #1328
- πŸ›(frontend) fix display bug on homepage #1332
- πŸ›link role update #1287

## [3.5.0] - 2025-07-31

Expand Down Expand Up @@ -709,7 +712,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/v3.5.0...main
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.6.0...main
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2
[v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1
Expand Down
Loading
Loading