Skip to content

Releases: Telefonica/mistica-android

18.0.0

14 Jan 08:15
6aa7e8c
Compare
Choose a tag to compare

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

08 Jan 16:57
df121ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 17.0.0...17.1.0

17.0.0

02 Jan 12:13
104b522
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.

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

04 Dec 10:34
d7574a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 16.1.0...16.2.0

16.1.0

03 Dec 15:26
36a19aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 16.0.0...16.1.0

16.0.0

15 Nov 11:52
0fc068f
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.

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

06 Nov 16:13
66aa72d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 15.0.1...15.0.2

15.0.1

29 Oct 12:02
9dfcaa2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 15.0.0...15.0.1

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