@famibee/skynovel 1.20.1 → 1.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
1
+ ## [1.22.2](https://github.com/famibee/SKYNovel/compare/v1.22.1...v1.22.2) (2021-12-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 画像ボタンで、マウスホバー・クリック時の表示変化しない件 ([f30f11c](https://github.com/famibee/SKYNovel/commit/f30f11c3678730ae9e433384a2bf0a05e30e5dd6))
7
+
8
+ - fix: 画像ボタンで、マウスホバー・クリック時の表示変化しない件
9
+
10
+
11
+ ## [1.22.1](https://github.com/famibee/SKYNovel/compare/v1.22.0...v1.22.1) (2021-12-09)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * 画像ボタンで、イベント予約が画像ロード後まで遅延する件 ([e7f9f97](https://github.com/famibee/SKYNovel/commit/e7f9f97f113d967328282684df57d8159366c7aa))
17
+
18
+ - fix: 画像ボタンで、イベント予約が画像ロード後まで遅延する件
19
+ - fix: デバッグスイッチ debugLog=true 時にイベント待ちした際、予約済みイベント名をコンソールに表示するように
20
+
21
+
22
+ # [1.22.0](https://github.com/famibee/SKYNovel/compare/v1.21.0...v1.22.0) (2021-12-08)
23
+
24
+
25
+ ### Features
26
+
27
+ * hintをHTML canvas要素で表示するように ([7f840bf](https://github.com/famibee/SKYNovel/commit/7f840bfc95566623f5f794f951f6ec29905577ee))
28
+
29
+ - feat: hintをHTML canvas要素で表示するように
30
+ - feat: hint_color属性でhint文字色を指定可能に('white', '#FF0000')
31
+ - feat: hint_font属性追加、hint文字サイズとフォントを指定する
32
+ - fix: hint_tate属性が無効になっていたのを再サポート
33
+ - fix: hint_tate属性省略時は、文字レイヤの縦書き指定(writing-mode: vertical-rl なら true)をデフォルトとする事を明記
34
+ - fix: 前更新から hint消ししてなかった件
35
+
36
+
37
+ # [1.21.0](https://github.com/famibee/SKYNovel/compare/v1.20.1...v1.21.0) (2021-12-04)
38
+
39
+
40
+ ### Features
41
+
42
+ * [button][link]に hintの幅を指定できる hint_width 属性追加 ([38e14f5](https://github.com/famibee/SKYNovel/commit/38e14f52de5b113cbce5d5c96b864f3e880260de))
43
+
44
+ - feat: [button][link]に hintの幅を指定できる hint_width 属性追加
45
+ - fix: 背景あり文字ボタンのhintが右にずれる件
46
+ - fix: 縦書き時にhintが表示されない件
47
+ - fix: 背景あり文字ボタンの[dump_lay]でエラーになる件
48
+ - fix: ライブラリ更新
49
+
50
+
1
51
  ## [1.20.1](https://github.com/famibee/SKYNovel/compare/v1.20.0...v1.20.1) (2021-11-08)
2
52
 
3
53