@famibee/skynovel 1.27.1 → 1.27.5

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,48 @@
1
+ ## [1.27.5](https://github.com/famibee/SKYNovel/compare/v1.27.4...v1.27.5) (2022-01-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * アプリ版で全画面時にフレームサイズが大きすぎる件、リファクタリング ([37d0a33](https://github.com/famibee/SKYNovel/commit/37d0a330dff7a90bd92f8d678165249367e35528))
7
+
8
+ - fix: アプリ版で全画面時にフレームサイズが大きすぎる件
9
+ - fix: ブラウザ版で全画面時にセンタリングするように
10
+ - テンプレの doc/web.htm も変更(cssで「canvas」→「canvas#skynovel」)
11
+ - fix: リファクタリング:タグで引数取得時、分割代入積極使用
12
+ - fix: リファクタリング:一部をString()や + 演算子文字列結合ではなくテンプレートリテラルに
13
+
14
+
15
+ ## [1.27.4](https://github.com/famibee/SKYNovel/compare/v1.27.3...v1.27.4) (2022-01-19)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * ライブラリ更新 ([59c131a](https://github.com/famibee/SKYNovel/commit/59c131aa4fa58a964031037918567bdca9bc2f30))
21
+
22
+ - fix: ライブラリ更新
23
+
24
+
25
+ ## [1.27.3](https://github.com/famibee/SKYNovel/compare/v1.27.2...v1.27.3) (2022-01-15)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * ウインドウ位置が保存されない件 ([95f0786](https://github.com/famibee/SKYNovel/commit/95f0786e10a0ba4cc28c46f85e2ce5dd9a1359ad))
31
+
32
+ - fix: ウインドウ位置が保存されない件
33
+
34
+
35
+ ## [1.27.2](https://github.com/famibee/SKYNovel/compare/v1.27.1...v1.27.2) (2022-01-13)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * [r]を挟むと[span]色変更がキャンセルされる件 ([88224d3](https://github.com/famibee/SKYNovel/commit/88224d3f5c59a0d1501fc94b125fdad6e004a3e5))
41
+
42
+ - fix: [r]を挟むと[span]色変更がキャンセルされる件
43
+ - fix: [tcy]で[tcy t='Day 1']と半角を入れると表示が変になる件
44
+ - fix: (問題ないか確認しつつ)Promise.all を Promise.allSettled に
45
+
1
46
  ## [1.27.1](https://github.com/famibee/SKYNovel/compare/v1.27.0...v1.27.1) (2022-01-12)
2
47
 
3
48