Skip to content

Commit

Permalink
broccoli-html-editor v0.3.15
Browse files Browse the repository at this point in the history
- `script` フィールドに `escape` オプションを追加。
- Twigテンプレートで `loopitem_start($fieldName)`、 `loopitem_end()`、 `appender($fieldName)` を使えるようになり、Twigテンプレートでも loopフィールドのアペンダーを利用できるようになった。
- 各フィールドのオプション `validate` を追加。 npmパッケージ `validatorjs` のバリデーション機能が統合された。
- クライアントサイドに `customValidationRules` オプションを追加。
- 編集ウィンドウ内に、モジュールのREADMEを表示する機能を追加。
- モジュールのREADME内で画像を参照できるようになった。
- GPIから CSS と JS をビルドできるようになった。
- その他の細かい修正。
  • Loading branch information
tomk79 committed Mar 14, 2020
1 parent 4316971 commit 1dab2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ $ composer test

## 更新履歴 - Change log

### broccoli-html-editor v0.3.15 (リリース日未定)
### broccoli-html-editor v0.3.15 (2020年3月14日)

- `script` フィールドに `escape` オプションを追加。
- Twigテンプレートで `loopitem_start($fieldName)``loopitem_end()``appender($fieldName)` を使えるようになり、Twigテンプレートでも loopフィールドのアペンダーを利用できるようになった。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-html-editor",
"version": "0.3.14",
"version": "0.3.15",
"private": false,
"description": "GUI HTML Editor Library.",
"main": "libs/main.js",
Expand Down

0 comments on commit 1dab2f5

Please sign in to comment.