Releases: daangn/lynx-console
Releases · daangn/lynx-console
[email protected]
Minor Changes
- 081666a: Add keyboard avoidance for inputs inside
BottomSheet. When the on-screen keyboard appears, the sheet expands by the keyboard height (capped at the max) and adds matching bottom padding so<input>elements (e.g. search, REPL) stay visible above the keyboard on iOS and Android.
[email protected]
Minor Changes
- d088e07: Support console format specifiers (
%c,%s,%d,%i,%f,%o,%O,%%) in log rendering.%capplies inline CSS styles to subsequent text segments, mirroring Chrome DevTools behavior.
[email protected]
Patch Changes
- 8dd20cf: Remove duplicate scrollToBottom call that caused iOS scroll error
- 57962db: fix: main thread에서 Map/Set 등 비-JSON 타입 로깅 시 데이터 손실 수정
- 65adfef: Lower peerDependencies: @lynx-js/react ^0.110.0, @lynx-js/types ^3.6.0
- 2d7384e: Remove
./style.cssexport to fix CSS breakage when using dist package in Lynx apps - 296b3db: Remove unused tokens.json
[email protected]
[email protected]
Patch Changes
-
7ad29cf: fix: tsdown 빌드 설정을 index/setup 엔트리별로 분리하여 lazy loading 시 CSS가 async chunk에 포함되도록 수정
- setup.mjs에서 불필요한 CSS banner(
import "./index.css") 제거 - PerformancePanel 디버그 버튼 제거
- setup.mjs에서 불필요한 CSS banner(
[email protected]
Patch Changes
- 206e58c: CSS 변수(
var())를 inline style로 전환하여 Lynx 런타임 호환성 개선
[email protected]
Patch Changes
- 2efcb34: fix: global.css import 누락으로 인한 색상 미적용 문제 수정