Skip to content

Releases: suitenumerique/docs

v4.8.3

23 Mar 17:13
ce5f9a1

Choose a tag to compare

Changed

  • ♿️(frontend) improve version history list accessibility #2033
  • ♿(frontend) focus skip link on headings and skip grid dropzone #1983
  • ♿️(frontend) add sr-only format to export download button #2088
  • ♿️(frontend) announce formatting shortcuts for screen readers #2070
  • ✨(frontend) add markdown copy icon for Copy as Markdown option #2096
  • ♻️(backend) skip saving in database a document when payload is empty #2062
  • ♻️(frontend) refacto Version modal to fit with the design system #2091

Fixed

  • ♿️(frontend) fix more options menu feedback for screen readers #2071
  • ♿️(frontend) fix more options menu feedback for screen readers #2071
  • 💫(frontend) fix the help button to the bottom in tree #2073
  • ♿️(frontend) fix aria-labels for table of contents #2065
  • 🐛(backend) allow using search endpoint without refresh token enabled #2097
  • 🐛(frontend) fix close panel when click on subdoc #2094
  • 🐛(frontend) fix leftpanel button in doc version #9238
  • 🐛(y-provider) fix loop when no cookies #2101

v4.8.2

19 Mar 10:08
0867cce

Choose a tag to compare

Added

Changed

  • ♿️(frontend) ensure doc title is h1 for accessibility by @Ovgodd #2006
  • ♿️(frontend) add nb accesses in share button aria-label by @Ovgodd #2017
  • ✨(backend) improve fallback logic on search endpoint by @mascarpon3 #1834

Fixed

  • 🐛(frontend) fix image resizing when caption by @AntoLC #2045
  • 🙈(docker) add **/.next to .dockerignore by @AntoLC #2034
  • ♿️(frontend) fix share modal heading hierarchy by @Ovgodd #2007
  • ♿️(frontend) fix Copy link toast accessibility for screen readers by @Ovgodd #2029
  • ♿️(frontend) fix modal aria-label and name by @Ovgodd #2014
  • ♿️(frontend) fix language dropdown ARIA for screen readers by @Ovgodd #2020
  • ♿️(frontend) fix waffle aria-label spacing for new-window links by @Ovgodd #2030
  • 🐛(backend) stop using add_sibling method to create sandbox document by @lunika #2084
  • 🐛(backend) duplicate a document as last-sibling by @lunika #2084

Removed

  • 🔥(api) remove documents/<document_id>/descendants/ endpoint by @mascarpon3 #1834
  • 🔥(api) remove pagination on documents/search/ endpoint by @mascarpon3 #1834

New Contributors

Full Changelog: v4.8.1...v4.8.2

v4.8.1

17 Mar 14:11
ad36210

Choose a tag to compare

Added

  • 🔧(backend) add DB_PSYCOPG_POOL_ENABLED settings #2035

Changed

  • ⬇️(backend) downgrade django-treebeard to version < 5.0.0 #2036

v4.8.0

16 Mar 10:49
51e8332

Choose a tag to compare

What's Changed

Added

  • ✨(backend) add a is_first_connection flag to the User model by @Ash-Crow #1938
  • ✨(frontend) add onboarding modal with help menu button by @Ovgodd #1868

Changed

  • ♿(frontend) localize LaGaufre label fallback in Docs by @Ovgodd #1979
  • ✨(backend) add a migration cleaning on-boarding document accesses by @lunika #1971
  • ⬆️(frontend) upgrade Next.js to v16 by @AntoLC #1980
  • ♿️(frontend) fix aria-label and landmark on document banner state by @Ovgodd #1986
  • 🌐(i18n) add "new window" translation key for waffle aria-label by @Ovgodd #1984

Fixed

  • 🐛(backend) create a link_trace record for on-boarding documents by @lunika #1971
  • 🐛(backend) manage race condition when creating sandbox document by @lunika #1971
  • 🐛(frontend) fix flickering left panel by @AntoLC #1989
  • ♿️(frontend) improve doc tree keyboard navigation by @Ovgodd #1981

New Contributors

Full Changelog: v4.7.0...v4.8.0

v4.7.0

10 Mar 13:05
1673752

Choose a tag to compare

What's Changed

Added

Changed

  • 📝(docs) improve README and add documentation hub by @actuallypav #1870
  • ♿️(frontend) restore focus to triggers after closing menus and modals by @Ovgodd #1863
  • 🚸(frontend) change position elements toolbar by @AntoLC #1957
  • ♿️(frontend) add focus on open to modals by @Ovgodd #1948

