Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps material from 1.1.0-beta01 to 1.3.0-alpha01.

Release notes

Sourced from material's releases.

1.3.0-alpha01

Dependency Updates

  • No dependency updates.

Library Updates

  • ProgressIndicator
    • Added Progress Indicators (cc88816b82a709981aebe68b8cd3a72de987c07e)
  • Transitions / Motion
    • Fixed Activity container transform unexpected flash and fade (57a8ebdcdd4e64376eac56a2b4c99912d257ccd6)
    • Fixed MaterialContainerTransform setScrimColor Javadoc error and getDrawingViewId/setDrawingViewId docs typo (119954c881c1099723b52850ecb35041a999a35f)
    • Updated ScaleProvider to use growing/shrinking naming. Fixed MaterialSharedAxis isForward getter naming. (56b33909ee3651e74120bc89e95af534dc546f1c)
    • Updated MaterialContainerTransform to use default scrim color constant instead of theme attribute (f20a91f98000fd2b699c92ae5eecb211ff6a3d6e)
    • Added support for container transform start and end container colors. (e00df6d075d9f99f4fc74f06bb16b76a9a935a86)
    • Updated MaterialContainerTransformSharedElementCallback to support custom shape appearances (a5381acf022b91b9c781087fce1b7d9dee86a01e)
    • Updated MaterialContainerTransform to support drawing elevation shadows during transition (1094b480809fa4b8c31814b85cd70c0b23fe9dae)
    • Fixed container transform start delay flash (6ab9e11a0eb8ffc93338ad72a15adca4152fb020)
    • Added support for adding additional animator providers to MaterialVisibility transitions (b854a73772e66d74625611c45bc89223dda20c3a)
    • Removed TransitionValues params from VisibilityAnimatorProvider interface methods (04c93ea5bb1fd5b9a4510329429e3c9cce9f2294)
    • Replaced MaterialVisibility subclass static constructors for standard constructors (d025a3b2c3bef53affbeb22c17daed6247755733)
    • Updated MaterialVisibility to not need initialize method (e63cae59fb71b580399ab7479697b5493f7a9dd1)
    • Updated transitions to be based on androidx and add transitions platform subpackage to support Activities, Windows, etc. (cd36c2f5e77461b26f4723a765e11e6bf16a2a86)
  • BottomNavigation
    • Updated BottomNavigation to respect left/right system insets (5889993bb30ef210969b1dd284ec503b36b2ac8b)
  • MaterialCardView
    • Prevented content from being clipped by MaterialCardView when a non-round rect is set as the shape. (d09ac034816a4eb86b49b254f45aed9daa8ca1b6)
  • MaterialButtonToggleGroup
    • Fixed bug in shape appearance when only one button is visible (42126efce8cd0c2dd2c91f0939129642f795e724)
    • Dispatched button checked after the the button states have been updated and any internal corrections (e.g. singleSelection, selectionRequired) has been made. (2d0e00980c9f3f02fa4e755bc668ddb155bc1b67)
  • Theming
    • Set buttonBarButtonStyle in full Material Component themes to use @style/Widget.MaterialComponents.Button.TextButton. (68ccc33dad625fd143bd76449e6dae7889075d61)
  • MaterialButton
    • Fixed MaterialButton$SavedState ClassNotFoundException (7cfc63ed35262b2f68a241ecc426484860b183ce)
    • Removed AppCompatButton workaround for FloatingToolbar in API 23-25 now that MaterialButton supports android:background. (4fb2375688bba25168791191910c86602636ab50)
  • Slider
    • Added range and invalid value to IllegalStateException message to make it more clear. (e521fda39595e800e4c2d3c70d4d85a7c1796ff1)
    • Split Slider into two classes (8f0aa7f8d638aa1368bcd07268433a80d26e4940)
    • Set Slider to be clickable by default. (7d92cd9a4a6f294ad881ed3bd05d4657dfd84ee8)
    • Fixed slider tooltip in popupwindows (b631ef697984c695e1a16b1017b30f035a7599ce)
    • Made Slider a11y helper a static class (59c156013f7f2401d8331e6b53df13486cba8157)
    • Renamed color setters in Slider so it's obvious that color properties are ColorStateList. (7a8f3bd48ca60e8b4d08299891420e16de1adbd2)
  • TextInputLayout
    • Fixed crash when calling setBoxCornerRadii when edit text hasn't been added yet. (8a5c95c7b9c01fcde91d3249b040ab3eeefb662e)
    • Fixed end icon having unexpected behaviors when it's switched from another end icon mode. (e315754617193dcf3ad6998b8d26dd08e64ed73a)
    • Fixed merge icon and view state when setting icon color. (33700b0cd35a41914dccf2f654d750209bc4c254)
    • Added setBoxBackgroundColorStateList method and fixing setBoxBackgroundColor method not changing focused and hovered states color like it did originally. (e5a85a227a946adcf4ae13a279e497d006d81775)
    • Added setters and getters for boxStrokeWidth and boxStrokeWidthFocused attrs. (167020a5963d3e8be7e36f463bbd93f2b8a0564d)
    • Flipped password icon behavior so that it shows the action (what's going to happen after the click) instead of the current status. (99c6a28b104b804694a9b3225208cac2bc326c40)
    • Added click listener for error icon (1b124afa0264908f1f84b37554c659e2e10bf050)
... (truncated)
Commits
  • 0154bbc Update alpha version
  • d2fb849 [Documentation] Fix styles table of bottomappbar doc
  • 0c7db72 [Documentation] Updating Switch documentation.
  • 675fe8c [Documentation] Fixing checkbox attrs table.
  • 83ba040 [Documentation] Updating Checkbox documentation.
  • b01058a [Documentation] Updating RadioButton documentation.
  • 39bb424 Update color theming docs with a brief section about naming.
  • 470998c Change string annotation from @StringRes to @PluralRes for parameter passed t...
  • 3d01309 Change annotation on customBadgeParent parameter in BadgeUtils's methods to b...
  • 76ffe35 Cleanup
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 3, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #106.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.android.material-material-1.3.0-alpha01 branch July 24, 2020 02:27
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