Fix: File upload errors not handled by richtext

This commit is contained in:
buddh4 2018-07-18 16:15:06 +02:00
parent f3e90cec98
commit 8cbf8cd21b
2 changed files with 2 additions and 1 deletions

View File

@ -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.4",
"npm-asset/humhub-prosemirror-richtext": "1.0.5",
"npm-asset/at.js": "^1.5.1",
"yiisoft/yii2-queue": "~2.0.0",
"yiisoft/yii2-redis": "~2.0.0",

View File

@ -41,6 +41,7 @@ HumHub Change Log
- Enh: Richtext style enhancements (dashed selection)
- Fix: Upload preview for comments not cleared after submit
- Fix: Profile/Space image upload not working after full page reloads
- Fix: File upload errors not handled by richtext
1.3.0-beta.1 (July 4, 2018)
----------------------------