Fixed

  • 🐛(frontend) analytic feature flags problem by @AntoLC #1953
  • 🐛(frontend) fix home collapsing panel by @AntoLC #1954
  • 🐛(frontend) fix disabled color on icon Dropdown by @AntoLC #1950
  • 🐛(frontend) fix zIndex table of content by @AntoLC #1949
  • 🐛(frontend) fix bug when language not supported by BN by @AntoLC #1957
  • 🐛 (backend) prevent privileged users from requesting access by @maboukerfa #1898

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6.0

05 Mar 12:23
03ea6b2

Choose a tag to compare

What's Changed

⚠️ Some template setup have changed to offer a bigger flexibility and consistency, overriding the favicon and logo are now from the theme configuration, more here: https://github.com/suitenumerique/docs/blob/main/UPGRADE.md#460---2026-02-27

✨ More powerful AI feature powered by BlockNote !

Enregistrement.2026-02-03.113122.mp4

✨ Your docs are printable !

It is as well a more powerful alternative to save to PDF.

540457443-e07450a5-9208-4771-b0d8-14054ed6579c.online-video-cutter.com.mp4

Added

  • ✨(frontend) integrate new Blocknote AI feature by @AntoLC #1847
  • 👷(docker) add arm64 platform support for image builds by @StephanMeijer #1901
  • ✨(tracking) add UTM parameters to shared document links by @chaibax #1896
  • ✨(frontend) add floating bar with leftpanel collapse button by @Ovgodd #1876
  • ✨(frontend) Can print a doc by @AntoLC #1832
  • ✨(backend) manage reconciliation requests for user accounts by @Ash-Crow #1878
  • 👷(CI) add GHCR workflow for forked repo testing by @dtinth #1851
  • ✨(frontend) Move doc modal by @AntoLC #1886
  • ⚡️(backend) remove content from Document serializer when asked by @lunika #1910
  • ✨(backend) allow the duplication of subpages by @Ash-Crow #1893
  • ✨(backend) Onboarding docs for new users by @Ash-Crow #1891
  • 🩺(trivy) add trivyignore file and add minimatch CVE by @AntoLC #1915
  • 🚩 Add feature flags for the AI feature by @AntoLC #1922
  • 🍱(frontend) add icons ui-kit by @AntoLC #1943

Changed

  • ♿️(frontend) prevent dates from being focusable by @Ovgodd #1855
  • ♿️(frontend) Focus main container after navigation by @Ovgodd #1864
  • 💄(frontend) align colors and logo with ui-kit v2 by @AntoLC #1869
  • 🚸(backend) sort user search results by proximity with the active user by @Ash-Crow #1802
  • 🚸(oidc) ignore case when fallback on email by @qbey #1880
  • ⚡️(CI) optimize Docker Hub workflow by @AntoLC #1919

Fixed

  • 🐛(frontend) fix broadcast store sync by @AntoLC #1846
  • 🐛(helm) use celery resources instead of backend resources by @lunika #1887
  • 🐛(helm) reverse liveness and readiness for backend deployment by @lunika #1887
  • 🐛(y-provider) use CONVERSION_FILE_MAX_SIZE settings by @AntoLC #1913
  • 🐛(frontend) fix callout block spacing for old browsers by @AntoLC #1914

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

29 Jan 15:51
db014cf

Choose a tag to compare

What's Changed

✨Import easily your docx or md file to Docs !

Enregistrement.2026-01-29.165609.mp4

Added

Changed

  • ♿(frontend) improve accessibility:
    • ♿️(frontend) fix subdoc opening and emoji pick focus by @Ovgodd #1745
  • ✨(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

  • 🔥(project) remove all code related to template by @AntoLC #1780

Security

  • 🔒️(trivy) fix vulnerability about jaraco.context by @AntoLC #1806

Full Changelog: v4.4.0...v4.5.0

v4.4.0

13 Jan 14:45
5ec58ce

Choose a tag to compare

What's Changed

⚠️ This version fixes a "high" severity vulnerability, details of which are available here: GHSA-4rwv-ghwh-9rv6


Added

Changed

  • ♿(frontend) improve accessibility:
    • ♿(frontend) make html export accessible to screen reader users by @Ovgodd #1743
    • ♿(frontend) add missing label and fix Axes errors to improve a11y by @Ovgodd #1693

Fixed

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

Full Changelog: v4.3.0...v4.4.0

v4.3.0

07 Jan 15:23
3d2b018

Choose a tag to compare

What's Changed

Added

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

17 Dec 16:31
fb368ef

Choose a tag to compare

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