Skip to content

Commit 6b36763

Browse files
committed
🔖(minor) release 4.1.0
Added: - ⚡️(frontend) export html Changed: - ♿(frontend) improve accessibility: - ♿(frontend) add skip to content button for keyboard accessibility - ♿(frontend) fix toggle panel button a11y labels - 🔒️(frontend) remove dangerouslySetInnerHTML from codebase - ⚡️(frontend) improve Comments feature Fixed: - 🐛(nginx) fix / location to handle new static pages
1 parent 0ff64ae commit 6b36763

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.1.0] - 2025-12-09
10+
911
### Added
1012

1113
- ⚡️(frontend) export html #1669
@@ -20,7 +22,7 @@ and this project adheres to
2022

2123
### Fixed
2224

23-
- 🐛(nginx) fix / location to handle new static pages
25+
- 🐛(nginx) fix / location to handle new static pages #1682
2426

2527
## [4.0.0] - 2025-12-01
2628

@@ -30,12 +32,6 @@ and this project adheres to
3032
- ✨(backend) Comments on text editor #1330
3133
- ✨(frontend) link to create new doc #1574
3234

33-
### Fixed
34-
35-
- 🐛(frontend) fix toolbar not activated when reader #1640
36-
- 🐛(frontend) preserve left panel width on window resize #1588
37-
- 🐛(frontend) prevent duplicate as first character in title #1595
38-
3935
### Changed
4036

4137
- ⚡️(sw) stop to cache external resources likes videos #1655
@@ -45,6 +41,12 @@ and this project adheres to
4541
- ♿(frontend) improve share modal button accessibility #1626
4642
- ♿(frontend) improve screen reader support in DocShare modal #1628
4743

44+
### Fixed
45+
46+
- 🐛(frontend) fix toolbar not activated when reader #1640
47+
- 🐛(frontend) preserve left panel width on window resize #1588
48+
- 🐛(frontend) prevent duplicate as first character in title #1595
49+
4850
## [3.10.0] - 2025-11-18
4951

5052
### Added
@@ -64,9 +66,6 @@ and this project adheres to
6466
- ♿(frontend) improve ARIA in doc grid and editor for a11y #1519
6567
- ♿(frontend) improve accessibility and styling of summary table #1528
6668
- ♿(frontend) add focus trap and enter key support to remove doc modal #1531
67-
- 🐛(frontend) preserve @ character when esc is pressed after typing it #1512
68-
- 🐛(frontend) make summary button fixed to remain visible during scroll #1581
69-
- 🐛(frontend) fix pdf embed to use full width #1526
7069
- 🐛(frontend) fix alignment of side menu #1597
7170
- 🐛(frontend) fix fallback translations with Trans #1620
7271
- 🐛(export) fix image overflow by limiting width to 600px during export #1525
@@ -919,7 +918,8 @@ and this project adheres to
919918
- ✨(frontend) Coming Soon page (#67)
920919
- 🚀 Impress, project to manage your documents easily and collaboratively.
921920

922-
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.0.0...main
921+
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.1.0...main
922+
[v4.1.0]: https://github.com/suitenumerique/docs/releases/v4.1.0
923923
[v4.0.0]: https://github.com/suitenumerique/docs/releases/v4.0.0
924924
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
925925
[v3.9.0]: https://github.com/suitenumerique/docs/releases/v3.9.0

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.0.0"
10+
version = "4.1.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": "4.0.0",
3+
"version": "4.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": "4.0.0",
3+
"version": "4.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": "4.0.0",
3+
"version": "4.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": "4.0.0",
3+
"version": "4.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": "4.0.0",
3+
"version": "4.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": "4.0.0",
3+
"version": "4.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: 4.0.0
4+
- version: 4.1.0
55
feature:
66
values:
7-
- version: 4.0.0
7+
- version: 4.1.0
88
feature: ci
99
domain: example.com
1010
imageTag: demo

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: 4.0.0
4+
version: 4.1.0
55
appVersion: latest

0 commit comments

Comments
 (0)