Releases: Telefonica/mistica-android
18.0.0
What's Changed
Full Changelog: 17.1.0...18.0.0
🔨 Breaking Changes
This version has a breaking change that should be taken into account when updating the Mistica version in your project.
The Inverse tag has been removed, Active should be used instead.
17.1.0
What's Changed
- ANDROID-14792 Support Checkbox with Links for Compose implementation by @haynlo in #400
Full Changelog: 17.0.0...17.1.0
17.0.0
What's Changed
- ANDROID-15581 Upgrade material lib & do not expose internal dependencies as api by @dpastor in #402
🔨 Breaking Changes
This version has a breaking change that should be taken into account when updating the Mistica version in your project.
Mistica does not expose internal dependencies as api anymore
specifically, these dependencies have been changed from "api" to "implementation" in mistica lib:
com.google.android.material:material
androidx.constraintlayout:constraintlayout
androidx.constraintlayout:constraintlayout-solver
androidx.recyclerview:recyclerview
androidx.compose.runtime:runtime
If you were using any of these directly on your project, compilation will fail after upgrading to this version. You should explicitly include in your project specific dependencies you are using there.
Full Changelog: 16.2.0...17.0.0
16.2.0
What's Changed
- ANDROID-15374 divider implemented in informative sheet by @jmanriquehiberus in #397
Full Changelog: 16.1.0...16.2.0
16.1.0
What's Changed
- Update README.md to add snapshot action generation entry by @jmanriquehiberus in #399
- ANDROID-15405 -- PosterCard component by @dhonti-axpe in #398
New Contributors
- @dhonti-axpe made their first contribution in #398
Full Changelog: 16.0.0...16.1.0
16.0.0
What's Changed
- ANDROID-15325 Compose Input test ids by @yamal-alm in #396
🔨 Breaking Changes
This version has a breaking change that should be taken into account when updating the Mistica version in your project.
New test tags for text input composables
TextInput
test tag has been changed from "text_input" to "TextField" and it is only used there. Any other input such us EmailInput
or PasswordInput
is no longer using "text_input" but their own tag (EmailField
and PasswordField
accordingly). Review changes in #396 for more details.
Full Changelog: 15.0.2...16.0.0
15.0.2
What's Changed
- ANDROID-14825 Add fonts in Mistica Catalog app by @pmartinbTEF in #394
- Fix acceptance errors of v15.0.1 by @pmartinbTEF in #395
Full Changelog: 15.0.1...15.0.2
15.0.1
What's Changed
- ANDROID-15220 Update Roborazzi version by @pmartinbTEF in #389
- ANDROID-15242 fix detekt by @jmanriquehiberus in #390
- ANDROID-15230 Fix suppressed long method by @jeprubio in #391
- Update design tokens by @tuentisre in #393
Full Changelog: 15.0.0...15.0.1
15.0.0
What's Changed
- ANDROID-11179 detekt implementation by @jmanriquehiberus in #386
🔨 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
What's Changed
- ANDROID-15211 Remove unneded ExperimentalMaterialApi annotations by @jeprubio in #388
- ANDROID-15206 Fix compose list row left margin by @jeslat in #387
Full Changelog: 14.2.1...14.2.2