Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.google.android.material:material to v1.13.0-alpha09 #1769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.android.material:material 1.13.0-alpha07 -> 1.13.0-alpha09 age adoption passing confidence

Release Notes

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

v1.13.0-alpha09

Compare Source

Important

Dependency Updates

Dependency Previous version New version
androidx.drawerlayout 1.1.1 1.2

Library Updates

  • BottomNavigationView
    • Consume all touch events in BottomNavigationView so touch events are not passed to the view underneath (2ebf28f)
    • Fix bug where setChecked(false) is called for the previously checked item even if it's already unchecked (1696ec3)
  • Carousel
    • Change custom Carousel strategies to be restricted visibility in order to refactor custom strategies (998fe83)
    • Added a notifyItemSizeChanged() method (4bc4381)
  • Catalog
    • Fixed top app bar container fill (e51767d)
  • Chip
    • Add Override to Chip#setBackgroundTintList (03d2c69)
  • Documentation
  • FloatingToolbar
    • Set M3 default style (410f262)
    • Added materialThemeOverlays to automatically set orientation and the proper icon button style on floating toolbar children. (c24c67d)
  • MaterialSplitButton
    • Update split button image asset to match 3P styling. (fb47438)
    • Update split button styles to match spec. (9397801)
    • Add content description for icon-only leading buttons. (226753e)
    • Update split button styles to match spec. (106aaeb)
    • Internal change (ec8be9a)
  • NavigationRail
    • Consume all touch events to avoid views under from receiving touch events. (2a0dda8)
    • Fix issue where large/multi-line text was measured incorrectly when animating to be visible from a GONE state (c77f997)
    • Add attributes for scaling label text to font size and for the max lines for the label (5a8c39a)
    • Integrate tokens (0e9ab66)
    • Update navigation rail docs to include mentions of the expanded nav rail (5f44dbc)
  • Slider
    • a11y fixes (63e1ec9)
    • a11y fixes (35a8203)
    • Update corner behavior (05fa0ce)
    • Fix vertical slider broken with always visible labels (e1c83ed)
  • Shape
    • Fixed uneven rotation of pentagon shape. (d4b9d90)
  • Tabs
    • Update ripple to match m3 specs (d68ebbe)
  • Tokens
    • Updated token outputs to v13.2.0 and integrated new AppBar tokens. (4f7bf29)
  • TopAppBar
    • Removed the gravity APIs for subtitle (subtitle shares same gravity as title). (782d260)
    • Added more demos. (05253b8)
    • Fixed minor typos in comments. (7b62f64)
    • Added collapsing subtitle. (73b577d)
  • Transitions / Motion
    • Added spring motion subsystem (98169d2)
    • Added spring motion tokens (4019e18)

Full list of changes

v1.13.0-alpha08

Compare Source

Important

Dependency Updates

  • None

Library Updates

  • Carousel
    • Prevent touch events from reaching hidden views. (10f3d3b)
    • Override onHoverEvent to send correct hover events according to the mask rect, not the MaskableFrameLayout bounds (0dee06f)
  • FloatingToolbar
    • Added new Floating Toolbar component with package and updated catalog demo. (72e61c9)
    • Updated button type to fill for FloatingToolBar demo to comply with NTC (bf2bc10)
    • Renamed Floating App Bar catalog demos to Floating Toolbar. (53efceb)
    • Added motion for horizontal and vertical configurations of the floating toolbar. (c0231d7)
    • Added vertical floating toolbar configuration. (655dba1)
    • Added content descriptions for floating toolbar icon buttons. (11173a4)
  • Catalog
    • Fix issue with forcing orientation for portrait-only demos forcing orientation for all demos (3eb9178)
    • Remove DraggableCardFragment demo for accessibility compliance (dff307b)
  • ExtendedFloatingActionButton
    • Added a method to ExtendedFloatingActionButton to enable/disable animations. (31fa412)
  • SplitButton
    • Added a new component SplitButton. (43a5dd3)
    • Generate tokens for Split Button component. (06c9ab9)
    • Update split button chevron overshoot interpolator tension to 1.0 for standard animation. (c40e857)
    • Add documentation about SplitButton (9f801b8)
    • Migrate trailing icon related resources for SplitButton. (3bb2df8)
  • MaterialButton
    • Added sizes and shape support. (7f8d63b)
  • NavigationRail
    • Added Navigation rail expansion (08c23dc)
    • Added a11y announcements for when nav rail is expanded or collapsed (d148048)
    • Added horizontal spacing attribute for space in between the icon and the text when the item is in the start icon gravity configuration (ebcfcd1)
    • Design review adjustments (3b11e74)
  • ProgressIndicator
    • Optimized the allocation during drawing. (6eb44a2)
    • Added the API to adjust indeterminate animation duration scale. (4ec0447)
  • Slider
    • Added extra track icons support (60c09d9)
    • Added vertical support (5bcda8a)
    • Added support for track icons (2e95296)
    • Made track corner size customizable (7f4413d)
    • Remove unnecessary uses of LooperMode(PAUSED) (e70a51c)
  • TextInputLayout
    • Fixed counter text order for locales AR. (39be13c)
  • TimePicker
    • Fixed Japanese translation. (9fe362f)
  • Tokens
    • Integrated tokens for floating toolbar and add new styles for the horizontal, vertical and vibrant style variations. (699302a)
  • LoadingIndicator
    • Fixed the issue that animation doesn't resume when window becomes visible. (afc392c)
    • Fixed unstoppable animators. (0a5f347)

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/com.google.android.material-material-1.x branch from 2ce7635 to 03ceb0f Compare December 19, 2024 22:56
@renovate renovate bot changed the title Update dependency com.google.android.material:material to v1.13.0-alpha08 Update dependency com.google.android.material:material to v1.13.0-alpha09 Dec 19, 2024
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.

0 participants