@famibee/skynovel 1.25.7 → 1.26.0
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/.github/workflows/codeql-analysis.yml +0 -5
- package/CHANGELOG.md +46 -0
- package/app.js +192 -120
- package/appMain.js +31 -16
- package/core/lib/appMain.d.ts +1 -1
- package/core/lib/appMain.d.ts.map +1 -1
- package/core/lib/preload.d.ts +1 -1
- package/core/lib/preload.d.ts.map +1 -1
- package/core/lib/preload.js +1 -1
- package/core/lib/sn/CmnInterface.d.ts +3 -2
- package/core/lib/sn/CmnInterface.d.ts.map +1 -1
- package/core/lib/sn/CmnTween.d.ts +1 -1
- package/core/lib/sn/CmnTween.d.ts.map +1 -1
- package/core/lib/sn/DebugMng.d.ts +2 -1
- package/core/lib/sn/DebugMng.d.ts.map +1 -1
- package/core/lib/sn/DesignCast.d.ts +2 -2
- package/core/lib/sn/DesignCast.d.ts.map +1 -1
- package/core/lib/sn/EventMng.d.ts.map +1 -1
- package/core/lib/sn/FocusMng.d.ts +1 -1
- package/core/lib/sn/FocusMng.d.ts.map +1 -1
- package/core/lib/sn/FrameMng.d.ts.map +1 -1
- package/core/lib/sn/Grammar.d.ts +1 -1
- package/core/lib/sn/Grammar.d.ts.map +1 -1
- package/core/lib/sn/GrpLayer.d.ts +6 -3
- package/core/lib/sn/GrpLayer.d.ts.map +1 -1
- package/core/lib/sn/Layer.d.ts +3 -0
- package/core/lib/sn/Layer.d.ts.map +1 -1
- package/core/lib/sn/LayerMng.d.ts.map +1 -1
- package/core/lib/sn/SoundMng.d.ts.map +1 -1
- package/core/lib/sn/SysApp.d.ts.map +1 -1
- package/core/lib/sn/SysBase.d.ts +1 -1
- package/core/lib/sn/TxtStage.d.ts +1 -1
- package/core/lib/sn/TxtStage.d.ts.map +1 -1
- package/core/lib/sn/Variable.d.ts.map +1 -1
- package/package.json +7 -7
- package/web.js +182 -107
|
@@ -36,11 +36,6 @@ jobs:
|
|
|
36
36
|
# a pull request then we can checkout the head.
|
|
37
37
|
fetch-depth: 2
|
|
38
38
|
|
|
39
|
-
# If this run was triggered by a pull request event, then checkout
|
|
40
|
-
# the head of the pull request instead of the merge commit.
|
|
41
|
-
- run: git checkout HEAD^2
|
|
42
|
-
if: ${{ github.event_name == 'pull_request' }}
|
|
43
|
-
|
|
44
39
|
# Initializes the CodeQL tools for scanning.
|
|
45
40
|
- name: Initialize CodeQL
|
|
46
41
|
uses: github/codeql-action/init@v1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
# [1.26.0](https://github.com/famibee/SKYNovel/compare/v1.25.10...v1.26.0) (2022-01-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* [tsy]にrender属性追加(半透明時に差分境界が見える件対応) ([0608345](https://github.com/famibee/SKYNovel/commit/060834572a621feafbf4df6c18b071041ca80ecd))
|
|
7
|
+
|
|
8
|
+
- feat: [tsy]にrender属性追加。trueを指定すると[trans]のように絵を合成してから不透明度を適用するように(半透明時に差分境界が見えなくなる)
|
|
9
|
+
- fix: nullではなくなるべくundefinedを使用するように(TypeScriptチームに倣い)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [1.25.10](https://github.com/famibee/SKYNovel/compare/v1.25.9...v1.25.10) (2022-01-09)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 前更新で[trans]がちらつくようになったのを修正 ([75b83d6](https://github.com/famibee/SKYNovel/commit/75b83d68a474c674e7070a1e82668f63997a6e68))
|
|
18
|
+
|
|
19
|
+
- fix: 前更新で[trans]がちらつくようになったのを修正
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.25.9](https://github.com/famibee/SKYNovel/compare/v1.25.8...v1.25.9) (2022-01-09)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* 動画やアニメスプライトを含まないレイヤのみのページの[trans]は処理を削減するように ([1e76a6f](https://github.com/famibee/SKYNovel/commit/1e76a6f900e3305abd292fcc4481323ee6978984))
|
|
28
|
+
|
|
29
|
+
- fix: 動画やアニメスプライトを含まないレイヤのみのページの[trans]は処理を削減するように
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [1.25.8](https://github.com/famibee/SKYNovel/compare/v1.25.7...v1.25.8) (2022-01-08)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* 上げなおし:21年末時点版(ライブラリは更新) ([3f47a05](https://github.com/famibee/SKYNovel/commit/3f47a05fa9acd6121192b323950e647935ef56c6))
|
|
38
|
+
|
|
39
|
+
- fix: Windowsのみ:全画面から戻ると、一拍置いて極小画面サイズになる件
|
|
40
|
+
- fix: [fade]系にスキップ時処理を追記
|
|
41
|
+
- fix: 非パッケージだと versionが Electronの値になる件対応
|
|
42
|
+
- fix: const.sn.bookmark.json の値を実際のパスに置換しないように
|
|
43
|
+
- fix: [add_frame]での内部画像パス置換処理を修正
|
|
44
|
+
- fix: ライブラリ更新
|
|
45
|
+
|
|
46
|
+
|
|
1
47
|
## [1.25.7](https://github.com/famibee/SKYNovel/compare/v1.25.6...v1.25.7) (2021-12-28)
|
|
2
48
|
|
|
3
49
|
|