Added: - ✨(frontend) integrate configurable Waffle - ✨ Import of documents - 🚨(CI) gives warning if theme not updated - ✨(frontend) Add stat for Crisp - ✨(auth) add silent login - 🔧(project) add DJANGO_EMAIL_URL_APP environment variable Changed: - ♿(frontend) improve accessibility: - ♿️(frontend) fix subdoc opening and emoji pick focus - ✨(backend) add field for button label in email template Fixed: - ✅(e2e) fix e2e test for other browsers - 🐛(export) fix export column NaN - 🐛(frontend) add fallback for unsupported Blocknote languages - 🐛(frontend) fix emojipicker closing in tree - 🐛(frontend) display children in favorite - 🐛(frontend) preserve typed text after @ on escape Removed: - 🔥(project) remove all code related to template Security: - 🔒️(trivy) fix vulnerability about jaraco.context
24 lines
640 B
JSON
24 lines
640 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "4.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.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"
|
|
}
|