Skip to content

Commit 468a099

Browse files
committed
πŸ”–(minor) release 3.6.0
Added: - πŸ‘·(CI) add bundle size check job - ✨(frontend) use title first emoji as doc icon in tree Changed: - ♻️(docs-app) Switch from Jest tests to Vitest - β™Ώ(frontend) improve accessibility: - 🌐(frontend) set html lang attribute dynamically - β™Ώ(frontend) inject language attribute to pdf export - β™Ώ(frontend) improve accessibility of search modal - β™Ώ(frontend) add correct attributes to decorative and interactive icons - 🎨(frontend) improve nav structure - ♿️(frontend) keyboard interaction with menu - β™Ώ(frontend) improve header accessibility - β™Ώ(frontend) improve accessibility for decorative images in editor - ♻️(backend) fallback to email identifier when no name - πŸ›(backend) allow ASCII characters in user sub field - ⚑️(frontend) improve fallback width calculation Fixed: - πŸ›(makefile) Windows compatibility fix for Docker volume mounting - πŸ›(minio) fix user permission error with Minio and Windows - πŸ›(frontend) fix export when quote block and inline code - πŸ›(frontend) fix base64 font - πŸ›(backend) allow editor to delete subpages - πŸ›(frontend) fix dnd conflict with tree and Blocknote - πŸ›(frontend) fix display bug on homepage
1 parent 39ef6d1 commit 468a099

File tree

11 files changed

+27
-24
lines changed

11 files changed

+27
-24
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,36 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.6.0] - 2025-09-04
12+
1113
### Added
1214

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

1618
### Changed
1719

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

3234
### Fixed
3335

34-
- πŸ›(makefile) Windows compatibility fix for Docker volume mounting #1264
35-
- πŸ›(minio) fix user permission error with Minio and Windows #1264
36+
- πŸ›(makefile) Windows compatibility fix for Docker volume mounting #1263
37+
- πŸ›(minio) fix user permission error with Minio and Windows #1263
3638
- πŸ›(frontend) fix export when quote block and inline code #1319
3739
- πŸ›(frontend) fix base64 font #1324
38-
- πŸ›(backend) allow editor to delete subpages #1296
40+
- πŸ›(backend) allow creator to delete subpages #1297
3941
- πŸ›(frontend) fix dnd conflict with tree and Blocknote #1328
4042
- πŸ›(frontend) fix display bug on homepage #1332
4143

@@ -709,7 +711,8 @@ and this project adheres to
709711
- ✨(frontend) Coming Soon page (#67)
710712
- πŸš€ Impress, project to manage your documents easily and collaboratively.
711713

712-
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.5.0...main
714+
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.6.0...main
715+
[v3.6.0]: https://github.com/suitenumerique/docs/releases/v3.6.0
713716
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
714717
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2
715718
[v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1

β€Ž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 = "3.5.0"
10+
version = "3.6.0"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
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": "3.5.0",
3+
"version": "3.6.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

β€Ž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": "3.5.0",
3+
"version": "3.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

β€Ž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": "3.5.0",
3+
"version": "3.6.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

β€Žsrc/frontend/packages/eslint-config-impress/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

β€Ž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": "3.5.0",
3+
"version": "3.6.0",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

β€Ž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": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

β€Žsrc/helm/helmfile.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.5.0
4+
- version: 3.6.0
55
---
66
repositories:
77
- name: bitnami

β€Žsrc/helm/impress/Chart.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 3.5.0
4+
version: 3.6.0
55
appVersion: latest

0 commit comments

Comments
Β (0)