@famibee/skynovel 1.27.5 → 1.27.6

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,26 @@
1
+ ## [1.27.6](https://github.com/famibee/SKYNovel/compare/v1.27.5...v1.27.6) (2022-01-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ブラウザ版で全画面時にフレームサイズが小さいままな件 ([9da52b8](https://github.com/famibee/SKYNovel/commit/9da52b8550cbdf30986aef9047886e7b8cc433a5))
7
+
8
+ - fix: ブラウザ版で全画面時にフレームサイズが小さいままな件
9
+ - fix: 全画面だとヒントが見えない(たぶん画面外に出てる……?)
10
+ - fix: レイヤは画面リサイズ・スマホ回転時処理でフレームは全画面・ウインドウモード切り替え処理のみだったので、前者に統一
11
+ - fix: リファクタリング
12
+ - 既知の問題
13
+ - ブラウザ版のみ全画面だとボタンの当たり判定が妙に広い
14
+ - 中央から左のボタンは左に、右のボタンは右に広い
15
+ - 本文で右端近いボタンは当たり判定の left も右にずれている
16
+ - 当たり判定の上下幅は問題ない
17
+ - アプリ版は問題ない
18
+ - F12 DevTools を表示しているときだけ発生?
19
+ - DevTools を消すと問題ないので、保留とする。
20
+ - サンプル作ったら pixi.js 自体の問題なので報告した
21
+ 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
22
+
23
+
1
24
  ## [1.27.5](https://github.com/famibee/SKYNovel/compare/v1.27.4...v1.27.5) (2022-01-21)
2
25
 
3
26