@famibee/skynovel 1.27.4 → 1.27.8

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 CHANGED
@@ -1,3 +1,62 @@
1
+ ## [1.27.8](https://github.com/famibee/SKYNovel/compare/v1.27.7...v1.27.8) (2022-01-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ブラウザ版で全画面から ESCで戻ると画像が大きいままな件 ([bb41a02](https://github.com/famibee/SKYNovel/commit/bb41a02899b1c53aae330eba80f9b127c9336c7e))
7
+
8
+ - fix: ブラウザ版で全画面から ESCで戻ると画像が大きいままな件
9
+ - fix: アプリ版の全画面モードで表示サイズがおかしい件(v1.27.6でデグレード)
10
+ - fix: リファクタリング
11
+
12
+
13
+ ## [1.27.7](https://github.com/famibee/SKYNovel/compare/v1.27.6...v1.27.7) (2022-01-24)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * ギャラリーなど SKYNovel がページの一要素の場合で全画面表示が崩れる件 ([1df816a](https://github.com/famibee/SKYNovel/commit/1df816a4b2117a1231b7668217d8f3d91530a95e))
19
+
20
+ - fix: ギャラリーなど SKYNovel がページの一要素の場合で全画面表示が崩れる件
21
+
22
+
23
+ ## [1.27.6](https://github.com/famibee/SKYNovel/compare/v1.27.5...v1.27.6) (2022-01-24)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * ブラウザ版で全画面時にフレームサイズが小さいままな件 ([9da52b8](https://github.com/famibee/SKYNovel/commit/9da52b8550cbdf30986aef9047886e7b8cc433a5))
29
+
30
+ - fix: ブラウザ版で全画面時にフレームサイズが小さいままな件
31
+ - fix: 全画面だとヒントが見えない(たぶん画面外に出てる……?)
32
+ - fix: レイヤは画面リサイズ・スマホ回転時処理でフレームは全画面・ウインドウモード切り替え処理のみだったので、前者に統一
33
+ - fix: リファクタリング
34
+ - 既知の問題
35
+ - ブラウザ版のみ全画面だとボタンの当たり判定が妙に広い
36
+ - 中央から左のボタンは左に、右のボタンは右に広い
37
+ - 本文で右端近いボタンは当たり判定の left も右にずれている
38
+ - 当たり判定の上下幅は問題ない
39
+ - アプリ版は問題ない
40
+ - F12 DevTools を表示しているときだけ発生?
41
+ - DevTools を消すと問題ないので、保留とする。
42
+ - サンプル作ったら pixi.js 自体の問題なので報告した
43
+ In full screen display, the hitArea collision detection is slightly longer to the left and right. · Issue #8132 · pixijs/pixijs https://github.com/pixijs/pixijs/issues/8132
44
+
45
+
46
+ ## [1.27.5](https://github.com/famibee/SKYNovel/compare/v1.27.4...v1.27.5) (2022-01-21)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * アプリ版で全画面時にフレームサイズが大きすぎる件、リファクタリング ([37d0a33](https://github.com/famibee/SKYNovel/commit/37d0a330dff7a90bd92f8d678165249367e35528))
52
+
53
+ - fix: アプリ版で全画面時にフレームサイズが大きすぎる件
54
+ - fix: ブラウザ版で全画面時にセンタリングするように
55
+ - テンプレの doc/web.htm も変更(cssで「canvas」→「canvas#skynovel」)
56
+ - fix: リファクタリング:タグで引数取得時、分割代入積極使用
57
+ - fix: リファクタリング:一部をString()や + 演算子文字列結合ではなくテンプレートリテラルに
58
+
59
+
1
60
  ## [1.27.4](https://github.com/famibee/SKYNovel/compare/v1.27.3...v1.27.4) (2022-01-19)
2
61
 
3
62