@famibee/skynovel 1.22.1 → 1.23.1

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,49 @@
1
+ ## [1.23.1](https://github.com/famibee/SKYNovel/compare/v1.23.0...v1.23.1) (2021-12-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 文字レイヤサイズが[trans]などで正しくコピーされない件 ([925d84e](https://github.com/famibee/SKYNovel/commit/925d84efad4dcd13e826287fc8cd19a3eceea9c3))
7
+
8
+ - fix: 文字レイヤサイズが[trans]などで正しくコピーされない件
9
+ - docs: 文字レイヤ b_left、b_top、b_width、b_height 属性についての記述を削除
10
+ - (SKYNovelには存在しない・高級な文字レイヤ背景は b_pic でやってもらう)
11
+
12
+
13
+ # [1.23.0](https://github.com/famibee/SKYNovel/compare/v1.22.3...v1.23.0) (2021-12-11)
14
+
15
+
16
+ ### Features
17
+
18
+ * 文字レイヤのb_color属性などに色名前を使えるように ([f8f50b0](https://github.com/famibee/SKYNovel/commit/f8f50b0210b99aaf17cd0ca4db1879b6adcf8d32))
19
+
20
+ - feat: 文字レイヤのb_color属性などに色名前を使えるように
21
+ - 文字レイヤのb_color属性
22
+ - [snapshot]のb_color属性
23
+ - doc/prj/prj.json の init.bg_color
24
+ - fix: 文字レイヤ背景色の b_colorで「#ffffff」形式の指定が出来なかったのを修正
25
+
26
+
27
+ ## [1.22.3](https://github.com/famibee/SKYNovel/compare/v1.22.2...v1.22.3) (2021-12-09)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * ツールチップ、画面全体の拡大縮小に対応 ([7311ebe](https://github.com/famibee/SKYNovel/commit/7311ebebb7f60f3a510912e3f147584b57f8ef80))
33
+
34
+ - fix: ツールチップ、画面全体の拡大縮小に対応
35
+
36
+
37
+ ## [1.22.2](https://github.com/famibee/SKYNovel/compare/v1.22.1...v1.22.2) (2021-12-09)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * 画像ボタンで、マウスホバー・クリック時の表示変化しない件 ([f30f11c](https://github.com/famibee/SKYNovel/commit/f30f11c3678730ae9e433384a2bf0a05e30e5dd6))
43
+
44
+ - fix: 画像ボタンで、マウスホバー・クリック時の表示変化しない件
45
+
46
+
1
47
  ## [1.22.1](https://github.com/famibee/SKYNovel/compare/v1.22.0...v1.22.1) (2021-12-09)
2
48
 
3
49