mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🔖(patch) release 4.8.5
Added - 🔧(backend) settings CONVERSION_UPLOAD_ENABLED to control usage of docspec - 🥚(frontend) add easter egg on doc emoji creation #2155 Changed - ♿(frontend) use aria-haspopup menu on DropButton triggers #2126 - ♿️(frontend) add contextual browser tab titles for docs routes #2120 - ♿️(frontend) fix empty heading before section titles in HTML export #2125 Fixed - ⚡️(frontend) add jitter to WS reconnection #2162 - 🐛(frontend) fix tree pagination #2145 - 🐛(nginx) add page reconciliation on nginx #2154
This commit is contained in:
parent
4aa7d52406
commit
63d18e3ad4
11 changed files with 15 additions and 12 deletions
|
|
@ -6,6 +6,8 @@ and this project adheres to
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v4.8.5] - 2026-04-03
|
||||
|
||||
### Added
|
||||
|
||||
- 🔧(backend) settings CONVERSION_UPLOAD_ENABLED to control usage of docspec
|
||||
|
|
@ -1211,7 +1213,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.4...main
|
||||
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.5...main
|
||||
[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
|
||||
[v4.8.2]: https://github.com/suitenumerique/docs/releases/v4.8.2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "impress"
|
||||
version = "4.8.4"
|
||||
version = "4.8.5"
|
||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app-e2e",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "app-impress",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "impress",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-docs",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "packages-i18n",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "server-y-provider",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"description": "Y.js provider for docs",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 4.8.4
|
||||
- version: 4.8.5
|
||||
feature:
|
||||
values:
|
||||
- version: 4.8.4
|
||||
- version: 4.8.5
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 4.8.4
|
||||
version: 4.8.5
|
||||
appVersion: latest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mail_mjml",
|
||||
"version": "4.8.4",
|
||||
"version": "4.8.5",
|
||||
"description": "An util to generate html and text django's templates from mjml templates",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue