Skip to content

Releases: Telefonica/mistica-android

15.0.0

25 Sep 07:08
4d44396
Compare
Choose a tag to compare

What's Changed

🔨 Breaking Changes

This version has a breaking change that should be taken into account when updating the Mistica version in your project.

Interface renaming

Interface onSheetTapped has been renamed to OnSheetTapped.

Full Changelog: 14.2.2...15.0.0

14.2.2

23 Sep 06:09
44d6ab7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.2.1...14.2.2

14.2.1

18 Sep 14:57
9a16035
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.2.0...14.2.1

14.2.0

12 Sep 13:30
16231f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.1.0...14.2.0

14.1.0

10 Sep 08:31
6ec1d54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.0.1...14.1.0

14.0.1

06 Sep 11:52
7ff87d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 14.0.0...14.0.1

14.0.0

04 Sep 10:18
4650877
Compare
Choose a tag to compare

What's Changed

🔨 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

27 Aug 16:29
4eacf9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.5.1...13.6.0

13.5.1

09 Aug 20:42
a88ace8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.5.0...13.5.1

13.5.0

01 Aug 07:59
239facc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.4.0...13.5.0