Releases: AdevintaSpain/Barista
Releases · AdevintaSpain/Barista
v3.5.0
- Exclude Room metadata when clearing DB (#343)
v3.4.0
- Add color styleable assertTextColorIs (#341)
v3.3.0
-
Update color matcher to accept attribute colors and color int (#340)
-
Add test for vector image assertHasDrawable (#315)
-
Add open overflowMenu action (#332)
-
Add chips interactions and assertions (#321)
-
Add scrollTo() signatures to support scrolling on a custom view matcher (#323)
-
Removed exclude group: 'com.android.support'
(#317)
-
Better explain how to mock the camera (#325)
Release v3.2.0
- Fix permission granter on Android Q (#312)
- Assert content description (#308)
- Remove migration guide (#307)
v3.1.0
- Assertion for TextInputLayout Text Helper Hint (#303)
- Added support for string resource id in contains assertions (#305)
v3.0.0
Big change! We finally migrated from the Support Library to AndroidX. If you're using AndroidX already in your project, you should be safe to use Barista 3.0.0. Please report any issues you may find.
- Migrate to AndroidX (#301)
- Update Gradle and tools (#300)
- Fix a typo in the reame
- Issue templates (#291)
- Add missing displayed examples (#290)
v2.10.0
- Add assertListNotEmpty (#288)
- Add assertNotDisplayed assertion with view id and string resource (#289)
v2.9.0
- Add RatingBar interaction support (#285)
- Add BaristaClickableAssertions (#277)
- Add new features in BaristaListAssertions (#280)
- Separate API sample code into blocks (#282)
v2.8.0
- Apply new code style to the whole project (#272)
- Rename assertionErrorMessage to assertionDescription (#273)
- Adds assertDisplayed(Matcher) and assertNotDisplayed(Matcher) methods (#271)
- Add Schibsted code style (#270)
v2.7.1
- Fix assertListItemCount not throwing error when failed bug (#269)
- Made license file link working (#263)
- Clarify how to use the custom assertions message (#257)
- Improve the explanation about custom assertions (#255)
- Rename custom assertion message parameter to better explain its intention (#256)