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