Releases: suitenumerique/docs
v3.2.1
v3.2.0
What's Changed
Thanks to Blocknotejs - Tables have gotten a huge overhaul, gaining some big new features along the way:
- Merging & splitting cells
- Cell background & text color
- Cell text alignment
- Table header rows & columns
419094071-08507b68-fcfd-47d0-9b57-d5c7ac0c3e52.mp4
Added
- πΈ(backend) make document search on title accent-insensitive by @sampaccoud #874
- π© add homepage feature flag by @AntoLC #861
- β¨(settings) Allow configuring PKCE for the SSO by @Tom-Hubrecht #886
- π(i18n) activate chinese and spanish languages by @virgile-dev #884
- π§(backend) allow overwriting the data directory by @mweinelt #893
- β(backend) add
django-lasuite
dependency by @qbey #839 - β¨(frontend) advanc 8000 ed table features by @AntoLC #908
Changed
- β‘οΈ(frontend) reduce unblocking time for config by @AntoLC #867
- β»οΈ(frontend) bind UI with ability access by @AntoLC #900
- β»οΈ(frontend) use built-in Quote block by @AntoLC #908
Fixed
- π(nginx) fix 404 when accessing a doc by @AntoLC #866
- ποΈ(drf) disable browsable HTML API renderer by @lunika #919
- π(frontend) enhance file download security by @PanchoutNathan #889
- π(backend) race condition create doc by @AntoLC #633
- π(frontend) fix breaklines in custom blocks by @AntoLC #908
New Contributors
- @olaurendeau made their first contribution in #536
- @Tom-Hubrecht made their first contribution in #886
- @mweinelt made their first contribution in #893
Full Changelog: v3.1.0...v3.2.0
Full Blocknotejs Changelog: TypeCellOS/BlockNote@v0.23.2...v0.29.1
v3.1.0
What's Changed
We can now overwrite Docs at runtime ! β¨
Some documentation about it here. π
We provided a css example in the pull request, you can check it here !
Added
- π©(backend) add feature flag for the footer by @lunika #841
- π§(backend) add view to manage footer json by @lunika #841
- β¨(frontend) add custom css style by @AntoLC #771
- π©(frontend) conditionally render AI button only when feature is enabled by @rebeling #814
Changed
Fixed
- π(back) validate document content in serializer by @lunika #822
- π(frontend) fix selection click past end of content by @AntoLC #840
Thanks to New Contributors
- @berrydenhartog made their first contribution in #821
- @rebeling made their first contribution in #814
- @bfontaine made their first contribution in #808
Full Changelog: v3.0.0...v3.1.0
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