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 8.0.0 #102

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @material/card from 0.1.0 to 8.0.0.

Release notes

Sourced from @material/card's releases.

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)
  • fab: Adjust fab line-height to center text (#5258) (591a6ad)
  • floatinglabel: Estimate hidden scroll width (#5448) (981ec9b)
  • list: Ensure disabled colors apply to primary and secondary text (#5322) (878a08b)
Changelog

Sourced from @material/card's changelog.

8.0.0 (2020-11-02)

Bug Fixes

  • banner: Update image to graphic and support material icons (346069c)
  • card: ensure border-adjacent content renders correctly. (790ca85)
  • checkbox: Use secondary and on-secondary as default colors (b95172e), closes #5730
  • chip-set: crash when only item is removed (a653b68)
  • chips: Handle IE/Edge specific key names in keyboard navigation logic (3657f88)
  • circular-progress: Add .npmignore file to ignore typescript files when publishing (#5801) (f172b0f), closes #5800
  • circular-progress: Default all variables (430fd02)
  • circular-progress: display properly inside button (2bd09a7)
  • circular-progress: display properly inside button (000d648), closes #6388
  • circular-progress: fix determinate transition typo & 4 color keyframes (a301636)
  • circular-progress: Fix naming in package.json and add to jsBundleFactory (86f7cad)
  • circular-progress: Force LTR layout (6a40ef2)
  • circular-progress: Switch mixins import to [@use](https://github.com/use) (098ae32)
  • circular-progress: use theme.property() for color mixins (7bd5075)
  • data-table: Add noflip annotation to header cell text align (843f636)
  • data-table: Check if data table has checkboxes on destroy (164c073)
  • data-table: Fix icon misalignment in sort icon button when sorted down (610c26c)
  • data-table: Fix JS error in IE11 when setting multiple styles (d548d7a)
  • data-table: Fix pagination box height (eb28b6e)
  • data-table: Fix row checkbox cell's leading padding to match spec (38ef450)
  • data-table: Fixed default feature targeting query params of sort mixins (e33c49e)
  • data-table: Hover styles for sortable header cell (d580805)
  • data-table: partial rollback of #6390 (da72839)
  • data-table: Reverse the arrow direction icon for column sorting (a7c827f)
  • data-table: Set progress indicator height to table body offset height (c678a9d)
  • data-table: unable to redefine colors in class-based themi… (#5751) (4d48051)
  • data-table: unable to redefine colors in class-based theming (4b45b66)
  • datatable: Fix updating the header checkbox when there are no rows in a datatable (2ccf996)
  • dom: Make dom selectors in dom/announce tests scoped (fc65fd0)
  • elevation: Use relative path when importing theme Sass file. (405a29a)
  • linear-progress: disable animations when closed (a831d47)
  • linear-progress: performance for indeterminate animations in modern browsers (fc0eb50)
  • linear-progress: Temporary rollback of #5656 while updating downstream dependencies (9cf5e98)
  • list: No longer emits action event when disabled item selected (f352d03), closes #5571
  • mdc-dialog: second dialog data-mdc-dialog-initial-focus doesn't work (a0ec7e2)
  • menu-surface: Use margin_to_edge as a viewport margin in calculations for autopositioning. (4b04cdb)
  • menusurface: Fixing bug where body click listener is not being properly deregistered. (5511c52), closes #6557
  • menusurface: synchronous quick menu does not close on button click (45a6615)
  • radio: disabled state in IE high contrast mode (774dcfc)
  • segmented-button: Fixed unit test in IE11 (#6271) (b96fbfc)
  • segmented-button: Move include statements to avoid nested classes (#6380) (bcc5829)
  • segmented-button: Use empty clientRect in default adapter (#6343) (9f9aac8)
  • select: Deduplicate change events (4ad1274), closes #5570
  • select: do not emit change event when same value selected twice (e07a708)
  • select: ensure enough space for label when outlined menu opening above (66b8ed7)
Commits
  • 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
  • 95aff33 refactor(feature-targeting): Use _feature-targeting.scss module when referenc...
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 #117.