mirror of
https://github.com/suitenumerique/docs.git
synced 2026-08-30 11:49:49 +02:00
Added: - ✨(helm) Service Account support for K8s Resources in Helm Charts - ✨(backend) allow masking documents from the list view - ✨(frontend) subdocs can manage link reach - ✨(frontend) add duplicate action to doc tree - ✨(frontend) Interlinking doc - ✨(frontend) add multi columns support for editor Changed: - ♻️(frontend) search on all docs if no children - ♻️(frontend) redirect to doc after duplicate - 🔧(project) change env.d system by using local files - ⚡️(frontend) improve tree stability - ⚡️(frontend) improve accessibility - 🛂(frontend) block drag n drop when not desktop Fixed: - 🐛(service-worker) Fix useOffline Maximum update depth exceeded - 🐛(frontend) fix empty left panel after deleting root doc - 🐛(helm) charts generate invalid YAML for collaboration API / WS - 🐛(frontend) 401 redirection overridden - 🐛(frontend) include root parent in search
23 lines
604 B
JSON
23 lines
604 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "3.5.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.15.3"
|
|
},
|
|
"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"
|
|
},
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|