We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebd45d commit 47e9f12Copy full SHA for 47e9f12
CHANGELOG.md
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
8
9
### Fixed
10
- 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
15
16
17
## [1.7.2] -- 2025-03-18
build.gradle.kts
@@ -94,7 +94,7 @@ kotlin {
94
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
95
96
// text field
97
- api("io.github.sunny-chung:bigtext-ui-composable:2.1.0")
+ api("io.github.sunny-chung:bigtext-ui-composable:2.2.0")
98
}
99
100
resources.srcDir("$buildDir/resources")
0 commit comments