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 11.0.0 #133

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @material/card from 0.1.0 to 11.0.0.

Release notes

Sourced from @​material/card's releases.

v11.0.0

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

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)

... (truncated)

Changelog

Sourced from @​material/card's changelog.

11.0.0 (2021-04-15)

Bug Fixes

  • banner: Use role alertdialog. (a07b6d4)
  • button: add missing feature-targeting import (71fe9a0)
  • button: Fixed button's icon size scaling on browser zoom (bc104ba)
  • chips: Expose deprecated resources in top-level TypeScript file (67d780c)
  • chips: Fix incorrect references between deprecated and non-deprecated resources (f8579b7)
  • chips: Make chips wrap by default (24255c4)
  • chips: Remove obsolete chips resources now in chips/deprecated/* (87ac2fd)
  • chips: Remove obsolete resources (40dd242)
  • chips: rename deprecated trailing action classes (48f4b67)
  • chips: Un-remove obsolete chips resources now in chips/deprecated/* (7cf6782)
  • chips: Use deprecated chips in autoinit (d2a39d3)
  • circular-progress: add annotation (06dead2)
  • dialog: Add transparent border to dialog surface for HCM support. (b2fa996)
  • dialog: Remove the unnecessary border on the dialog title when not needed, this adds an extra line in the UI on high contrast mode. With margins it is possible to keep the previous spacing and only add the border when needed. (3344d12)
  • dom: do not cache focusable elements in focus-trap (7899e0f)
  • fab: add alternate decorator only when necessary (0fd56a8)
  • fab: Apply extended shape radius in Extended FAB's theme mixin (81911b7)
  • list: Correcting the selector mapping for CHILD_ELEMENTS_TO_TOGGLE_TABINDEX and FOCUSABLE_CHILD_ELEMENTS. (8943b99), closes #6829 #6829
  • list: do not activate typeahead on certain modifier keys (f1b1fd5)
  • progress-indicators: hide from screenreaders on close (d3a6862)
  • ripple: Update states-selector() to use :active:active to match active specificity styles. (faa7d32)
  • select: do not conduct anchor typeahead when modifier keys pressed (6f678a9)
  • select: set hidden input value before firing change event (2d6ba2c), closes #6904
  • shape: duplication bug with nested custom properties (f77a4dd)
  • slider: Fire custom input event on input change (i.e. value change via keyboard), mirroring the native input event behavior for range inputs. (ec8f846)
  • slider: Fix #quantize to use min value as the baseline. (0f358dd)
  • slider: Fix JS floating point rounding errors by rounding values to a set number of decimal places based on the step size. (6072ed6)
  • slider: Fix track height. (67eb0df)
  • slider: Improve HCM borders, add missing @​noflip annotations. (e7202cb)
  • slider: Modify behavior such that for range sliders, presses in the middle of the range change the value (of the closest thumb). This provides a single-pointer alternative option to an otherwise gesture-based interaction. (0b8cff7)
  • slider: Throttle slider UI updates. (7d6a4bb)
  • slider: Throw error for invalid initial values based on the step. (3955d8d)
  • tab: Update ripple adapter to reflect sass ripple-target. (97c4d40)
  • theme: do not emit when theme.property() replacements are null (aa0aaf0)
  • theme: parsing error when @​import-ing mdc-theme (b62b126)
  • theme: replace works for multiple replacements (95322b1)
  • update README to correct links. (71e615b)
  • tooltip: flip precedence of data-tooltip-id and aria-describedby when finding TT id (b2d22df)
  • typography: do not emit styles when setting null from global variable (f5f1b61)

Code Refactoring

  • snackbar: Update a11y structure (c60449b)
  • tooltip: Moved the anchor element blur event listener from the component to within the foundation. (0b4a4b2)

... (truncated)

Commits
  • 3f342c3 chore: Release (#6820)
  • 4fef8bc chore: update typescript and ensure jasmine types match internal
  • 633a9fc chore: Release (#6725)
  • 96be07c chore: update prop to property
  • 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
  • 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 2 years ago

Superseded by #142.