Skip to content

Commit 47e9f12

Browse files
committed
optimize latencies brought by custom text fields
1 parent bebd45d commit 47e9f12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
88

99
### Fixed
1010
- Search bars in code editor, body editor and viewer should not fill the parent height
11+
- Search bar should obtain the focus when it appears
12+
13+
### Optimized
14+
- Reduced latencies brought by custom text fields
1115

1216

1317
## [1.7.2] -- 2025-03-18

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ kotlin {
9494
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
9595

9696
// text field
97-
api("io.github.sunny-chung:bigtext-ui-composable:2.1.0")
97+
api("io.github.sunny-chung:bigtext-ui-composable:2.2.0")
9898
}
9999

100100
resources.srcDir("$buildDir/resources")

0 commit comments

Comments
 (0)