secondstreet / ember-material-components-web

An ember addon providing components from https://github.com/material-components/material-components-web
https://secondstreet.github.io/ember-material-components-web/
MIT License
0 stars 0 forks source link

⬆️ Bump @material/card from 0.1.0 to 9.0.0 #117

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @material/card from 0.1.0 to 9.0.0.

Release notes

Sourced from @material/card's releases.

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)
  • fab: Add missing dep to fab package.json. (#5236) (e0f6fd9)
  • fab: Add overflow: visible to make touch target visible in… (#5241) (5850080)
  • fab: Adjust fab line-height (#5254) (525989b)
Changelog

Sourced from @material/card's changelog.

9.0.0 (2020-12-29)

Bug Fixes

  • data-table: fix style ordering wrt select & use new variable-width mixin (afb6889), closes #6599
  • 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)
  • Adding tests. (240c5f7)
  • adjust meta baseline and update color mixins. (07f3e01)
  • Document stylelint exceptions (f89d8b8)
  • notched-outline: fix notched outline no-label style (99cfb6b)
  • select: debounce click on anchor (b39094d)
  • slider: Adjust hidden input dimensions to take slider dimensions, such that screenreader focus indicators show a highlight around the entire slider. (fd22355)
  • slider: Fix bug where value indicator container took space and could be hovered over / clicked when hidden. (832668d)
  • 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)
  • tabs: Expose min width mixin and set to 90px per spec. (c4ab987)

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)
  • 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)
  • linear-progress: remove aria-valuemin/max attrs for indeterminate (4321323)
  • list: support ctrl + a keyboard shortcut (eefef49), closes #6366
  • select: add mixin for variable width (30c11bf)
  • slider: Add hidden input to slider, to support forms submission. This is also prep for moving to use an <input type="range"> behind the scenes, in order to support touch-based AT's. (b98d15d)
  • slider: Modify continuous slider to use step value by default, and give clients the option to customize step value for continuous sliders. (7ad038e)
  • slider: Use input with type="range" to back slider component. This ensures that sliders can be adjusted with touch-based assistive technologies, as the current ARIA spec for sliders is not compatible with e.g. TalkBack/Android. (9083b7d)
  • theme: Added validation mixin to validate provided theme configuration keys (1c156d6)
  • tooltip: Add positioning adjustment and position specification for rich tooltips. Rich tooltips default to the END position and does not support CENTER positioning. (384a8ee)
  • tooltip: Added persistent variant for rich tooltips that shows/hides based on mouse clicks on the anchor element. Clicks on elements other than the anchor will also hide the persistent variant. (9775856)
  • tooltip: Adjust tooltip position on scroll and resize events. This ensures that the tooltip remains pinned to the anchor element despite page movement. (a415276)
  • tooltip: Adjusting tooltip positioning logic so that the tooltip remains within the viewport even if the anchor element is partially off-screen. (482ff90)
  • tooltip: Hide rich tooltip if mouse leaves rich tooltip. Rich tooltip persists if mouse leaves rich tooltip and enters anchor. (6d8574f)
  • tooltip: Make persistent rich tooltips persist when click target is within the rich tooltip. (fb194dd)
  • tooltip: Reducing minimum threshold distance between tooltip and viewport from 32px to 8px. (23491cf)
  • tooltip: Restore focus to the anchor element when the ESC button is pressed while the focus is in the tooltip for rich tooltips. Default rich tooltips should have focus restored to anchor and not have rich tooltips show. (eabf9d5)
  • tooltip: Set up base sass for rich tooltip. Rich tooltips are currently in development and is not yet ready for use. (4ae94ff)
  • tooltip: Set up rich tooltip to persist if mouse leaves anchor and enters rich tooltip. (c927a5d)
  • tooltip: The aria-expanded attribute of the anchor element will only be changed for anchor elements with interactive rich tooltips. Non-interactive rich tooltip anchor elements do not have the aria-haspopup and aria-expanded attributes. (c5dda80)
Commits
  • 555aecc chore: Release (#6569)
  • d6b5cd4 chore: Release (#6130)
  • c71ebfa feat(card): Add transparent outline to elevated card, so card boundary is sho...
  • 790ca85 fix(card): ensure border-adjacent content renders correctly.
  • 95e4eee refactor(theme): Forward only client facing APIs in theme index module
  • f86f83f refactor: Add stylelint disable comment to allow use mdc- selector
  • d4274ff refactor(ripple): Use _ripple and _ripple-theme when importing ripple mixins
  • fb4ee66 refactor: Use _theme-color.scss when importing theme variables
  • f0ae117 refactor: Import _theme.scss or _color.scss file when importing theme module
  • 9d9f474 refactor: Replace double quotes to single quotes in Sass imports
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by abhiomkar, a new releaser for @material/card since your current version.


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) - 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 #119.