diff --git a/composer.json b/composer.json index cfc03959aa..9c0268ec53 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "bower-asset/imagesloaded": "*", "bower-asset/jquery-timeentry": "^2.0", "bower-asset/caret.js": "0.2.2", - "npm-asset/humhub-prosemirror-richtext": "^1.0.6", + "npm-asset/humhub-prosemirror-richtext": "^1.0.7", "npm-asset/at.js": "^1.5.1", "yiisoft/yii2-queue": "~2.0.0", "yiisoft/yii2-redis": "~2.0.0", diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index 62a97cddd1..6167d46c61 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -9,7 +9,8 @@ HumHub Change Log - Fix: Click to topics lead on streams without topic filter throws javascript error. (https://github.com/humhub/humhub-modules-polls/issues/49) - Fix: Existing files may cause NULL pointer exception - Fix: Newly created profile fields cannot be updated - +- Enh: Added `AbstractRichTextEditor::layout` in order to change richtext style +- Enh: Added `block` type RichText for non focus menu style 1.3.0-beta.3 (July 30, 2018) ----------------------------- diff --git a/protected/humhub/modules/comment/views/comment/edit.php b/protected/humhub/modules/comment/views/comment/edit.php index 53e967d3b3..7b33045d57 100644 --- a/protected/humhub/modules/comment/views/comment/edit.php +++ b/protected/humhub/modules/comment/views/comment/edit.php @@ -23,6 +23,7 @@ $submitUrl = Url::to(['/comment/comment/edit', 'id' => $comment->id, 'contentMod