Skip to content

Commit cecb4f5

Browse files
committed
πŸ”–(minor) release 3.5.0
Added: - ✨(helm) Service Account support for K8s Resources in Helm Charts - ✨(backend) allow masking documents from the list view - ✨(frontend) subdocs can manage link reach - ✨(frontend) add duplicate action to doc tree - ✨(frontend) Interlinking doc - ✨(frontend) add multi columns support for editor Changed: - ♻️(frontend) search on all docs if no children - ♻️(frontend) redirect to doc after duplicate - πŸ”§(project) change env.d system by using local files - ⚑️(frontend) improve tree stability - ⚑️(frontend) improve accessibility - πŸ›‚(frontend) block drag n drop when not desktop Fixed: - πŸ›(service-worker) Fix useOffline Maximum update depth exceeded - πŸ›(frontend) fix empty left panel after deleting root doc - πŸ›(helm) charts generate invalid YAML for collaboration API / WS - πŸ›(frontend) 401 redirection overridden - πŸ›(frontend) include root parent in search
1 parent 63efe40 commit cecb4f5

File tree

11 files changed

+16
-13
lines changed

11 files changed

+16
-13
lines changed

β€ŽCHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.5.0] - 2025-07-31
12+
1113
### Added
1214

13-
- ✨(helm) Service Account support for K8s Resources in Helm Charts #778
14-
- ✨(backend) allow masking documents from the list view #1171
15+
- ✨(helm) Service Account support for K8s Resources in Helm Charts #780
16+
- ✨(backend) allow masking documents from the list view #1172
1517
- ✨(frontend) subdocs can manage link reach #1190
1618
- ✨(frontend) add duplicate action to doc tree #1175
1719
- ✨(frontend) Interlinking doc #904
@@ -676,7 +678,8 @@ and this project adheres to
676678
- ✨(frontend) Coming Soon page (#67)
677679
- πŸš€ Impress, project to manage your documents easily and collaboratively.
678680

679-
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.4.2...main
681+
[unreleased]: https://github.com/suitenumerique/docs/compare/v3.5.0...main
682+
[v3.5.0]: https://github.com/suitenumerique/docs/releases/v3.5.0
680683
[v3.4.2]: https://github.com/suitenumerique/docs/releases/v3.4.2
681684
[v3.4.1]: https://github.com/suitenumerique/docs/releases/v3.4.1
682685
[v3.4.0]: https://github.com/suitenumerique/docs/releases/v3.4.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 = "3.4.2"
10+
version = "3.5.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.4.2",
3+
"version": "3.5.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.4.2",
3+
"version": "3.5.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.4.2",
3+
"version": "3.5.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.4.2",
3+
"version": "3.5.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.4.2",
3+
"version": "3.5.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.4.2",
3+
"version": "3.5.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.4.2
4+
- version: 3.5.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.4.2
4+
version: 3.5.0
55
appVersion: latest

0 commit comments

Comments
Β (0)