Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps material from 1.2.0-alpha02 to 1.2.0-beta01.

Release notes

Sourced from material's releases.

1.2.0-beta01

Dependency Updates:

  • No dependency updates.

Library Updates:

  • Transitions/Motion
    • Update transitions to be based on androidx and add transitions platform subpackage to support Activities, Windows, etc. (e33c6d5)
    • Update MaterialContainerTransform to support drawing elevation shadows during transition (fc36640)
    • Update MaterialContainerTransformSharedElementCallback to support custom shape appearances (df977a0)
    • Add support for container transform start and end container colors (f095b0b)
    • Fix Activity container transform unexpected flash and fade (c27de09)
    • Fix container transform start delay flash (95d9320)
  • Slider
    • Split into two classes: slider and range slider (afcda08)
    • Fix slider tooltip in popupwindows (aab7100)
    • Fixed MaterialSharedAxis return transition (5b07d02)
  • ShapeableImageView
    • Support dynamic update of shapeappearance (4518be3)
  • TextInputLayout
    • Fixing crash when calling setBoxCornerRadii when edit text hasn't been added yet (d0f7d49)
    • Fixing end icon having unexpected behaviors when it's switched from another end icon mode (0631c53)
    • Adding setBoxBackgroundColorStateList method and fixing setBoxBackgroundColor method not changing focused and hovered states color like it did originally (7423884)
    • Adding setters and getters for boxStrokeWidth and boxStrokeWidthFocused attrs (008c199)
    • Flipping password icon behavior so that it shows the action (what's going to happen after the click) instead of the current status (36bdb70)
    • Add click listener for error icon (3738698)
  • MaterialDatePicker
    • Disable positive button when invalid or incomplete dates are selected (a310f90)
    • Fix check for date input keyboard separator characters for single selection mode (45fb932)
    • Fixed issue that causes the Datepicker to highlight wrong the day as today (0bbc848)
  • MaterialButtonToggleGroup
    • Single visible button corners (680619b)
  • MaterialRadioButton
    • Fix tint from theme attributes on api 21 + add test (7697699)
  • Set buttonBarButtonStyle in full Material Component themes to use @style/Widget.MaterialComponents.Button.TextButton (89f2248)
  • Talkback / Screen reader improvements
    • Latest version of Talkback now provides information about grouped context to screen readers (e.g. tabs will now announce x out of y tabs)

Breaking Changes:

  • Transition/Motion
    • Transition classes now extends AndroidX's Transition lib instead of the Framework version. Use platform sub-package for the Framework version.
    • Removed TransitionValues from VisibilityAnimatorProvider methods
    • Removed static create methods from MaterialFade, MaterialFadeThrough and MaterialSharedAxis in favor of regular constructors
    • Made several Transition classes final
    • Renamed MaterialSharedAxis#isEntering method to MaterialSharedAxis#isForward
  • MaterialDatePicker
    • Restricted visibility of customDatePicker method
  • Slider
    • Split into two classes, Slider and RangeSlider
... (truncated)
Commits
  • 3d8dae5 [ShapeableImageView] Improve default style
  • 549d214 [ShapeableImageView] Add Shape appearance attributes for consistency and to f...
  • 4518be3 [ShapeableImageView] Allow ShapeableImageView to dynamically update shape app...
  • a310f90 [MaterialDatePicker] Disable positive button when invalid or incomplete dates...
  • 2a37868 [ShapeableImageView] Change strokeWidth to float and support null for stroke ...
  • 89f2248 Set buttonBarButtonStyle in full Material Component themes to use @style/Widg...
  • 45fb932 [MaterialDatePicker] Fix check for date input keyboard separator characters f...
  • 16b142e [Catalog] Fix launching of range picker to calendar mode in date picker demo
  • 8b863d3 [Motion] Update ScaleProvider to use growing/shrinking naming. Fix MaterialSh...
  • 621f838 [Motion] Remove boolean entering from MaterialFade constructor and don't set ...
  • 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 May 28, 2020
@dependabot-preview dependabot-preview bot requested a review from rurimo May 28, 2020 20:22
@dependabot-preview
Copy link
Contributor Author

Superseded by #82.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.android.material-material-1.2.0-beta01 branch June 2, 2020 20:22
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

Development

Successfully merging this pull request may close these issues.

1 participant