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

Bump material from 1.3.0-alpha02 to 1.3.0-alpha03 #4

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps material from 1.3.0-alpha02 to 1.3.0-alpha03.

Release notes

Sourced from material's releases.

1.3.0-alpha03

Dependency Updates

Dependency Previous version New version
constraintlayout 2.0.0-beta7 2.0.1

Library Updates

  • i18n / l10n
    • Added string translations for to Date Picker, Time Picker, Bottom Sheet, TextField, Chip, Badge, Dialog (af375eb31a0037a6b30bc3e7ba43f2b5eee83de8, c1a290edb97ae9fc6c47e99df05e39bbe3099df8, 9d1d9773cd9418bdef740fa67ae4a2da4436f7bc, 467bb88650ab9c54463c58f4eb7ece75fe60d4b4, 0845dfe0d143f77be75b67e09b22950546b17bcf, 23018e1fbfa4587a23a8465d1b6b0dd4941bcd54, cf3c091c7a9bac003650ad12c419682b1e9f0f9e)
  • NavigationView
    • Fix obtaining Activity in setupInsetScrimsListener (a6a750b4ae816098bae29b7cdbae7d89f0b0ce9e)
    • Support for shapeAppearance and shapeAppearanceOverlay attributes (e6f05bca7e32751e3d480427912bfd9895e40514)
  • MaterialDatePicker
    • Updated header title strings to match spec (d82742695c4c0d126a5c44fbc1bcd7cb73096ae5)
    • Fixed formatting of year month date pattern for year selection dropdown (98c7cd15ee085c46e3f5dbe4635233cb779f1882)
    • Fixed issue where default selection date would visually stay selected when choosing different date (8f455c0b90e5ff8350c03a5d722ff2ba0ec5cc07)
    • Updated default selection-based openAt logic to consider valid calendar constraints (5507687b19c72d9b7f7cc2394889a081ff1f4eb3)
    • Fixed the filled range with RTL layout (ea763862b4e7c9bc3c484f9b3b19f851c353a9a9)
    • Delay showing validation error by 1 second (5541f027d2ff154b79409107921bc118535401e7)
    • Updates the color of the month labels in fullscreen mode (c65a26281b145d1f046df2ab10ad5312103dcf31)
    • Changed openAt to default based on selection, if not provided (193ce2dc4819a78431f93851749ceb27e3113c05)
    • Allow for styling dialog close icon color for full screen dialog (bf86d82e6186733f523f35c9e27478f8d34d795d)
    • Added a datevalidator for multiple range (85739c7e0544f5a89c9a219d97001d4bfef20b5d)
    • Added DateValidatorPointForwardTest (b3913cb09c580bc371ffe84da60247e9bab2c8da)
    • Update month and year navigation to use the correct color (6cb28b927ba718cec6794dad9f5e6a64d9ae4b91)
    • Made some MaterialCalendar related methods/classes public, but still restricted. (431e09264989b6b14b4e0c5b38db4e0f4355e0a1)
    • Allow RangedDateSelectors with multiples ranges in different months to be shown correctly. (fb23efff45201018d49c66b1ed9c8fff8560d59c)
    • Speed up calendar performance by only updating certain views when a day is clicked, instead of recreating and redrawing all of them. (b12c5c5b008579d35aab23000f493487d979b257)
    • Fix the failed test cases in DateStringsTest (2353a290ba605329c81e5ad5aa5d25c4fc955317)
    • Added placeholder text in text input mode to show date format (6050bd43475aed0448c31e2adcaf01244cdff05d)
    • Fixed orientation of next/previous month button icons for RTL languages (b82d41fe55e9538509299a1ee90798b29839392c)
    • Updated text input mode to respect custom theme res id (5bd64f42d3c3a7b54dda2363e7af797ac8134bf0)
  • A11y
    • Fixed dropdown list not focusing for editable dropdown menus. (be8fc51596a2a5bbb1f297256c7ae34715bd3660)
  • TimePicker
    • Fixed ClassCastException with a Bridge Theme (a4b008e742e7aadd96c99f14f5f9dd3f6836ef39)
    • Added the ability to switch to text input mode when double tapping the selected number (bad81310d322de879b09431c5e550d31a105786b)
    • Added content description to button to switch input modes (4fa13416ecb0b7fd47ac52e41ab784cb919cf8ab)
    • Added setters for the title string (91c972c7f38f5662be39bbb46b9deacfd2b793b9)
    • Documented hour and minutes ranges (c0be2c0cb16951e38f38cb4716ae979a16cd7248)
    • Changed positive listener to be an OnClickListener (0aed26b8b7aa5d053c287c99b2d40ad08c420f8a)
    • Support formatting the numbers depending on the configuration locale (a543032c993738eb9641ca0baf41b480e6d4c56e)
    • Added docs (c11ef518908f1551d25abc132ef11b113f40395a)
    • Removed newInstance method in favor of Builder Class (dbbd27cefc8326969914a795a104553276aba366)
    • Added listeners (2ccc71624eda5dc064913d107c1e2a143fb3507c)
    • Fixed size on edit text smaller than on chip button (5f9aa7f622719091f02c4448a352521d8bea815b)
    • Fixed incorrect offset applied to shaders (dd254c536ac5c68a357929e92fce6718118d3400)
    • Removed checkable from timepicker mode button (8ea36ae200cfd96e4c800cff4a3c3622479d680a)
    • Fixed exception when shrinkResources is enabled (162205b9dfa3d55b031f399f8f31e3a55c8ddb48)
Commits
  • 3178b9d [Release] Updated mdcLibraryVersion to 1.3.0-alpha03.
  • cf3c091 [Dialog] Added string translations for i18n / l10n
  • 23018e1 [Badge] Added string translations for i18n / l10n
  • 0845dfe [Chip] Added string translations for i18n / l10n
  • 467bb88 [TextField] Added string translations for i18n / l10n
  • 9d1d977 [BottomSheet] Added string translations for i18n / l10n
  • c1a290e [TimePicker] Added string translations for i18n / l10n
  • d827426 [DatePicker] Update header title strings to match spec
  • 9f3feea [TimePicker] Changed title to use right text appearance attr
  • 4aecc09 Removes duplicated gradle-wrapper.jar
  • 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 Oct 2, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.google.android.material-material-1.3.0-alpha03 branch November 25, 2020 06:54
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.

0 participants