Releases: hmrc/android-components
Releases · hmrc/android-components
compose/0.1.6
Added
feature/HMA-5091-Android-Jetpack-Compose-Components-SummaryRowView
SummaryRowView
added in Organism.PasswordInputView
component added with show/hide featurerequiresSequenceSpacing
parameter added toTextInputView
to enable additional character spacing for use during sequences
compose/0.1.5
Changed
- Updated the parameter order for
PrimaryCardView
compose/0.1.4
Fixed
- Fixed Modifier usage on all
HmrcButton
types
compose/0.1.3
Fixed
TextInputView
now works again without a filter set, and you can delete the full input using backspace.
Changed
BulletedTextView
content description suppressed for black circle
compose/0.1.2
Changed
SelectRowView
aligned to top of radio button rather than centered- Dependency updates
- The
initialInputValue
parameter ofTextInputView
andCurrencyInputView
has been renamed tovalue
Added
TextInputView
andCurrencyInputView
now supportmaxChars
Fixed
TextInputView
andCurrencyInputView
input can now be cleared by setting thevalue
parameter
compose/0.1.1
Fixed
- TabBarView unselected content dark mode colors
Changed
- New parameter
contentHorizontalPadding
on BottomSheetView DonutChartView
return type modifiedSeparatedViewContainer
views parameter changed to list
4.11.3
Fixed
- Fixed accessibility content descriptions in
InformationMessageView
compose/0.1.0
Added
Text
text styles for all common text usages.
compose/0.0.7
Added
InformationMessageCardView
component.DonutChartView
component.Link
text styleSeparatedViewContainer
has a new parameterdividerHorizontalPadding
to enable padding to be set on the divider
Changed
- Better dark mode support for
TextInputView
andCurrencyInputView
4.11.2
Added
- Added role description option in
ViewExt