Skip to content

Releases: hmrc/android-components

3.20.0

09 Dec 16:52
d67f7ec
Compare
Choose a tag to compare

Changed

  • Updated MenuPanelRowView notifications to add support for 'New' badge.
    To show the notification you now need to provide the type of notification as a parameter: showNotification(notificationType: Notification)
    Notification types: Count(val count: Int = 0), New, None.
    Default for panel is None and this does not need to be set.
    Default of Count just shows a dot, and a count value does not need to be provided, this is the default state of showNotification().

  • Refactored dependencies and updated the following:

    • kotlin version: 1.5.20 -> 1.5.31
    • hmrc spotless plugin: 1.0.0 -> 1.1.1
    • detekt: 1.6.0 -> 1.18.1

3.19.0

08 Nov 11:34
Compare
Choose a tag to compare
  • Updated StatusView to improve support for vectors that are more than 100dp wide

3.18.0

22 Oct 13:09
184377a
Compare
Choose a tag to compare
  • Added Java 11 support

3.17.1

13 Aug 16:15
Compare
Choose a tag to compare
  • Updated hmrc_grey_1 colour to match the GOV palette

3.17.0

26 Jul 11:00
53f8b97
Compare
Choose a tag to compare

Added

  • Added setOnClickListener(clickHandler: () -> Unit) and setChevronContentDescription(description: CharSequence) methods to HeadlineCardView.

3.16.0

16 Jul 09:09
b31ca26
Compare
Choose a tag to compare

Added

  • Exposed the setTextFocusable(focusable: Boolean) for use in MultiColumnRow and provided isTextFocusable for setting this in xml.

3.15.1

01 Jul 10:51
70abc19
Compare
Choose a tag to compare
  • Updated hmrc_yellow

3.15.0

28 May 14:33
e1c83f3
Compare
Choose a tag to compare

Removed

  • Removed the ExpandingRowView component

3.14.3

27 May 15:08
Compare
Choose a tag to compare

Changed

  • Improved keyboard navigation for TextInputView

3.14.2

26 May 10:59
c964b76
Compare
Choose a tag to compare

Added

  • Added isScreenReaderEnabled() extension for Context in ContextExt.kt
  • Added dpToPx() extension for Float in FloatExtensions.kt

Changed

  • Improved announcement of errors for TextInputView