We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685a96c commit b7c4956Copy full SHA for b7c4956
2 files changed
CHANGELOG.md
@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
10
11
### Breaking Changes
12
13
+## 0.4.8
14
+
15
+### Fixed
16
+- iOS `PilotTextFieldView` now correctly handles `PilotTextObfuscationMode` by using conditional rendering instead of overlapping fields
17
18
## 0.4.7
19
20
### Added
gradle.properties
@@ -4,4 +4,4 @@ android.enableJetifier=true
4
android.useAndroidX=true
5
kotlin.mpp.stability.nowarn=true
6
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
7
-version=0.4.8-SNAPSHOT
+version=0.4.8
0 commit comments