🔖(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:
@@ -6,9 +6,11 @@ and this project adheres to
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [4.2.0] - 2025-12-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- ✨(backend) allow to create a new user in a marketing system
|
- ✨(backend) allow to create a new user in a marketing system #1707
|
||||||
- ✨(backend) add async indexation of documents on save (or access save) #1276
|
- ✨(backend) add async indexation of documents on save (or access save) #1276
|
||||||
- ✨(backend) add debounce mechanism to limit indexation jobs #1276
|
- ✨(backend) add debounce mechanism to limit indexation jobs #1276
|
||||||
- ✨(api) add API route to search for indexed documents in Find #1276
|
- ✨(api) add API route to search for indexed documents in Find #1276
|
||||||
@@ -942,7 +944,8 @@ and this project adheres to
|
|||||||
- ✨(frontend) Coming Soon page (#67)
|
- ✨(frontend) Coming Soon page (#67)
|
||||||
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
- 🚀 Impress, project to manage your documents easily and collaboratively.
|
||||||
|
|
||||||
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.1.0...main
|
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.2.0...main
|
||||||
|
[v4.2.0]: https://github.com/suitenumerique/docs/releases/v4.2.0
|
||||||
[v4.1.0]: https://github.com/suitenumerique/docs/releases/v4.1.0
|
[v4.1.0]: https://github.com/suitenumerique/docs/releases/v4.1.0
|
||||||
[v4.0.0]: https://github.com/suitenumerique/docs/releases/v4.0.0
|
[v4.0.0]: https://github.com/suitenumerique/docs/releases/v4.0.0
|
||||||
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
|
[v3.10.0]: https://github.com/suitenumerique/docs/releases/v3.10.0
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "impress"
|
name = "impress"
|
||||||
version = "4.1.0"
|
version = "4.2.0"
|
||||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-e2e",
|
"name": "app-e2e",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "app-impress",
|
"name": "app-impress",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "impress",
|
"name": "impress",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eslint-plugin-docs",
|
"name": "eslint-plugin-docs",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "packages-i18n",
|
"name": "packages-i18n",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"author": "DINUM",
|
"author": "DINUM",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "server-y-provider",
|
"name": "server-y-provider",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"description": "Y.js provider for docs",
|
"description": "Y.js provider for docs",
|
||||||
"repository": "https://github.com/suitenumerique/docs",
|
"repository": "https://github.com/suitenumerique/docs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
environments:
|
environments:
|
||||||
dev:
|
dev:
|
||||||
values:
|
values:
|
||||||
- version: 4.1.0
|
- version: 4.2.0
|
||||||
feature:
|
feature:
|
||||||
values:
|
values:
|
||||||
- version: 4.1.0
|
- version: 4.2.0
|
||||||
feature: ci
|
feature: ci
|
||||||
domain: example.com
|
domain: example.com
|
||||||
imageTag: demo
|
imageTag: demo
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
type: application
|
type: application
|
||||||
name: docs
|
name: docs
|
||||||
version: 4.1.0
|
version: 4.2.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mail_mjml",
|
"name": "mail_mjml",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"description": "An util to generate html and text django's templates from mjml templates",
|
"description": "An util to generate html and text django's templates from mjml templates",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user