- Additional parameters `selector`, `ignore` have been added to the Text Locator and screen functions
- Additional parameter `selector` has been added to the LabelText Locator and screen functions
- Additional parameters `hidden`, `description`, `selected`, and others have been added to the Role Locator and screen functions
- `exact` and other parameters for Locators and and screen functions are now keyword only arguments
- `*_by_placeholder_text` screen functions' first parameter was renamed from `value` to `text`
- `*_by_alt_text` screen functions' first parameter was renamed from `value` to `text`
- `*_by_alt_text` screen functions' first parameter was renamed from `value` to `text`
- `*_by_title` screen functions' first parameter was renamed from `value` to `title`
- `*_by_test_id` screen functions' first parameter was renamed from `value` to `text`
This should be the last pre-release and there should be no more breaking changes like this anymore. 🤞