@famibee/skynovel 1.23.1 → 1.24.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 +44 -0
- package/app.js +525 -1464
- package/core/lib/sn/Config.d.ts.map +1 -1
- package/core/lib/sn/PropParser.d.ts.map +1 -1
- package/core/lib/sn/TxtLayer.d.ts.map +1 -1
- package/core/lib/sn/TxtStage.d.ts.map +1 -1
- package/package.json +7 -7
- package/web.js +525 -1464
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
## [1.24.2](https://github.com/famibee/SKYNovel/compare/v1.24.1...v1.24.2) (2021-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件 ([da7b39e](https://github.com/famibee/SKYNovel/commit/da7b39e475e92ee42b54af2137ac42bd5364341d))
|
|
7
|
+
|
|
8
|
+
- fix: 行末ではないのに【〝】や【『】など行末禁則文字で改行してしまう件
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [1.24.1](https://github.com/famibee/SKYNovel/compare/v1.24.0...v1.24.1) (2021-12-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* [tcy](縦中横)を使うとフリーズする場合がある件 ([4419df4](https://github.com/famibee/SKYNovel/commit/4419df48599026460985ad5b5b27ee981fe26683))
|
|
17
|
+
|
|
18
|
+
- fix: [tcy](縦中横)を使うとフリーズする場合がある件
|
|
19
|
+
- fix: [ch]で wait属性を指定しないと、他のstyle指定などが無効になる件
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [1.24.0](https://github.com/famibee/SKYNovel/compare/v1.23.2...v1.24.0) (2021-12-16)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* isNaN()演算子サポート ([33883dd](https://github.com/famibee/SKYNovel/commit/33883dd5241a0a2548649a2a1d13a1b464f241fd))
|
|
28
|
+
|
|
29
|
+
- feat: isNaN()演算子サポート
|
|
30
|
+
- > https://www.ikkitang1211.site/entry/defer-null-undefined
|
|
31
|
+
- > JavaScriptの仕様として、 toNumber(null) は 0 / toNumber(undefined) は NaN とするという取り決めがある
|
|
32
|
+
- NaN が判定できると数値 undefined 判定の取りこぼししなくなる
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [1.23.2](https://github.com/famibee/SKYNovel/compare/v1.23.1...v1.23.2) (2021-12-13)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* 通常文字表示待ち・既読文字表示待ちなどが0になる不具合(直前のデグレード) ([cdae513](https://github.com/famibee/SKYNovel/commit/cdae513f56342a63c0b1559b93206d605a9f2273))
|
|
41
|
+
|
|
42
|
+
- fix: 通常文字表示待ち・既読文字表示待ちなどが0になる不具合(1.23.0のデグレード)
|
|
43
|
+
|
|
44
|
+
|
|
1
45
|
## [1.23.1](https://github.com/famibee/SKYNovel/compare/v1.23.0...v1.23.1) (2021-12-12)
|
|
2
46
|
|
|
3
47
|
|