Releases: suitenumerique/docs
v4.5.0
What's Changed
✨Import easily your docx or md file to Docs !
Enregistrement.2026-01-29.165609.mp4
Added
- ✨(frontend) integrate configurable Waffle by @AntoLC #1795
- ✨ Import of documents by @StephanMeijer #1609
- 🚨(CI) gives warning if theme not updated by @AntoLC #1811
- ✨(frontend) Add stat for Crisp by @AntoLC #1824
- ✨(auth) add silent login by @AntoLC, @arnaud-robin, @lebaudantoine #1690
- 🔧(project) add DJANGO_EMAIL_URL_APP environment variable by @AntoLC #1825
Changed
- ♿(frontend) improve accessibility:
- ✨(backend) add field for button label in email template by @Ash-Crow #1817
Fixed
- ✅(e2e) fix e2e test for other browsers by @Anto59290 #1799
- 🐛(export) fix export column NaN by @AntoLC #1819
- 🐛(frontend) add fallback for unsupported Blocknote languages by @AntoLC #1810
- 🐛(frontend) fix emojipicker closing in tree by @AntoLC #1808
- 🐛(frontend) display children in favorite by @lunika #1782
- 🐛(frontend) preserve typed text after @ on escape by @Ovgodd #1833
Removed
Security
Full Changelog: v4.4.0...v4.5.0
v4.4.0
What's Changed
Added
- ✨(backend) add documents/all endpoint with descendants by @ChristopherSpelt #1553
- ✅(export) add PDF regression tests by @AntoLC #1762
- 📝(docs) Add language configuration documentation by @AntoLC #1757
- 🔒(helm) Set default security context by @pierreozoux #1750
- ✨(backend) use langfuse to monitor AI actions by @lunika #1776
Changed
- ♿(frontend) improve accessibility:
Fixed
- ✅(backend) reduce flakiness on backend test by @Anto59290 #1769
- 🐛(frontend) fix clickable main content regression by @Ovgodd #1773
- 🐛(backend) fix TRASHBIN_CUTOFF_DAYS type error by @ChristopherSpelt #1778
- 💄(frontend) fix icon position in callout block by @Anto59290 #1779
Security
- 🔒️(backend) validate more strictly url used by cors-proxy endpoint by @lunika #1768
- 🔒️(frontend) fix props vulnerability in Interlinking by @AntoLC #1792
New Contributors
- @ChristopherSpelt made their first contribution in #1553
- @Anto59290 made their first contribution in #1769
- @pierreozoux made their first contribution in #1750
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
Added
- ✨(helm) redirecting system by @AntoLC #1697
- 📱(frontend) add comments for smaller device by @AntoLC #1737
- ✨(project) add custom js support via config by @AntoLC #1759
Changed
- 🥅(frontend) intercept 401 error on GET threads by @AntoLC #1754
- 🦺(frontend) check content type pdf on PdfBlock by @AntoLC #1756
✈️ (frontend) pause Posthog when offline by @AntoLC #1755
Fixed
- 🐛(frontend) fix tables deletion by @AntoLC #1739
- 🐛(frontend) fix children not display when first resize by @AntoLC #1753
Full Changelog: v4.2.0...v4.3.0
v4.2.0
What's Changed
Added
- ✨(backend) allow to create a new user in a marketing system by @lunika #1707
- ✨(backend) add async indexation of documents on save (or access save) by @joehybird #1276
- ✨(backend) add debounce mechanism to limit indexation jobs by @joehybird #1276
- ✨(api) add API route to search for indexed documents in Find by @joehybird #1276
- 🥅(frontend) add boundary error page by @AntoLC #1728
Changed
- 🛂(backend) stop throttling collaboration servers by @AntoLC #1730
- 🚸(backend) use unaccented full name for user search by @Ash-Crow #1637
- 🌐(backend) internationalize demo by @Ash-Crow #1644
- ♿️Improve keyboard accessibility for the document tree by @Ovgodd #1681
Fixed
- 🐛(frontend) paste content with comments from another document by @AntoLC #1732
- 🐛(frontend) Select text + Go back one page crash the app by @AntoLC #1733
- 🐛(frontend) fix versioning conflict by @AntoLC #1742
New Contributors
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
Added
Changed
- ♿(frontend) improve accessibility by @Ovgodd:
- 🔒️(frontend) remove dangerouslySetInnerHTML from codebase by @AntoLC #1712
- ⚡️(frontend) improve Comments feature by @AntoLC #1687
Fixed
- 🐛(nginx) fix / location to handle new static pages by @lunika #1682
- 🐛(frontend) rerendering during resize window by @AntoLC #1715
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
✨ We're excited to introduce the Comments !
Now you can easily share your thoughts, ask questions, or leave feedback on any text in your doc !
495589858-2cfa1469-4313-4515-8325-52c143098339.online-video-cutter.com.mp4
🎨 Docs has as well a fresh new design, more colorful !
More information about it here.
🏇 Don't miss the new shortcuts to create your docs !
# Private doc creation
http://localhost:3000/docs/new/
# Private doc creation with title
http://localhost:3000/docs/new/?title=My+private+doc+from+url
# Public editing doc creation
http://localhost:3000/docs/new/?title=My+public+doc+from+url&link-reach=public&link-role=editor
# Authenticated reading doc creation
http://localhost:3000/docs/new/?title=My+authenticated+doc+from+url&link-reach=authenticated&link-role=readerAdded
- ✨ Add comments feature by @AntoLC and @lunika #1330
- ✨(frontend) link to create new doc by @AntoLC #1574
Changed
- ⚡️(sw) stop to cache external resources likes videos by @AntoLC #1655
- 💥(frontend) upgrade to ui-kit v2 by @AntoLC #1605
- ⚡️(frontend) improve perf on upload and table of contents by @AntoLC #1662
- ♿(frontend) improve accessibility by @Ovgodd:
Fixed
- 🐛(frontend) fix toolbar not activated when reader by @AntoLC #1640
- 🐛(frontend) preserve left panel width on window resize by @Ovgodd #1588
- 🐛(frontend) prevent duplicate as first character in title by @Ovgodd #1595
Full Changelog: v3.10.0...v4.0.0
v3.10.0
What's Changed
Added
- ✨(export) enable ODT export for documents by @Ovgodd #1524
- ✨(frontend) improve mobile UX by showing subdocs count by @Ovgodd #1540
Changed
- ♻️(frontend) preserve @ character when esc is pressed after typing it by @Ovgodd #1512
- ♻️(frontend) make summary button fixed to remain visible during scroll by @Ovgodd #1581
- ♻️(frontend) pdf embed use full width by @Ovgodd #1526
Fixed
- ♿(frontend) improve accessibility by @Ovgodd:
- 🐛(frontend) fix alignment of side menu by @AntoLC #1597
- 🐛(frontend) fix fallback translations with Trans by @AntoLC #1620
- 🐛(export) fix image overflow by limiting width to 600px during export by @Ovgodd #1525
- 🐛(export) fix table cell alignment issue in exported documents by @Ovgodd #1582
- 🐛(export) preserve image aspect ratio in PDF export by @Ovgodd #1622
- 🐛(export) Export fails when paste with style by @AntoLC #1552
Security
Removed
Full Changelog: v3.9.0...v3.10.0
v3.9.0
What's Changed
Added
- ✨(frontend) create skeleton component for DocEditor by @Ovgodd #1491
- ✨(frontend) add an EmojiPicker in the document tree and title by @olaurendeau #1381
- ✨(frontend) ajustable left panel by @Ovgodd #1456
Changed
- ♻️(frontend) adapt custom blocks to new implementation by @AntoLC #1375
- ♻️(backend) increase user short_name field length by @lunika #1510
- 🚸(frontend) separate viewers from editors by @AntoLC #1509
Fixed
- 🐛(frontend) fix duplicate document entries in grid by @AntoLC #1479
- 🐛(backend) fix trashbin list by @AntoLC #1520
- ♿(frontend) improve accessibility:
- 🐛(backend) fix s3 version_id validation by @lunika #1543
- 🐛(frontend) retry check media status after page reload by @AntoLC #1555
- 🐛(frontend) fix Interlinking memory leak by @AntoLC #1560
- 🐛(frontend) button new doc UI fix by @AntoLC #1557
- 🐛(frontend) interlinking UI fix by @AntoLC #1557
Full Changelog: v3.8.2...v3.9.0
v3.8.2
v3.8.1
What's Changed
Fixed
- ⚡️(backend) improve trashbin endpoint performance by @lunika #1495
- 🐛(backend) manage invitation partial update without email by @lunika #1494
- ♿(frontend) improve accessibility:
Removed
Full Changelog: v3.8.0...v3.8.1