@famibee/skynovel 1.24.1 → 1.25.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.25.2](https://github.com/famibee/SKYNovel/compare/v1.25.1...v1.25.2) (2021-12-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 引数の省略時デフォルト値が空文字の場合、引数が渡されない件(a=%b|'' など) ([25f2a91](https://github.com/famibee/SKYNovel/commit/25f2a914d3c98e3a15014b3f0495b09fa6089d35))
7
+
8
+ - fix: 引数の省略時デフォルト値が空文字の場合、引数が渡されない件(a=%b|'' など)
9
+ - fix: 前回更新でややムダな処理があったのを改善
10
+ - fix: タグ名・resvTokenなど、内部使用属性名を同名属性指定により壊されない対策
11
+ - fix: AnalyzeTagArg テスト追記
12
+
13
+
14
+ ## [1.25.1](https://github.com/famibee/SKYNovel/compare/v1.25.0...v1.25.1) (2021-12-24)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * 右クリックから戻りでクリック待ちが左上へ移動する件 ([b68facc](https://github.com/famibee/SKYNovel/commit/b68facca6174769521c9d7bcc5c418526e28266c))
20
+
21
+ - fix: 右クリックから戻りでクリック待ちが左上へ移動する件
22
+
23
+
24
+ # [1.25.0](https://github.com/famibee/SKYNovel/compare/v1.24.2...v1.25.0) (2021-12-23)
25
+
26
+
27
+ ### Features
28
+
29
+ * 文字レイヤ:クリック待ちマークの固定表示切替・表示位置を指定できる属性追加 ([0fbd99c](https://github.com/famibee/SKYNovel/commit/0fbd99cd902b595cf20e65db01c546fad0b3f91e))
30
+
31
+ - feat: 文字レイヤ:クリック待ちマークの固定表示切替・表示位置を指定できる属性追加
32
+ - break_fixed、break_fixed_left、break_fixed_top
33
+ - fix: ルビ文字などが行末になった際に行幅が広がりすぎる件
34
+ - fix: クリック待ちマークは最後に表示した文字の次にぶら下がるように
35
+
36
+
37
+ ## [1.24.2](https://github.com/famibee/SKYNovel/compare/v1.24.1...v1.24.2) (2021-12-22)
38
+
39
+
40
+ ### Bug Fixes
41
+
42
+ * 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件 ([da7b39e](https://github.com/famibee/SKYNovel/commit/da7b39e475e92ee42b54af2137ac42bd5364341d))
43
+
44
+ - fix: 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件
45
+
46
+
1
47
  ## [1.24.1](https://github.com/famibee/SKYNovel/compare/v1.24.0...v1.24.1) (2021-12-19)
2
48
 
3
49