Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: Document the add of IRichTextFormatter to OCP in 31
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Apr 22, 2025
commit 484349a8d36cba97dd8775209fc83d9748c520b8
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Added APIs
be called automatically based on the supported MIME types. An app may register as many of these as needed.
- New events ``OCP\User\Events\BeforeUserIdUnassignedEvent``, ``OCP\User\Events\UserIdUnassignedEvent``, and ``OCP\User\Events\UserIdAssignedEvent`` have been added to replace the hooks ``\OC\User::preUnassignedUserId``, ``\OC\User::postUnassignedUserId`` and ``\OC\User::assignedUserId``.
- New interface ``OCP\Files\Storage\IConstructableStorage`` for storages that can be built by passing only an array to the constructor.
- New service ``OCP\RichObjectStrings\IRichTextFormatter`` to format rich text into parsed plain text using its ``richToParsed`` method.

Changed APIs
^^^^^^^^^^^^
Expand Down