EdricChan03 / edricchan03.github.io

My personal GitHub pages website.
https://edricchan03.github.io
6 stars 0 forks source link

Bump material-components-web from 3.2.0 to 10.0.0 #64

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps material-components-web from 3.2.0 to 10.0.0.

Release notes

Sourced from material-components-web's releases.

v10.0.0

See CHANGELOG file to see what's changed in new release.

v9.0.0

See CHANGELOG file to see what's changed in new release.

v8.0.0

See CHANGELOG file to see what's changed in new release.

v7.0.0

See CHANGELOG file to see what's changed in new release.

v5.1.0

Changelog

Bug Fixes

  • list: ensure sass mixin works if leading is provided in px (265ecba)
  • textfield: replace notched outline and ripple <div>s with <span> (765caef)
  • typography: ensure global variables can override styles with module system (7ec9697)
  • typography: Separate @material/feature-targeting, was causing Sass test to fail (772a03e)

Features

  • typography: add CSS custom properties (6a56f38)

v5.0.0

Changelog

Bug Fixes

  • linear-progress: support aria attributes (#5248) (7084b40), closes #5248
  • auto-init: Fixed issue with multiple default exports (#5464) (8ddd5c6)
  • button: Fix outline & ink color according to spec guidance (#5268) (ee1a68c)
  • button: Fixed parameter default value in height mixin (#5244) (b0cecf1)
  • checkbox: change checkbox event type from change to click and add some logic for IE browser (#5316) (2e491de), closes #4893
  • checkbox: Disabled state colors in IE11 high contrast mode (#5263) (d6a1d4b)
  • checkbox: Replace unique-id with custom color hash functio… (#5404) (7be9e4a)
  • checkbox: update disabled color values (#5209) (821871e)
  • chips: .d.ts file generated with syntax error (d154836)
  • chips: .d.ts file generated with syntax error (#5577) (98f7faa)
  • chips: Do not throw error if chip set becomes empty (#5290) (f978109)
  • chips: Fix browser back nav in FF when removing chip with… (#5537) (a1a0deb)
  • chips: Move touch target inside primary action (ad3bbf7)
  • core: Fix canary release by excluding test files from default tsconfig (#5317) (c916008)
  • data-table: change svg attribute name viewbox to viewBox (#5483) (#5493) (f3adce8)
  • dialog: Move aria roles from dialog root to dialog surface… (#5239) (c704b71)
  • elevation: Update overlay color mixin (#5331) (b723dfa)

... (truncated)

Changelog

Sourced from material-components-web's changelog.

10.0.0 (2021-02-05)

Bug Fixes

  • data-table: fix style ordering wrt select & use new variable-width mixin (afb6889), closes #6599
  • dialog: add property to customize suppressDefaultPressSelector (772cc10)
  • linear-progress: fix RTL rendering (c7c5da2)
  • list: add support for density scaling. (419e035)
  • list: add support for non-interactive list roles. (fc8b045)
  • list: ensure divider appears in IE high contrast mode. (eff7b46)
  • menu: Remove anchorSize height from calculations when anchored to bottom (1631198)
  • notched-outline: fix notched outline no-label style (99cfb6b)
  • select: debounce click on anchor (b39094d)
  • select: set aria-expanded false earlier when menu closes (df00c2b)
  • slider: Add aria-hidden to value indicator container, to avoid duplicate value announcements for screenreader users. (9687353)
  • slider: Adjust hidden input dimensions to take slider dimensions, such that screenreader focus indicators show a highlight around the entire slider. (fd22355)
  • slider: Fire custom change event on input change. (07deaec)
  • slider: Fix bug where value indicator container took space and could be hovered over / clicked when hidden. (832668d)
  • slider: Mark ripple event handler as passive. Fixes #6746 (abdd100)
  • slider: Remove big step options. Now that we're using a native range input, big step is not customizable - we follow browser defaults for big step. (ae27b44)
  • slider: Update both thumbs' value indicator UI's if layout is invoked with undefined thumb. (489d4c2)
  • slider: Use pointer-events: none instead of visibility: hidden to hide the value indicator container. Adding visibility: hidden removes the exit animation since the value indicator is immediately hidden. (a94bd8d)
  • slider: Use mouse/touch events on iOS, to work around pointer events bug. (671d72d), closes #6715
  • tabs: Expose min width mixin and set to 90px per spec. (c4ab987)
  • theme: ensure either() works with false values (8e66dbf)
  • tooltip: Adds "will-change" into CSS to prevent the tooltip from "jittering" when animating in. (7a003ac)
  • tooltip: Change foundation to check for "dialog" on the anchor element's aria-haspopup attribute instead of checking for "true". (b8a1a58)
  • tooltip: Clear hideTimeout in handleAnchorMouseEnter so that the tooltip will not be hidden if the user rapidly moves the mouse in and out of the anchor element. (365c693)
  • tooltip: Fix rich tooltip tests to not use aria-describedby to associate rich tooltips with their anchor elements. This is because interactive rich tooltips should not be used with aria-describedby per a11y guidance. (251ac04)
  • adjust meta baseline and update color mixins. (07f3e01)

Code Refactoring

  • Remove MDC theme's deep-get, used sass:map's get API instead. (37fbae1)

Features

  • banner: Add mobile-stacked variant support to banner. (a0b2db2)
  • button: Add in HCM support to the mdc button as an opt-in mixin. (121e1f3)
  • button: consolidate states into button mixins (637d15d)
  • button: thread state keys through theme config (05f2496)
  • checkbox: Add CSS custom properties to MDC checkbox for density theming (9244508)
  • checkbox: Add validation to MDC Checkbox theme mixin (2d5f32d)
  • circular-progress: do not require HTML without whitespaces (8648b82)
  • dialog: add custom property for z-index (776c186)
  • dialog: Adding styling for scroll bar dividers, and adding logic to show said dividers only when content is scrolled "behind" the header or footer of the dialog. (e383944)
  • dialog: Adds and defines styling for the "header bar" on a full-screen dialog. (089de51)

... (truncated)

Commits
  • 633a9fc chore: Release (#6725)
  • 555aecc chore: Release (#6569)
  • afb6889 fix(data-table): fix style ordering wrt select & use new variable-width mixin
  • d6b5cd4 chore: Release (#6130)
  • 596e984 feat(segmented-button): Add MDC segmented button into material-components-web
  • aa3a3e5 feat(banner): Add banner component into MDC catalog
  • 9d9f474 refactor: Replace double quotes to single quotes in Sass imports
  • 6c5f48d chore(slider): Add slider package.json, fix slider build errors.
  • b9394dc feat(tooltip): Add tooltip component into MDC catalog.
  • e590b37 feat(ripple): Add will-change opt-out param
  • 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #65.