Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2025

This PR contains the following updates:

Package Change Age Confidence
com.google.android.material:material 1.14.0-alpha051.14.0-alpha08 age confidence

Release Notes

material-components/material-components-android (com.google.android.material:material)

v1.14.0-alpha08

Compare Source

Important

  • The compileSdkVersion was updated to 35.
  • Library is now built with AGP 8.11.1 and Gradle 8.13.

Dependency Updates

None

Library Updates

  • Catalog
    • Update button demos so all buttons are using the updated styles (fb64362)
    • Address list a11y issues (6310274)
  • FloatingActionButton
    • Allow collapsed size to be set (0153138)
  • Lists
    • Support skipping the open swipe state so clients can go straight to the primary action (d5934ee)
    • Add getSwipeState method and demo, and refactored to set necessary swipe elements before drag so they are available for programmatic swipes (75f0a4e)
    • Updates to styles (50bca32)
    • Create expandable demo (c24017b)
    • Make SwipeableListItem and RevealableListItem public and add swipe state callback (1dbfdd7)
    • Add styles and theme overlays for material icon buttons inside lists (93ae730)
  • MaterialButton
    • Defer icon changes during width animation in MaterialButton (f86cedd)
  • MaterialDatePicker
    • Cache isFullscreen state in MaterialCalendar (dcd9898)
  • Slider
    • Adjust thumb-track gap only for the pressed thumb (0b669da)
    • Fix D-Pad focus trap on horizontal sliders (7fc1c4f)
  • Snackbar
    • Added optional close icon (71f014f)

Full list of changes

v1.14.0-alpha07

Compare Source

Important

  • The compileSdkVersion was updated to 35.
  • Library is now built with AGP 8.11.1 and Gradle 8.13.

Dependency Updates

None

Library Updates

  • BottomAppBar
    • Remove special key shortcut and keyboard navigation cluster for bottom app bar for correct keyboard navigation a11y. (5c73d7a)
  • Catalog
    • Use wrap overflowMode for button groups in theme picker (861ec3f)
  • Lists
    • Add attr for min child width (32e9fb2)
    • Support RTL swiping (176e92d)
    • Added onSwipeStateChanged callback, drawable swiped state for ListCardView, and alpha changes to swiped view as it reaches the swipe-to-action state (3e5a7fd)
    • Add styles for control elements in lists (3c1a61c)
    • Re-measure intrinsic width when measure specs change (69e9676)
    • Add more optional styles and update demos to show more variety of sample list content (692bd11)
    • Add swipe for action state (07a3be5)
  • MaterialButton
    • Fixed width morph with contents change. (dc98ca0)
  • MaterialDatePicker
    • Fix TAB keyboard trap and add DPAD month navigation. (757f9f3)
    • Add MonthAdapter helpers for finding enabled days (a207114)
  • MaterialShapeDrawable
    • Updated isRoundRectCornerMorph and pathDirty logic in MaterialShapeDrawable (9a8272d)
    • Always skip corner morph animation on bounds change in MaterialShapeDrawable. (ea9d250)
  • NavigationView
    • Set navigation menu item's a11y role description so it doesn't default to 'radio button' due to being checkable (0e17248)
  • Search
    • Make SearchView root unfocusable (f307771)
  • Slider
    • Fix ACTION_CANCEL motion touch event handling so that the slider resets its state if a cancel happens. Also don't let slider update incorrectly when a touch event may be overlapping with back gesture inset areas, as the back event takes precedence. (c4d19f6)
  • TimePicker
    • Use ViewCompat.performHapticFeedback (6c4db77)
  • TopAppBar
    • Updated ripple color on actions in M3 toolbar. (3b971c9)

Full list of changes

v1.14.0-alpha06

Compare Source

Important

  • The compileSdkVersion was updated to 35.
  • Library is now built with AGP 8.11.1 and Gradle 8.13.

Dependency Updates

Dependency Previous version New version
androidx.customview None 1.2.0

Library Updates

  • BottomSheet
    • Added support for Nested Scrolling with multiple nested scroll children. (4e4e8f3)
  • Catalog
    • Make sure focus stays trapped within the menu while the FAB menu is open. (20f381d)
    • Added snackbar catalog demo (d24edd1)
  • Chip
    • Fixed chip group forcing importantForAccessibility=yes (1867bb0)
  • Documentation
    • Updated images in Chip, Button, and Extended FAB. (1390517)
  • Lists
    • Added dependency to androidx.customview for ViewDragHelper and added swiped states + settling (1e6a8b7)
    • Fixed issue where the first drag may have not clamped to the end properly since originalContentLeft is 0 (a5be0f7)
    • Added ListItemRevealLayout, ListItemCardView, and relevant interfaces to introduce swiping in ListItemLayout (400d695)
    • Added ViewDragHelper (3236292)
  • MaterialCardView
    • Updated card swipe dismiss string to clarify key names on the demo screen (5c0e8dd)
    • Added keyboard and accessibility dismiss support to CardSwipeDismissFragment (fbb3320)
  • MaterialShapeDrawable
    • Fixed MaterialShapeDrawable#isRoundRect to use state-aware shape appearance. (3482899)
    • Optimized path calculation in MaterialShapeDrawable. (bbd1292)
  • Search
    • Allowed keyboard navigation between searchbar and other components (d06eed1)
    • Blocked keyboard focus on other views when SearchView is open (9366a84)
  • Slider
    • Changed thumb width when it's keyboard focused. (1bf522f)
    • Fixed slider D-Pad keys to modify value instead of focus (aa623f0)
    • Updated: only one value label should be shown at a time for the range slider (except for the mode where the labels are always visible). (ce092fa)
    • Used arrow keys for value adjustment and TAB for navigation (3d8d23d)
  • TimePicker
    • Fixed accessibility announces stale data in TimePicker input (4050857)
    • Updated error colors (00a64e2)
  • TopAppBar
    • Removed special key shortcut and keyboard navigation cluster for top app bar for correct keyboard navigation a11y. (ee52adb)
  • Release
    • Updated library version to 1.14.0-alpha06. (cc2218e)

Full list of changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/material branch from a831c58 to c3bc99e Compare November 19, 2025 20:35
@renovate renovate bot changed the title Update dependency com.google.android.material:material to v1.14.0-alpha06 Update dependency com.google.android.material:material to v1.14.0-alpha07 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/material branch from c3bc99e to 53025dc Compare December 17, 2025 18:37
@renovate renovate bot changed the title Update dependency com.google.android.material:material to v1.14.0-alpha07 Update dependency com.google.android.material:material to v1.14.0-alpha08 Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant