@ckeditor/ckeditor5-comments 0.0.0-nightly-20231206.0 → 0.0.0-nightly-20231208.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/build/comments.js +1 -1
  3. package/build/translations/gl.js +1 -1
  4. package/build/translations/sr-latn.js +1 -1
  5. package/build/translations/ug.js +1 -1
  6. package/lang/translations/gl.po +2 -2
  7. package/lang/translations/sr-latn.po +3 -3
  8. package/lang/translations/ug.po +10 -10
  9. package/package.json +3 -3
  10. package/src/annotations/annotation.js +1 -1
  11. package/src/annotations/annotationcollection.js +1 -1
  12. package/src/annotations/annotations.js +1 -1
  13. package/src/annotations/annotationsuis.js +1 -1
  14. package/src/annotations/editorannotations.js +1 -1
  15. package/src/annotations/inlineannotations.js +1 -1
  16. package/src/annotations/narrowsidebar.js +1 -1
  17. package/src/annotations/sidebar.js +1 -1
  18. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  19. package/src/annotations/view/annotationview.js +1 -1
  20. package/src/annotations/view/sidebaritemview.js +1 -1
  21. package/src/annotations/view/sidebarview.js +1 -1
  22. package/src/annotations/widesidebar.js +1 -1
  23. package/src/comments/addcommentthreadcommand.js +1 -1
  24. package/src/comments/commentsarchive.js +1 -1
  25. package/src/comments/commentsarchiveui.js +1 -1
  26. package/src/comments/commentsediting.js +1 -1
  27. package/src/comments/commentsrepository.js +1 -1
  28. package/src/comments/commentsui.js +1 -1
  29. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  30. package/src/comments/integrations/importword.js +1 -1
  31. package/src/comments/ui/commenteditor/commenteditor.js +1 -1
  32. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  33. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  34. package/src/comments/ui/commentthreadcontroller.js +1 -1
  35. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  36. package/src/comments/ui/view/basecommentview.js +1 -1
  37. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  38. package/src/comments/ui/view/commentcontentview.js +1 -1
  39. package/src/comments/ui/view/commentinputview.js +1 -1
  40. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  41. package/src/comments/ui/view/commentslistview.js +1 -1
  42. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  43. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  44. package/src/comments/ui/view/commentthreadview.js +1 -1
  45. package/src/comments/ui/view/commentview.js +1 -1
  46. package/src/comments.js +1 -1
  47. package/src/commentsonly.js +1 -1
  48. package/src/utils/common-translations.js +1 -1
  49. package/src/utils/createmutationobserver.js +1 -1
package/CHANGELOG.md CHANGED
@@ -90,7 +90,7 @@ Internal changes only (updated dependencies, documentation, etc.).
90
90
  * Fixed contextual balloon glitches happening when switching from inline annotations to sidebar UI while displaying a comment.
91
91
  * Fixed editor crashing in some scenarios involving track changes adapter during initial data load.
92
92
  * Fixed incorrectly highlighted suggestions for table row/column insertion and deletion.
93
- * Fixed a bug causing new comments to be added with "Invalid date".
93
+ * Fixed a bug causing new comments to be added with "Invalid date."
94
94
  * Comment threads for suggestions will now be correctly returned by `CommentsRepository#getCommentThreads()`.
95
95
 
96
96