@apps-in-toss/framework 1.5.3 → 1.6.1
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 +10 -0
- package/bin/ait.js +0 -0
- package/dist/index.cjs +503 -104
- package/dist/index.d.cts +68 -2
- package/dist/index.d.ts +68 -2
- package/dist/index.js +468 -67
- package/package.json +10 -15
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @apps-in-toss/framework
|
|
2
|
+
|
|
3
|
+
## 1.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- WebView 프로세스가 죽는 상황의 유저 경험을 개선합니다.
|
|
8
|
+
- OOM 등으로 인해 웹뷰가 죽으면 계속 흰화면이 보여지는 문제가 있었습니다.
|
|
9
|
+
- 따라서 토스트로 안내 메시지를 띄운 후 웹뷰를 재시작하여, 유저가 서비스를 다시 사용할 수 있게 만듭니다.
|
|
10
|
+
- 또한 키바나에 AppsInTossWebViewProcessDidTerminate 라는 이름의 디버그 로그도 함께 남깁니다.
|
package/bin/ait.js
CHANGED
|
File without changes
|