Skip to content

Releases: hmrc/android-components

4.11.1

26 Apr 11:42
3d21d55
Compare
Choose a tag to compare

Fixed

  • Resolved chevron icon initialization bug in SummaryRowView

compose/0.0.6

25 Apr 15:52
30ed501
Compare
Choose a tag to compare

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

12 Apr 16:40
ac6f13c
Compare
Choose a tag to compare

What's Changed

Updated dependencies and increased the initial subsection of HMRC Components built with Jetpack Compose!

4.11.0

25 Mar 17:23
065fee3
Compare
Choose a tag to compare

Changed

  • Added a dynamic icon to SummaryRowView with two new attributes: icon for the icon and iconTintColor 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

02 Jan 14:16
c684054
Compare
Choose a tag to compare

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

17 Aug 16:40
Compare
Choose a tag to compare

Fixed

  • Resolve the Divider issue for larger numbers of items in the SelectRowViewGroup

4.10.1

16 Aug 10:19
Compare
Choose a tag to compare

Fixed

  • The attribute showDivider in SelectRowView has been renamed to showSelectRowDivider.

Changed

  • Changed SelectRowView to include a Divider with an added parameter showDivider, which is set to false by default.

4.10.0

15 Aug 13:41
Compare
Choose a tag to compare

Changed

  • Changed SelectRowView to include a Divider with an added parameter showDivider, which is set to false by default.

4.9.0

26 Jun 09:59
Compare
Choose a tag to compare

Changed

  • Changed EditableListView to allow consumer to control what state to show.

4.8.0

20 Jun 11:57
4da0b3a
Compare
Choose a tag to compare

Fixed

  • DonutChartView ensuring the donut values are cleared before starting the animation