@famibee/skynovel 1.19.6 → 1.22.0

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.0](https://github.com/famibee/SKYNovel/compare/v1.21.0...v1.22.0) (2021-12-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * hintをHTML canvas要素で表示するように ([7f840bf](https://github.com/famibee/SKYNovel/commit/7f840bfc95566623f5f794f951f6ec29905577ee))
7
+
8
+ - feat: hintをHTML canvas要素で表示するように
9
+ - feat: hint_color属性でhint文字色を指定可能に('white', '#FF0000')
10
+ - feat: hint_font属性追加、hint文字サイズとフォントを指定する
11
+ - fix: hint_tate属性が無効になっていたのを再サポート
12
+ - fix: hint_tate属性省略時は、文字レイヤの縦書き指定(writing-mode: vertical-rl なら true)をデフォルトとする事を明記
13
+ - fix: 前更新から hint消ししてなかった件
14
+
15
+
16
+ # [1.21.0](https://github.com/famibee/SKYNovel/compare/v1.20.1...v1.21.0) (2021-12-04)
17
+
18
+
19
+ ### Features
20
+
21
+ * [button][link]に hintの幅を指定できる hint_width 属性追加 ([38e14f5](https://github.com/famibee/SKYNovel/commit/38e14f52de5b113cbce5d5c96b864f3e880260de))
22
+
23
+ - feat: [button][link]に hintの幅を指定できる hint_width 属性追加
24
+ - fix: 背景あり文字ボタンのhintが右にずれる件
25
+ - fix: 縦書き時にhintが表示されない件
26
+ - fix: 背景あり文字ボタンの[dump_lay]でエラーになる件
27
+ - fix: ライブラリ更新
28
+
29
+
30
+ ## [1.20.1](https://github.com/famibee/SKYNovel/compare/v1.20.0...v1.20.1) (2021-11-08)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * 画像レイヤのデザインキャストがずれて表示されるのを修正 ([4c2013e](https://github.com/famibee/SKYNovel/commit/4c2013e2b5d11f38346e6328ccd9462446d68b91))
36
+
37
+ - fix: 画像レイヤのデザインキャストがずれて表示されるのを修正
38
+
39
+
40
+ # [1.20.0](https://github.com/famibee/SKYNovel/compare/v1.19.6...v1.20.0) (2021-11-07)
41
+
42
+
43
+ ### Features
44
+
45
+ * [frame]に float、index、dive属性を追加 ([6c9b068](https://github.com/famibee/SKYNovel/commit/6c9b068b690c862273230a00be5bce69f1330ecd))
46
+
47
+ - feat: [frame]に float、index、dive属性を追加
48
+ - fix: ライブラリ更新
49
+
50
+
1
51
  ## [1.19.6](https://github.com/famibee/SKYNovel/compare/v1.19.5...v1.19.6) (2021-10-29)
2
52
 
3
53