🔖(minor) release 4.8.0

Added:
- (backend) add a is_first_connection flag to the User model
- (frontend) add onboarding modal with help menu button

Changed:
- (frontend) localize LaGaufre label fallback in Docs
- (backend) add a migration cleaning on-boarding
  document accesses
- ⬆️(frontend) upgrade Next.js to v16
- ️(frontend) fix aria-label and landmark on document
  banner state
- 🌐(i18n) add "new window" translation key for waffle
  aria-label

Fixed:
- 🐛(backend) create a link_trace record for on-boarding
  documents
- 🐛(backend) manage race condition when creating sandbox
  document
- 🐛(frontend) fix flickering left panel
- ️(frontend) improve doc tree keyboard navigation
This commit is contained in:
Anthony LC
2026-03-13 17:43:55 +01:00
parent eb2ee1bb7f
commit 51e8332b95
11 changed files with 19 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "4.7.0",
"version": "4.8.0",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {