Skip to content

Releases: hmrc/android-components

compose/0.1.6

18 Nov 10:21
3ba8e95
Compare
Choose a tag to compare

Added

feature/HMA-5091-Android-Jetpack-Compose-Components-SummaryRowView

  • SummaryRowView added in Organism.
  • PasswordInputView component added with show/hide feature
  • requiresSequenceSpacing parameter added to TextInputView to enable additional character spacing for use during sequences

compose/0.1.5

25 Oct 11:10
8b9cd1d
Compare
Choose a tag to compare

Changed

  • Updated the parameter order for PrimaryCardView

compose/0.1.4

30 Sep 16:07
79efff7
Compare
Choose a tag to compare

Fixed

  • Fixed Modifier usage on all HmrcButton types

compose/0.1.3

28 Aug 10:25
6dd5175
Compare
Choose a tag to compare

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

27 Aug 16:22
a3af1c2
Compare
Choose a tag to compare

Changed

  • SelectRowView aligned to top of radio button rather than centered
  • Dependency updates
  • The initialInputValue parameter of TextInputView and CurrencyInputView has been renamed to value

Added

  • TextInputView and CurrencyInputView now support maxChars

Fixed

  • TextInputView and CurrencyInputView input can now be cleared by setting the value parameter

compose/0.1.1

08 Aug 15:26
8b93986
Compare
Choose a tag to compare

Fixed

  • TabBarView unselected content dark mode colors

Changed

  • New parameter contentHorizontalPadding on BottomSheetView
  • DonutChartView return type modified
  • SeparatedViewContainer views parameter changed to list

4.11.3

07 Aug 09:51
d40f2df
Compare
Choose a tag to compare

Fixed

  • Fixed accessibility content descriptions in InformationMessageView

compose/0.1.0

26 Jul 12:18
d11a09e
Compare
Choose a tag to compare

Added

  • Text text styles for all common text usages.

compose/0.0.7

10 Jul 11:43
8e2d01d
Compare
Choose a tag to compare

Added

  • InformationMessageCardView component.
  • DonutChartView component.
  • Link text style
  • SeparatedViewContainer has a new parameter dividerHorizontalPadding to enable padding to be set on the divider

Changed

  • Better dark mode support for TextInputView and CurrencyInputView

4.11.2

20 May 10:11
efa1fda
Compare
Choose a tag to compare

Added

  • Added role description option in ViewExt