🔖(minor) release 4.6.0
Added: - ✨(frontend) integrate new Blocknote AI feature - 👷(docker) add arm64 platform support for image builds - ✨(tracking) add UTM parameters to shared document links - ✨(frontend) add floating bar with leftpanel collapse button - ✨(frontend) Can print a doc - ✨(backend) manage reconciliation requests for user accounts - 👷(CI) add GHCR workflow for forked repo testing - ✨(frontend) Move doc modal - ⚡️(backend) remove content from Document serializer when asked - ✨(backend) allow the duplication of subpages - ✨(backend) Onboarding docs for new users - 🩺(trivy) add trivyignore file and add minimatch CVE - 🚩 Add feature flags for the AI feature Changed: - ♿️(frontend) prevent dates from being focusable - ♿️(frontend) Focus main container after navigation - 💄(frontend) align colors and logo with ui-kit v2 - 🚸(backend) sort user search results by proximity with the active user - 🚸(oidc) ignore case when fallback on email - ⚡️(CI) optimize Docker Hub workflow Fixed: - 🐛(frontend) fix broadcast store sync - 🐛(helm) use celery resources instead of backend resources - 🐛(helm) reverse liveness and readiness for backend deployment - 🐛(y-provider) use CONVERSION_FILE_MAX_SIZE settings - 🐛(frontend) fix callout block spacing for old browsers
This commit is contained in:
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "impress"
|
||||
version = "4.5.0"
|
||||
version = "4.6.0"
|
||||
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-e2e",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-impress",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "impress",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-docs",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "packages-i18n",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "server-y-provider",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "Y.js provider for docs",
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 4.5.0
|
||||
- version: 4.6.0
|
||||
feature:
|
||||
values:
|
||||
- version: 4.5.0
|
||||
- version: 4.6.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 4.5.0
|
||||
version: 4.6.0
|
||||
appVersion: latest
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mail_mjml",
|
||||
"version": "4.5.0",
|
||||
"version": "4.6.0",
|
||||
"description": "An util to generate html and text django's templates from mjml templates",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user