We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bd643 commit 0b917b9Copy full SHA for 0b917b9
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.5
14
+
15
+### Added
16
+- Android PilotTextField now uses contentType for password obscuring and autofill hints
17
18
## 0.4.0
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.5-SNAPSHOT
+version=0.4.5
0 commit comments