🔖(minor) release 4.2.0

Added:
- (backend) allow to create a new user in a marketing system
- (backend) add async indexation of documents on save
  (or access save)
- (backend) add debounce mechanism to limit indexation jobs
- (api) add API route to search for indexed documents in Find
- 🥅(frontend) add boundary error page

Changed:
- 🛂(backend) stop throttling collaboration servers
- 🚸(backend) use unaccented full name for user search
- 🌐(backend) internationalize demo
- (frontend) improve accessibility:
  - ️Improve keyboard accessibility for the document tree

Fixed:
- 🐛(frontend) paste content with comments from another document
- 🐛(frontend) Select text + Go back one page crash the app
This commit is contained in:
Anthony LC
2025-12-17 10:15:22 +01:00
parent e340463d35
commit fb368ef86f
11 changed files with 16 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
environments:
dev:
values:
- version: 4.1.0
- version: 4.2.0
feature:
values:
- version: 4.1.0
- version: 4.2.0
feature: ci
domain: example.com
imageTag: demo

View File

@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 4.1.0
version: 4.2.0
appVersion: latest