Releases: hmrc/android-components
Releases · hmrc/android-components
4.11.1
Fixed
- Resolved chevron icon initialization bug in
SummaryRowView
compose/0.0.6
Changed
- Changed how SelectRowGroup works. It now takes a list of
SelectRowViewItem
to populate the rows, and requires a
selected item rather than relying on position.
compose/0.0.4
What's Changed
Updated dependencies and increased the initial subsection of HMRC Components built with Jetpack Compose!
4.11.0
Changed
- Added a dynamic icon to
SummaryRowView
with two new attributes:icon
for the icon andiconTintColor
for the icon tint color. - androidx.annotation:annotation:1.6.0 -> 1.7.1
- androidx.recyclerview:recyclerview:1.3.0 -> 1.3.2
- androidx.lifecycle:lifecycle-compiler:2.6.1 -> 2.6.2
- androidx.core:core-ktx:1.10.1 -> 1.12.0
- com.google.android.material:material:1.9.0 -> 1.11.0
- compileSdk = 33 -> 34
- kotlinCompilerExtensionVersion = "1.4.2" -> "1.4.8"
- kotlin_version = "1.8.10" -> "1.8.22"
compose/0.0.3
Initial alpha release of the HMRC Android Component Library, containing an initial subsection of HMRC Components built with Jetpack Compose!
Added
-
Initial setup of
components-compose
module -
Add
HmrcTheme
with HMRC color palette and support for dark mode colors -
Initial setup of
sample-compose
module -
Add Compose Navigation Component and set up nav graph
-
Wire in BottomNavigation and AppBar
-
Add sample strings from existing component library
4.10.2
Fixed
- Resolve the Divider issue for larger numbers of items in the
SelectRowViewGroup
4.10.1
Fixed
- The attribute
showDivider
inSelectRowView
has been renamed toshowSelectRowDivider
.
Changed
- Changed
SelectRowView
to include a Divider with an added parametershowDivider
, which is set tofalse
by default.
4.10.0
Changed
- Changed
SelectRowView
to include a Divider with an added parametershowDivider
, which is set tofalse
by default.
4.9.0
Changed
- Changed
EditableListView
to allow consumer to control what state to show.
4.8.0
Fixed
DonutChartView
ensuring the donut values are cleared before starting the animation