Skip to content

16.0.0

Compare
Choose a tag to compare
@yamal-alm yamal-alm released this 15 Nov 11:52
· 3 commits to main since this release
0fc068f

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