mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-29 03:09:40 +02:00
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
24 lines
640 B
JSON
24 lines
640 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "4.6.0",
|
|
"description": "An util to generate html and text django's templates from mjml templates",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@html-to/text-cli": "0.5.4",
|
|
"mjml": "4.18.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build-mjml-to-html": "bash ./bin/mjml-to-html",
|
|
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
|
|
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
|
|
},
|
|
"volta": {
|
|
"node": "22"
|
|
},
|
|
"packageManager": "yarn@1.22.22",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|