zbeyens
released this
24 Nov 08:17
·
2962 commits
to main
since this release
Major Changes
- #2760 by @12joan –
- Renamed the
comments
prop on CommentsProvider toinitialComments
to reflect the fact that updating its value after the initial render has no effect - Removed the following props from CommentsProvider, since they represent the internal state of the comments plugin and should not be controlled externally:
activeCommentId
addingCommentId
newValue
focusTextarea
- The following props on CommentsProvider can now be updated after the initial render (whereas prior to this version, doing so had no effect):
myUserId
users
onCommentAdd
onCommentUpdate
onCommentDelete
- Renamed the