Releases: suitenumerique/docs
v3.0.0
⚠️ 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
- ♻️(frontend) Integrate UI kit by @AntoLC and @PanchoutNathan #783
- 🏗️(y-provider) manage auth in y-provider app by @lunika #804
Fixed
- 🐛(backend) compute ancestor_links in get_abilities if needed by @lunika #725
- 🔒️(back) restrict access to document accesses by @lunika #801
New Contributors
Full Changelog: v2.6.0...v3.0.0
v2.6.0
What's Changed
Added
Changed
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
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
- @cameroncking made their first contribution in #748
- @PedroManse made their first contribution in #750
Full Changelog: v2.4.0...v2.5.0
v2.4.0
V2.3.0
What's Changed
scrnli_SZQ692a3MEuF6v.webm
Added
- 💄(frontend) add error pages by @AntoLC #643
- 🔒️ Manage unsafe attachments by @AntoLC and @lunika #663
- ✨(frontend) Custom block quote with export by @AntoLC #646
- ✨(frontend) add open source section homepage by @AntoLC #666
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
- @bzg made their first contribution in #638
- @NathanVss made their first contribution in #642
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
Added
- 📝(doc) Add security.md and codeofconduct.md by @virgile-dev #604
- ✨(frontend) add home page by @AntoLC #608
- ✨(frontend) cursor display on activity by @AntoLC #609
- ✨(frontend) Add export page break by @AntoLC #623
Changed
- 🔧(backend) make AI feature reach configurable by @sampaccoud #628
Fixed
- 🌐(CI) Fix email partially translated by @AntoLC #616
- 🐛(frontend) fix cursor breakline by @AntoLC #609
- 🐛(frontend) fix style pdf export by @AntoLC #609
New Contributors
Full Changelog: v2.1.0...v2.2.0
v2.1.0
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
- 💄(frontend) add abilities on doc row by @PanchoutNathan #581
- 💄(frontend) improve DocsGridItem responsive padding by @PanchoutNathan #582
- 🔧(backend) Bump maximum page size to 200 by @sampaccoud #516
- 📝(doc) Improve Read me by @virgile-dev #558
Fixed
- 🐛Fix invitations by @PanchoutNathan and @sampaccoud #575
Removed
- 🔥(backend) remove "content" field from list serializer by @sampaccoud # 516
New Contributors
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
What's Changed
Added
- 🔧(backend) add option to configure list of essential OIDC claims by @sampaccoud #525 & #531
- 🔧(helm) add option to disable default tls setting by @dominikkaminski #519
- 💄(frontend) Add left panel by @PanchoutNathan #420
- 💄(frontend) add filtering to left panel by @PanchoutNathan #475
- ✨(frontend) new share modal ui by @PanchoutNathan #489
- ✨(frontend) add favorite feature by @PanchoutNathan #515
- 📝(documentation) Documentation about self-hosted installation #530
- ✨(helm) helm versioning #530
Changed
- 🏗️(yjs-server) organize yjs server by @AntoLC #528
- ♻️(frontend) better separation collaboration process by @AntoLC #528
- 💄(frontend) updating the header and leftpanel for responsive by @PanchoutNathan #421
- 💄(frontend) update DocsGrid component by @PanchoutNathan #431
- 💄(frontend) update DocsGridOptions component by @PanchoutNathan #432
- 💄(frontend) update DocHeader ui by @PanchoutNathan #448
- 💄(frontend) update doc versioning ui by @PanchoutNathan #463
- 💄(frontend) update doc summary ui by @PanchoutNathan #473
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
- @revolunet made their first contribution in #521
Full Changelog: v1.10.0...v2.0.0
v1.10.0
What's new in Docs
Added
- ✨(backend) add server-to-server API endpoint to create documents by @sampaccoud #467
- ✨(email) white brand email by @AntoLC #412
- ✨(y-provider) create a markdown converter endpoint by @lebaudantoine #488
Changed
Fixed
What's new about the editor:
https://github.com/TypeCellOS/BlockNote/releases/tag/v0.21.0
Full Changelog: v1.9.0...v1.10.0