@famibee/skynovel 1.27.4 → 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 +14 -0
- package/app.js +177 -207
- package/core/lib/sn/CmnLib.d.ts +5 -4
- package/core/lib/sn/CmnLib.d.ts.map +1 -1
- package/core/lib/sn/EventMng.d.ts.map +1 -1
- package/core/lib/sn/FrameMng.d.ts.map +1 -1
- package/core/lib/sn/Grammar.d.ts.map +1 -1
- package/core/lib/sn/GrpLayer.d.ts.map +1 -1
- package/core/lib/sn/LayerMng.d.ts.map +1 -1
- package/core/lib/sn/ScriptIterator.d.ts.map +1 -1
- package/core/lib/sn/SoundMng.d.ts.map +1 -1
- package/core/lib/sn/SysApp.d.ts +1 -0
- package/core/lib/sn/SysApp.d.ts.map +1 -1
- package/core/lib/sn/SysBase.d.ts.map +1 -1
- package/core/lib/sn/SysWeb.d.ts.map +1 -1
- package/package.json +3 -3
- package/web.js +187 -202
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
1
15
|
## [1.27.4](https://github.com/famibee/SKYNovel/compare/v1.27.3...v1.27.4) (2022-01-19)
|
|
2
16
|
|
|
3
17
|
|