@famibee/skynovel 1.27.5 → 1.27.9

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,61 @@
1
+ ## [1.27.9](https://github.com/famibee/SKYNovel/compare/v1.27.8...v1.27.9) (2022-01-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Winアプリ版で位置を動かすたびに下に広く右に少し広くなる件 ([68fec29](https://github.com/famibee/SKYNovel/commit/68fec29778836517e2032f50af53c02a74c8fe44))
7
+
8
+ - fix: Winアプリ版で位置を動かすたびに下に広く右に少し広くなる件
9
+ - fix: 全画面切り替え機能、内部をブラッシュアップ
10
+ - 既知の問題
11
+ - Winアプリ版の全画面モードで全画面にならず、画面左半分程度になる。拡大もされない
12
+
13
+
14
+ ## [1.27.8](https://github.com/famibee/SKYNovel/compare/v1.27.7...v1.27.8) (2022-01-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * ブラウザ版で全画面から ESCで戻ると画像が大きいままな件 ([bb41a02](https://github.com/famibee/SKYNovel/commit/bb41a02899b1c53aae330eba80f9b127c9336c7e))
20
+
21
+ - fix: ブラウザ版で全画面から ESCで戻ると画像が大きいままな件
22
+ - fix: アプリ版の全画面モードで表示サイズがおかしい件(v1.27.6でデグレード)
23
+ - fix: リファクタリング
24
+
25
+
26
+ ## [1.27.7](https://github.com/famibee/SKYNovel/compare/v1.27.6...v1.27.7) (2022-01-24)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * ギャラリーなど SKYNovel がページの一要素の場合で全画面表示が崩れる件 ([1df816a](https://github.com/famibee/SKYNovel/commit/1df816a4b2117a1231b7668217d8f3d91530a95e))
32
+
33
+ - fix: ギャラリーなど SKYNovel がページの一要素の場合で全画面表示が崩れる件
34
+
35
+
36
+ ## [1.27.6](https://github.com/famibee/SKYNovel/compare/v1.27.5...v1.27.6) (2022-01-24)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * ブラウザ版で全画面時にフレームサイズが小さいままな件 ([9da52b8](https://github.com/famibee/SKYNovel/commit/9da52b8550cbdf30986aef9047886e7b8cc433a5))
42
+
43
+ - fix: ブラウザ版で全画面時にフレームサイズが小さいままな件
44
+ - fix: 全画面だとヒントが見えない(たぶん画面外に出てる……?)
45
+ - fix: レイヤは画面リサイズ・スマホ回転時処理でフレームは全画面・ウインドウモード切り替え処理のみだったので、前者に統一
46
+ - fix: リファクタリング
47
+ - 既知の問題
48
+ - ブラウザ版のみ全画面だとボタンの当たり判定が妙に広い
49
+ - 中央から左のボタンは左に、右のボタンは右に広い
50
+ - 本文で右端近いボタンは当たり判定の left も右にずれている
51
+ - 当たり判定の上下幅は問題ない
52
+ - アプリ版は問題ない
53
+ - F12 DevTools を表示しているときだけ発生?
54
+ - DevTools を消すと問題ないので、保留とする。
55
+ - サンプル作ったら pixi.js 自体の問題なので報告した
56
+ 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
57
+
58
+
1
59
  ## [1.27.5](https://github.com/famibee/SKYNovel/compare/v1.27.4...v1.27.5) (2022-01-21)
2
60
 
3
61