1.1.0-alpha09
Dependency Updates:
- Updated to
androidx.viewpager2:viewpager2:1.0.0-beta02
- Removed
androidx.legacy:legacy-support-core-ui:1.0.0
- Removed
androidx.legacy:legacy-support-core-utils:1.0.0
- Java 7: This release compiles with Java 7, a revert from
1.1.0-alpha08
which compiled with Java 8.
Library Updates:
- Date Pickers are now available for early access! (APIs are still subject to change)
- Badge:
- Add support for configuring badge gravity (0558a36)
- Bottom Navigation:
- Text Field:
- Java 7:
- Public API Cleanup (52ebd29, 5a20fb0, ec856cd, 949e644, bfcaf43, 7241e71, cb2ba97, 1876bc5, 896e432)
- Fix for SwipeDismissBehavior (b4c21e7)
Catalog Updates:
- Fix BottomNavigation demo crash on pre API 21 devices by enabling AppCompatDelegate#setCompatVectorFromResourcesEnabled (ca9d11d)
- In Bottom Navigation catalog demo, ensure that the badge on the first menu item is visible (195ca81)
- Add catalog demo for SwipeDismissBehavior (3e42b07)
- Update Tabs demo in catalog app to support configuring badge gravity (87f9e53)
- Update Catalog Button demo to use CoordinatorLayout, which enables Snackbar swipe to dismiss behavior (dc69263)
Full set of changes: 1.1.0-alpha08...1.1.0-alpha09