Skip to content

Commit

Permalink
broccoli-html-editor v0.3.16
Browse files Browse the repository at this point in the history
- 新しいフィールド `color`、 `datetime` を追加。
- ace editor 適用時に、日本語変換中のテキストが画面上で確認しにくい問題を修正。
- `image` フィールドに、バリデーション `required`、`min-height`、`max-height`、`min-width`、`max-width`、`min-filesize`、`max-filesize` を追加。
- `image` フィールドで、画像ファイル名のあとに拡張子を表示するようになった。
- `image` フィールドで、画像ファイル名に含まれる 英数字、ハイフン、アンダースコア、ドット以外の文字が、初回の自動セット時にアンダースコアに置き換えられるようになった。
- `image` フィールドに、 `filenameAutoSetter` オプションを追加。
- `data.json` 上のフィールドデータが空白の場合に上書きできなくなることがある問題を修正。
- 編集ウィンドウ上の `module`フィールドと `loop`フィールドの編集欄に、子要素の大まかな内容を伝えるプレビューを表示するようになった。
- Twigテンプレートで作成したモジュールで、 loopフィールドサブモジュール内のmoduleフィールドに他のモジュールを入れられな不具合を修正。
- Twigテンプレートで作成したモジュールで、 `_ENV.vars` を利用できるようになった。
  • Loading branch information
tomk79 committed Apr 4, 2020
1 parent 9c7aebd commit 8dad2f7
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.16 (リリース日未定)
### broccoli-html-editor v0.3.16 (2020年4月4日)

- 新しいフィールド `color``datetime` を追加。
- ace editor 適用時に、日本語変換中のテキストが画面上で確認しにくい問題を修正。
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.15",
"version": "0.3.16",
"private": false,
"description": "GUI HTML Editor Library.",
"main": "libs/main.js",
Expand Down

0 comments on commit 8dad2f7

Please sign in to comment.