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