Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps material from 1.4.0-rc01 to 1.8.0-alpha03.

Release notes

Sourced from material's releases.

1.8.0-alpha03

What's new

  • SearchBar component is now available for use!

Dependency Updates

Dependency Previous version New version
compileSdkVersion 32 33

Library Updates

  • BottomSheet
    • Update motion attributes for bottom sheet dialog animation (1cdb371c307a8b4057120677b06aa7ba96339dda)
  • BottomNavigationView
    • Remove elevation shadows (e3937483c36449f71bc00a5b9376198345060f89)
  • Checkbox
    • Update unselected outline color to ?attr/colorOnSurfaceVariant to match tokens. (5d261f516aece8e5243394fd1ca9fbb2f96098fb)
  • NavigationView
    • Disable drawing left and right insets if the nav bar is not edge to edge (cb384c5c2c16f8323abbb9bcc8db45aab3d44369)
  • ExposedDropdownMenu
    • Dismiss modal popup in dismissDropDown (644d141359559f17e9307e8c248f92ddca3bc845)
  • Color
    • Updated Builder class for content color (2351fd9f6cd49a57fe33dbe700526dc02a9e3146)
    • Implement content color with resources loader (4619f31bc79ea7e25790980b8031ffa036b1332c)
    • Internal refactors (d0ca6ba28aff6bc7d9ec6eba133a58d543722fa9)
    • Added content color api (8ca326ac5203a2c026413a8ef1c35d65c916fb90)
  • MaterialDatePicker
    • Update elevation to match specs (b813b2b441cca6599a4c0eb635a2c7282c6c1187)
    • Improve inputs validation (4046525b20ff81c4f4fef654b9e8f09ffd7f5a81)
    • Exposed method to set a custom formatter for text input fields. (276c1171b08ac3d9f6a188f4bb90345a0d5b5a17)
  • Chip
    • Integrate Chip component tokens to Chip styles in M3. (cb65cc6e60d370971f531b329ae3f84acaea432a)
  • Search
    • Renamed search style attributes to add "material" prefix. (978ffdf0aa36b43203ae60e2b38dac8408c3fcc1)
    • Added new SearchBar and SearchView components (d1bacf55db6b81e5f62f506c69bc7adc8a297958)
    • Added developer documentation. (4d4a2e25ab52ceb4481ba61178d1cbf014026de0)
    • Removed M3 search style references from Material theme. (2977a75f29fe2f0fc850db7f3411b8a486a8feac)
  • Tabs
    • Fix bug with selected tab text appearance when swiping in viewpager. (4a0e1a0cdb4e80f9371bc4592d2a1ee086e4d820)
    • Fix default tabTextAppearance (cb1905dbff746ffce992ce60a8af7999ced89062)
    • Fixing bug with animation cancelling if tab is double-tapped (857f481edd64f3d3214de6b4605a9bcbca01e0c5)
    • Fix tab indicator animation (f9a37c5077feaa6e00607adf0005671d0efd390b)
  • NavRail
    • Added design tokens for M3 NavigationRail Component. (d1b682f9fd95dcfceb64d9f276b4dd35fc048f0e)
  • Catalog
    • Added Search Demo . (030fe32445cc1b8245bd52de8d6b861fd5dd4bb2)
    • Add themed icon (45a569f858bc67b09ecc3654da329ac7d9a243d8)
  • A11y
    • Improve TalkBack focus order when selecting a day (dff70c062d680257ef647ea89ac3e9eea4e43f2d)
  • Switch
    • Update animations to use motion themeing. (3fc3ec1153ef686b6a644d99641697a9b0c95220)

... (truncated)

Commits
  • b7cfffc [Release] Bump MDC library version to 1.8.0-alpha03
  • 978ffdf [M3][SearchBar][SearchView] Renamed search style attributes to add "material"...
  • b813b2b [MaterialDatePicker] Update elevation to match specs
  • 030fe32 [Catalog] Added Search Demo .
  • b08257b [Divider] Change shouldDrawDivider from private to protected to allow for mor...
  • 2977a75 [SearchBar][SearchView] Removed M3 search style references from Material theme.
  • d1bacf5 [M3][SearchBar] Added new SearchBar and SearchView components
  • 2351fd9 [M3][Color] Updated Builder class for content color
  • 4619f31 [M3][Color] Implement content color with resources loader
  • 4a0e1a0 [TabLayout] Fix bug with selected tab text appearance when swiping in viewpager.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0-rc01 to 1.8.0-alpha03.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.4.0-rc01...1.8.0-alpha03)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 12, 2022

Superseded by #308.

@dependabot dependabot bot closed this Dec 12, 2022
@dependabot dependabot bot deleted the dependabot/gradle/develop/com.google.android.material-material-1.8.0-alpha03 branch December 12, 2022 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant