@famibee/skynovel 1.24.0 → 1.25.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 +44 -0
- package/app.js +557 -1471
- package/core/lib/sn/TxtLayer.d.ts.map +1 -1
- package/core/lib/sn/TxtStage.d.ts +3 -0
- package/core/lib/sn/TxtStage.d.ts.map +1 -1
- package/package.json +6 -6
- package/web.js +557 -1471
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
## [1.25.1](https://github.com/famibee/SKYNovel/compare/v1.25.0...v1.25.1) (2021-12-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 右クリックから戻りでクリック待ちが左上へ移動する件 ([b68facc](https://github.com/famibee/SKYNovel/commit/b68facca6174769521c9d7bcc5c418526e28266c))
|
|
7
|
+
|
|
8
|
+
- fix: 右クリックから戻りでクリック待ちが左上へ移動する件
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
# [1.25.0](https://github.com/famibee/SKYNovel/compare/v1.24.2...v1.25.0) (2021-12-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* 文字レイヤ:クリック待ちマークの固定表示切替・表示位置を指定できる属性追加 ([0fbd99c](https://github.com/famibee/SKYNovel/commit/0fbd99cd902b595cf20e65db01c546fad0b3f91e))
|
|
17
|
+
|
|
18
|
+
- feat: 文字レイヤ:クリック待ちマークの固定表示切替・表示位置を指定できる属性追加
|
|
19
|
+
- break_fixed、break_fixed_left、break_fixed_top
|
|
20
|
+
- fix: ルビ文字などが行末になった際に行幅が広がりすぎる件
|
|
21
|
+
- fix: クリック待ちマークは最後に表示した文字の次にぶら下がるように
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.24.2](https://github.com/famibee/SKYNovel/compare/v1.24.1...v1.24.2) (2021-12-22)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件 ([da7b39e](https://github.com/famibee/SKYNovel/commit/da7b39e475e92ee42b54af2137ac42bd5364341d))
|
|
30
|
+
|
|
31
|
+
- fix: 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [1.24.1](https://github.com/famibee/SKYNovel/compare/v1.24.0...v1.24.1) (2021-12-19)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* [tcy](縦中横)を使うとフリーズする場合がある件 ([4419df4](https://github.com/famibee/SKYNovel/commit/4419df48599026460985ad5b5b27ee981fe26683))
|
|
40
|
+
|
|
41
|
+
- fix: [tcy](縦中横)を使うとフリーズする場合がある件
|
|
42
|
+
- fix: [ch]で wait属性を指定しないと、他のstyle指定などが無効になる件
|
|
43
|
+
|
|
44
|
+
|
|
1
45
|
# [1.24.0](https://github.com/famibee/SKYNovel/compare/v1.23.2...v1.24.0) (2021-12-16)
|
|
2
46
|
|
|
3
47
|
|