🔖(patch) release 4.8.6

Added:
- 🚸(frontend) allow opening "@page" links with
  ctrl/command/middle-mouse click
-  E2E - Any instance friendly

Changed:
- ♻️(backend) do not paginate threads list response
- 💄(frontend) Use StyledLink for sub doc tree

Fixed:
- 🐛(frontend) Fix drop cursor creating columns
- 🐛 Fixed side effects between comments and versioning
This commit is contained in:
Anthony LC 2026-04-09 09:52:00 +02:00
parent e2d0e7ccc7
commit 21c73fd064
No known key found for this signature in database
11 changed files with 17 additions and 13 deletions

View file

@ -6,9 +6,12 @@ and this project adheres to
## [Unreleased]
## [v4.8.6] - 2026-04-08
### Added
- 🚸(frontend) allow opening "@page" links with ctrl/command/middle-mouse click
- 🚸(frontend) allow opening "@page" links with
ctrl/command/middle-mouse click #2170
- ✅ E2E - Any instance friendly #2142
### Changed
@ -1229,7 +1232,8 @@ and this project adheres to
- ✨(frontend) Coming Soon page (#67)
- 🚀 Impress, project to manage your documents easily and collaboratively.
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.5...main
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.6...main
[v4.8.6]: https://github.com/suitenumerique/docs/releases/v4.8.6
[v4.8.5]: https://github.com/suitenumerique/docs/releases/v4.8.5
[v4.8.4]: https://github.com/suitenumerique/docs/releases/v4.8.4
[v4.8.3]: https://github.com/suitenumerique/docs/releases/v4.8.3

View file

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "impress"
version = "4.8.5"
version = "4.8.6"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",

View file

@ -1,6 +1,6 @@
{
"name": "app-e2e",
"version": "4.8.5",
"version": "4.8.6",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "app-impress",
"version": "4.8.5",
"version": "4.8.6",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "impress",
"version": "4.8.5",
"version": "4.8.6",
"private": true,
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",

View file

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-docs",
"version": "4.8.5",
"version": "4.8.6",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "packages-i18n",
"version": "4.8.5",
"version": "4.8.6",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "server-y-provider",
"version": "4.8.5",
"version": "4.8.6",
"description": "Y.js provider for docs",
"repository": "https://github.com/suitenumerique/docs",
"license": "MIT",

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "4.8.5",
"version": "4.8.6",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {