Skip to content

Releases: suitenumerique/docs

v3.0.0

28 Mar 14:38
Compare
Choose a tag to compare

⚠️ Breaking Changes

We are not using the nginx auth request anymore to access the collaboration server (yProvider).
The authentication is now managed directly from the yProvider server.
You must remove the annotation nginx.ingress.kubernetes.io/auth-url from the ingressCollaborationWS in your helm files.

This means as well that the yProvider server must be able to access the Django server.
To do so, you must set the COLLABORATION_BACKEND_BASE_URL environment variable to the yProvider service.
Example here: 544dd00


Added

  • 📄(legal) Require contributors to sign a DCO by @bzg #779
  • ✨Add api endpoint to duplicate document by @sampaccoud #570

Changed

Fixed

  • 🐛(backend) compute ancestor_links in get_abilities if needed by @lunika #725
  • 🔒️(back) restrict access to document accesses by @lunika #801

New Contributors

  • @qbey made their first contribution in #797

Full Changelog: v2.6.0...v3.0.0

v2.6.0

21 Mar 16:09
Compare
Choose a tag to compare

What's Changed

Added

  • 📝(doc) add publiccode.yml by @bzg #770

Changed

  • 🚸(frontend) ctrl+k modal not when editor is focused by @AntoLC #712

Fixed

  • 🐛(back) allow only images to be used with the cors-proxy by @lunika #781
  • 🐛(backend) stop returning inactive users on the list endpoint by @lunika #636
  • 🔒️(backend) require at least 5 characters to search for users by @lunika #636
  • 🔒️(back) throttle user list endpoint by @lunika #636
  • 🔒️(back) remove pagination and limit to 5 for user list endpoint by @lunika #636

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

19 Mar 13:16
Compare
Choose a tag to compare

What's Changed

scrnli_Qc44tsz86yubXn.webm

Added

  • 📝(doc) Added GNU Make link to README by @PedroManse #750
  • ✨(frontend) add pinning on doc detail by @AntoLC #711
  • 🚩(frontend) feature flag analytic on copy as html by @AntoLC #649
  • ✨(frontend) Custom block divider with export by @AntoLC #698
  • 🌐(i18n) activate dutch language by @lunika #742
  • ✨(frontend) add Beautify action to AI transform by @AntoLC #662
  • ✨(frontend) add Emojify action to AI transform by @AntoLC #662

Changed

  • 🧑‍💻(frontend) change literal section open source by @AntoLC #702
  • ♻️(frontend) replace cors proxy for export by @lunika #695
  • 🚨(gitlint) Allow uppercase in commit messages by @AntoLC #756
  • ♻️(frontend) Improve AI translations by @AntoLC #662

Fixed

  • 🐛(frontend) SVG export by @AntoLC #706
  • 🐛(frontend) remove scroll listener table content by @AntoLC #688
  • 🔒️(back) restrict access to favorite_list endpoint by @lunika #690
  • 🐛(backend) refactor to fix filtering on children
    and descendants views by @lunika #695
  • 🐛(action) fix notify-argocd workflow by @lunika #713
  • 🚨(helm) fix helmfile lint by @lunika #736

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Mar 15:01
Compare
Choose a tag to compare

What's Changed

Added

  • ✨(frontend) synchronize language-choice by @rvveber #401

Changed

  • Use sentry tags instead of extra scope by @lunika #674

Fixed

  • 🐛(frontend) fix collaboration error by @AntoLC #684

Full Changelog: v2.3.0...v2.4.0

V2.3.0

04 Mar 11:16
Compare
Choose a tag to compare

What's Changed

scrnli_SZQ692a3MEuF6v.webm

Added

Changed

  • 🛂(frontend) Restore version visibility by @AntoLC #629
  • 📝(doc) minor README.md formatting and wording enhancements by @bzg
  • ♻️Stop setting a default title on doc creation by @AntoLC #634
  • ♻️(frontend) misc ui improvements by @AntoLC #644

Fixed

  • 🐛(backend) allow any type of extensions for media download by @sampaccoud #671
  • ♻️(frontend) improve table pdf rendering by @NathanVss

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

11 Feb 13:27
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Jan 11:55
Compare
Choose a tag to compare

What's Changed

Added

  • ✨(backend) add soft delete and restore API endpoints to documents by @sampaccoud #516
  • ✨(backend) allow organizing documents in a tree structure by @sampaccoud #516
  • ✨(backend) add "excerpt" field to document list serializer by @sampaccoud #516
  • ✨(backend) add github actions to manage Crowdin workflow by @lunika #559 & #563
  • 📈Integrate Posthog by @AntoLC #540
  • 🏷️(backend) add content-type to uploaded files by @AntoLC #552
  • ✨(frontend) export pdf docx front side by @AntoLC #537

Changed

Fixed

Removed

  • 🔥(backend) remove "content" field from list serializer by @sampaccoud # 516

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

17 Jan 11:01
Compare
Choose a tag to compare

What's Changed

Fixed

-🐛(frontend) title copy break app by @AntoLC #564
-🐛(frontend) share modal is shown when you don't have the abilities by @PanchoutNathan #557

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Jan 11:49
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

  • 🐛(backend) fix create document via s2s if sub unknown but email found by @sampaccoud #543
  • 🐛(frontend) hide search and create doc button if not authenticated by @PanchoutNathan #555
  • 🐛(backend) race condition creation issue by @AntoLC #556

New Contributors

Full Changelog: v1.10.0...v2.0.0

v1.10.0

17 Dec 16:57
Compare
Choose a tag to compare

What's new in Docs

Added

Changed

  • ⚡️(docker) improve y-provider image by @AntoLC #422

Fixed

  • ⚡️(e2e) reduce flakiness on e2e tests by @AntoLC #511

What's new about the editor:

https://github.com/TypeCellOS/BlockNote/releases/tag/v0.21.0

Full Changelog: v1.9.0...v1.10.0