Releases: Telefonica/mistica-android
14.2.1
What's Changed
- ANDROID-15197 fix headlineVisible by @jeprubio in #385
Full Changelog: 14.2.0...14.2.1
14.2.0
What's Changed
- ANDROID-15141 - New accessibility check by @haynlo in #381
- Use specific version when notifying Teams by @jeslat in #382
- ANDROID-15168 compose badge improvements by @jeprubio in #383
Full Changelog: 14.1.0...14.2.0
14.1.0
What's Changed
- ANDROID-15138 Search Input in compose by @yamal-alm in #380
Full Changelog: 14.0.1...14.1.0
14.0.1
What's Changed
- ANDROID-14756 fix lottie animations by @jmanriquehiberus in #379
New Contributors
- @jmanriquehiberus made their first contribution in #379
Full Changelog: 14.0.0...14.0.1
14.0.0
What's Changed
- Update design tokens by @tuentisre in #378
🔨 Breaking Changes
This version has several breaking changes that should be taken into account when updating the Mistica version in your project.
Brand values
There are 3 new brand values, which you will have to implement if you are using a brand based on one of the Mistica brands in your project:
title2FontWeight
title3FontWeight
title3FontSize
Token changes
The following tokens have been renamed, so you will need to update these references in your project:
Old | New |
---|---|
buttonDangerBackgroundSelected |
buttonDangerBackgroundPressed |
buttonLinkDangerBackgroundSelected |
buttonLinkDangerBackgroundPressed |
buttonLinkDangerBackgroundInverseSelected |
buttonLinkDangerBackgroundInversePressed |
buttonLinkBackgroundSelected |
buttonLinkBackgroundPressed |
buttonLinkBackgroundInverseSelected |
buttonLinkBackgroundInversePressed |
buttonPrimaryBackgroundSelected |
buttonPrimaryBackgroundPressed |
buttonPrimaryBackgroundInverseSelected |
buttonPrimaryBackgroundInversePressed |
buttonSecondaryBorderSelected |
buttonSecondaryBorderPressed |
buttonSecondaryBackgroundSelected |
buttonSecondaryBackgroundPressed |
buttonSecondaryBorderInverseSelected |
buttonSecondaryBorderInversePressed |
buttonSecondaryBackgroundInverseSelected |
buttonSecondaryBackgroundInversePressed |
textButtonPrimaryInverseSelected |
textButtonPrimaryInversePressed |
textButtonSecondarySelected |
textButtonSecondaryPressed |
textButtonSecondaryInverseSelected |
textButtonSecondaryInversePressed |
Title component changes
In addition to these changes, you will also need to update the uses of the Title component that are implementing a TITLE_2
style to the new TITLE_3
style:
Compose
com.telefonica.mistica.compose.title.Title(
...
style = TitleStyle.TITLE_2 -> TitleStyle.TITLE_3
...
)
View
<com.telefonica.mistica.title.TitleView
...
app:titleStyle="title2" -> "title3"
...
/>
com.telefonica.mistica.title.TitleView.setTitleStyle(
TitleView.TITLE_2 -> TitleView.TITLE_3
)
We recommend that you do a general search of all the files in your project to confirm that all references to Title2 have been updated to Title3.
To do this you can enter the search terms title2
and title_2
with all search engine filters disabled in your IDE to ensure that you find the maximum number of references.
Full Changelog: 13.6.0...14.0.0
13.6.0
What's Changed
- ANDROID-14884. Improve accessibility for XML list items (Classic) by @haynlo in #376
Full Changelog: 13.5.1...13.6.0
13.5.1
What's Changed
- ANDROID-15030- Fix contrast in AppBar label by @tuentisre in #370
Full Changelog: 13.5.0...13.5.1
13.5.0
What's Changed
- ANDROID-15025 add number input by @DevPabloGarcia in #373
- ANDROID-15026 make TextInput label param as nullable by @DevPabloGarcia in #374
Full Changelog: 13.4.0...13.5.0
13.4.0
What's Changed
- ANDROID-14803 Update all the 24dp lateral margins to 16dp by @pmartinbTEF in #372
Full Changelog: 13.3.0...13.4.0
13.3.0
What's Changed
- Add chevron option to title link by @DevPabloGarcia in #371
Full Changelog: 13.2.0...13.3.0