Skip to content

Commit

Permalink
broccoli-html-editor v0.3.10
Browse files Browse the repository at this point in the history
- PHP 7.3 で発生する不具合を修正。
- タッチ端末での操作性を改善。
- プレビューの読み込みに 30秒以上かかる場合、タイムアウトを発生させて強制的に編集画面へ移行するようになった。
- コピー・アンド・ペースト操作に関する問題の修正。
- その他いくつかのUI改善。
  • Loading branch information
tomk79 committed Sep 4, 2019
1 parent 16a27ee commit 7d2e0e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ $ composer test

## 更新履歴 - Change log

### broccoli-html-editor v0.3.10 (リリース日未定)
### broccoli-html-editor v0.3.10 (2019年9月4日)

- PHP 7.3 で発生する不具合を修正。
- タッチ端末での操作性を改善。
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "broccoli-html-editor",
"version": "0.3.10-alpha.1+dev",
"version": "0.3.10",
"description": "GUI HTML Editor Library.",
"private": true,
"private": false,
"main": "libs/main.js",
"scripts": {
"start": "node ./tests/biflora/server.js",
Expand Down

0 comments on commit 7d2e0e1

Please sign in to comment.