@famibee/skynovel 1.19.5 → 1.21.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/CHANGELOG.md +45 -0
- package/README.md +1 -1
- package/app.js +3172 -4068
- package/appMain.js +105 -89
- package/core/lib/sn/Button.d.ts +4 -1
- package/core/lib/sn/Button.d.ts.map +1 -1
- package/core/lib/sn/CmnLib.d.ts +4 -2
- package/core/lib/sn/CmnLib.d.ts.map +1 -1
- package/core/lib/sn/DesignCast.d.ts +6 -2
- package/core/lib/sn/DesignCast.d.ts.map +1 -1
- package/core/lib/sn/EventMng.d.ts +3 -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/LayerMng.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 +15 -15
- package/web.js +3172 -4068
- package/app.js.LICENSE.txt +0 -172
- package/appMain.js.LICENSE.txt +0 -1
- package/web.js.LICENSE.txt +0 -179
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
|
1
|
+
# [1.21.0](https://github.com/famibee/SKYNovel/compare/v1.20.1...v1.21.0) (2021-12-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* [button][link]に hintの幅を指定できる hint_width 属性追加 ([38e14f5](https://github.com/famibee/SKYNovel/commit/38e14f52de5b113cbce5d5c96b864f3e880260de))
|
|
7
|
+
|
|
8
|
+
- feat: [button][link]に hintの幅を指定できる hint_width 属性追加
|
|
9
|
+
- fix: 背景あり文字ボタンのhintが右にずれる件
|
|
10
|
+
- fix: 縦書き時にhintが表示されない件
|
|
11
|
+
- fix: 背景あり文字ボタンの[dump_lay]でエラーになる件
|
|
12
|
+
- fix: ライブラリ更新
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.20.1](https://github.com/famibee/SKYNovel/compare/v1.20.0...v1.20.1) (2021-11-08)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* 画像レイヤのデザインキャストがずれて表示されるのを修正 ([4c2013e](https://github.com/famibee/SKYNovel/commit/4c2013e2b5d11f38346e6328ccd9462446d68b91))
|
|
21
|
+
|
|
22
|
+
- fix: 画像レイヤのデザインキャストがずれて表示されるのを修正
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [1.20.0](https://github.com/famibee/SKYNovel/compare/v1.19.6...v1.20.0) (2021-11-07)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* [frame]に float、index、dive属性を追加 ([6c9b068](https://github.com/famibee/SKYNovel/commit/6c9b068b690c862273230a00be5bce69f1330ecd))
|
|
31
|
+
|
|
32
|
+
- feat: [frame]に float、index、dive属性を追加
|
|
33
|
+
- fix: ライブラリ更新
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [1.19.6](https://github.com/famibee/SKYNovel/compare/v1.19.5...v1.19.6) (2021-10-29)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* ライブラリ更新 ([5865bd5](https://github.com/famibee/SKYNovel/commit/5865bd548652edb50b58616b7097f72f442745c8))
|
|
42
|
+
|
|
43
|
+
- fix: ライブラリ更新
|
|
44
|
+
|
|
45
|
+
|
|
1
46
|
## [1.19.5](https://github.com/famibee/SKYNovel/compare/v1.19.4...v1.19.5) (2021-10-17)
|
|
2
47
|
|
|
3
48
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
|
|
8
|
-
[](https://travis-ci.
|
|
8
|
+
[](https://app.travis-ci.com/famibee/SKYNovel)
|
|
9
9
|
[](https://codeclimate.com/github/famibee/SKYNovel/maintainability)
|
|
10
10
|
[](https://david-dm.org/famibee/SKYNovel)
|
|
11
11
|
[](https://david-dm.org/famibee/SKYNovel?type=dev)
|