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

fix(deps): update dependency @material/toolbar to ^0.33.0 - autoclosed #31

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2018

This Pull Request updates dependency @​material/toolbar from ^0.28.0 to ^0.33.0

Release Notes

v0.29.0

Bug Fixes
  • checkbox: Fix background fading too fast (#​2122) (d461374)
  • demos: Fix drawer menu icon position in RTL (#​1931) (8848fcc)
  • demos: Fix ready.js to avoid false positive before document load (#​2180) (2fe4dcd)
  • demos: Re-enable JS source maps (#​2124) (929eb8c)
  • demos: Sanitize slider input values (#​2018) (f3d4ca7)
  • drawer: Fix slidable drawer's closed position in RTL (#​1957) (486ec87), closes #​1930
  • drawer: fixed drawer demo typos (#​2115) (c52a4b6)
  • drawer: remove dark theme (#​2080) (f05ebb5)
  • list: Add missing import (#​2150) (5dcc918)
  • list: added ellipsis to text and secondary text if text overflows (#​2049) (526521c)
  • list: Don't allow graphic to shrink when text overflows (#​1943) (da007f5), closes #​1941
  • list: updated demo to show checkbox examples (fa0f58c)
  • list: updated demo to show checkbox examples (#​2064) (ec3d489)
  • menu: Close menu when a list-item was clicked. (#​1756) (c052cfe), closes #​1747
  • ripple: Fix nested ripple handling to work with touch events (#​2178) (a633cf5)
  • ripple: Fix unbounded ripple sizes (#​2092) (41e3e89)
  • ripple: Only deduplicate events on parents whose children activated (#​2160) (d83d5bd)
  • ripple: Prevent ancestors of nested ripple surfaces from activating (#​2123) (0a83568)
  • select: Fix background-color that changed during first mixin PR (#​2070) (fe6186a)
  • select: Remove list CSS, and use mdc-list styles directly (#​2065) (e588392)
  • tabs: centered and adjusted vertical placement of css-only tab indicator (#​2141) (e01bb84)
  • text-field: Change text-field/label/variables file from css to scss. (#​2103) (2998a42)
  • text-field: Fix floating label for Outlined Text Fields with a leading icon. (#​2078) (ffca02d), closes #​1908
  • text-field: Indent Outlined Helper Text (#​2140) (220168a), closes #​2139
  • text-field: Make outline visibility directly linked to floating labels (#​2073) (6129f45)
  • text-field: move script tags below mdc.js tag (#​2179) (f5e506f)
  • added back missing import scss packages (#​2104) (ceb3d51)
  • text-field: Remove unnecessary styling on label in disabled state (#​2058) (23e6b26)
  • text-field: removed --float-above from --shake selectors (#​2007) (9d63b2e)
Chores
  • checkbox: Rename checkmark path for BEM (#​2096) (015c66b)
  • list: remove dark theme (#​2082) (a2c1bd0)
  • menu: Rename SimpleMenu to Menu (#​2061) (26c9aec)
  • slider: remove dark theme (#​2099) (e1ea223)
  • tabs: removed .mdc-toolbar specific selectors (#​1979) (b32d013)
  • theme: remove dark theme (#​2169) (13b5605)
Features
  • button: removed dark theme from buttons (#​2038) (dee5055)
  • button: removed unused imports from css (#​2093) (339e15b)
  • card: Add --stroked variant and mdc-card-stroke mixin (#​2035) (76e56cf), closes #​1708
  • card: Add theme mixins; remove content layouts (#​2025) (5f338e6), closes #​1126
  • chips: Baseline chip and chip set (#​2083) (17c6c51)
  • dialog: remove dark theme (#​2079) (3af1221)
  • menu: Add --selected class to menu items (#​2084) (04a6ee6)
  • menu: Add quickOpen option. (#​2127) (e571a53)
  • ripple: Split radius mixin into bounded/unbounded versions (#​2112) (1f3871c)
  • select: Add non box version (#​2149) (d2e53e8)
  • select: Remove css version (#​2116) (f44721c)
  • select: removed dark theme (#​2098) (c928bce)
  • text-field: Move bottom-line to separate package (#​2037) (1dc0e85)
  • text-field: Move final JS colors to mixins. Update demos (#​2006) (989c516)
BREAKING CHANGES
  • theme: Deleted mdc-theme-light-or-dark and mdc-theme-dark
  • tabs: Removal of .mdc-toolbar selector forces clients to customize tab-bars within toolbars that require a different ink color.
  • ripple: Adds containsEventTarget(target) API to the ripple adapter.
  • chips: A new package mdc-chip has been added.
  • text-field: Moves the text-field bottom-line element to a new package (mdc-line-ripple), so we can reuse it in other components. The HTML class name for the bottom-line element has changed from mdc-text-field__bottom-line to mdc-line-ripple. Removes the animation end events from the bottom-line. Renames the bottom-line to line-ripple.
  • select: Removes the CSS version of the mdc-select element.
  • menu: Removes the eventTargetHasClass from the adapter.
  • slider: Removed $mdc-slider-dark-theme-assumed-bg-color from slider variables.
  • ripple: mdc-ripple-radius is replaced by mdc-ripple-radius-bounded and mdc-ripple-radius-unbounded; use one or the other as appropriate for the surface. The default 100% value of the unbounded mixin now results in a smaller, more appropriate radius.
  • card: All CSS classes for content layouts have been removed. Clients should decide what kind of layout is best for their specific use case. Dark theme CSS classes have been removed; use the Sass mixin or custom CSS instead.
  • checkbox: All checkboxes need to update the SVG path's class from mdc-checkbox__checkmark__path to mdc-checkbox__checkmark-path.
  • menu: Renames MDCSimpleMenu to MDCMenu. Renames all mdc-simple-menu classes to mdc-menu. JS and SASS file paths for the menu have changed.
  • list: Renamed divider sass vars $mdc-list-divider-color-light to $mdc-list-divider-color-on-light-bg, $mdc-list-divider-color-dark to $mdc-list-divider-color-on-dark-bg

v0.30.0

Bug Fixes
  • button: Increase specifity of button icon's CSS class (#​2242) (f91d25e)
  • card: Remove unused dep/import and add missing dep (#​2234) (a6de863), closes #​2231
  • checkbox: Avoid using & within [@​at-root] context (#​2238) (665cf12)
  • demos: Remove space between toolbar title and navigation icon. (#​2174) (3b0977d)
  • menu: Rename test files (#​2168) (5ea5c2f)
  • menu: Use mdc-theme-prop to support css variables on background (#​2253) (1cc5dd5)
  • ripple: Ensure hover/focus states have proper z-index (#​2204) (751dabd)
  • ripple: use default computeBoundingRect for all components with ripple (#​2216) (229e590)
  • select: pre-selected option correctly floats label (#​2125) (fac0d03)
  • switch: change all border-radius values to 50% instead of hardcoded pixel values (#​2255) (1b2219b)
  • text-field: Apply error color on bottom line of fullwidth field (#​2197) (a6500bd)
  • theme: fix select underline (#​2236) (4514e03)
Features
  • card: Add primary action element with hover, focused, and pressed states (#​2039) (3949dbe), closes #​1709
  • chips: Add Sass mixins for customization (#​2177) (667513c)
  • chips: Handle leading/trailing icon styles (#​2191) (be71f9f)
BREAKING CHANGES
  • chips: MDC Chips has new Sass mixins.

v0.32.0

Bug Fixes
  • button: icon in rtl should have margin right flipped. (#​2346) (3c04419)
  • card: Center background image (#​2388) (466e7db)
  • checkbox: add aria-checked=mixed to indeterminate state (#​2389) (cf45654)
  • demos: Correct RTL/LTR toggling in demos in Safari (#​2348) (b9000a4)
  • drawer: Update menu icon to be anchor element (#​2372) (1065a74)
  • rtl: Adding noflip annotations to fix downstream rtl issues (#​2344) (dc3d69f)
  • text-field: Clicking label should focus textfield (#​2353) (f17e0d3)
  • Use var instead of const in menu demo (#​2345) (ab85736)
  • theme: Move [@​alternate] annotations for Closure Stylesheets (#​2355) (dc52201)
  • toolbar: Fix colors for svg icons. Update custom-toolbar demo (#​2331) (35a5cfc)
  • top-app-bar: Adjust title padding-left styles (#​2390) (e24480c)
  • top-app-bar: Fix border-radius mixin to use parameter instead of variable (#​2396) (671aa4c)
  • top-app-bar: Update short collapsed border-radius to match baseline (#​2407) (cea9de6)
Chores
  • notched-outline: separate outline from text-field (#​2326) (e215ca8)
Code Refactoring
  • button: Remove compact variant (#​2361) (77b15f4)
Features
  • button: Add ability to color icons separately from the text (#​2362) (6e5139c)
  • button: Add support for SVG icons (#​2352) (499ad15)
  • chips: Replace leading icon with checkmark in selected filter chips (#​2320) (0b73002)
  • image-list: Add base styles and mixins for Standard Image List (#​2367) (71ea82a)
  • image-list: Add corner radius mixin (#​2385) (567deec)
  • image-list: Add Masonry Image List (#​2381) (d368fa7)
  • ripple: Expose mdc-states-opacity; fix press fallback (#​2402) (2dfaec6)
  • top-app-bar: Add prominent style (#​2349) (f59b109)
  • top-app-bar: Switch to use variant specific foundations (#​2412) (2950b3e)
BREAKING CHANGES
  • notched-outline: removed mdc-text-field__outline element for mdc-notched-outline.
    Renamed mdc-text-field-outlined-corner-radius to mdc-text-field-outline-corner-radius.
  • chips: renamed (de)registerInteractionHandler to (de)registerEventHandler and added multiple new methods to MDCChipAdapter. Also changed HTML structure of filter chips to include checkmark.
  • checkbox: Adds setNativeControlAttr and removeNativeControlAttr adapter APIs.
  • button: The compact variant of MDC Button is removed.

v0.33.0

Bug Fixes
  • button: icon in rtl should have margin right flipped. (#​2346) (3c04419)
  • card: Center background image (#​2388) (466e7db)
  • checkbox: add aria-checked=mixed to indeterminate state (#​2389) (cf45654)
  • demos: Correct RTL/LTR toggling in demos in Safari (#​2348) (b9000a4)
  • drawer: Update menu icon to be anchor element (#​2372) (1065a74)
  • rtl: Adding noflip annotations to fix downstream rtl issues (#​2344) (dc3d69f)
  • text-field: Clicking label should focus textfield (#​2353) (f17e0d3)
  • Use var instead of const in menu demo (#​2345) (ab85736)
  • theme: Move [@​alternate] annotations for Closure Stylesheets (#​2355) (dc52201)
  • toolbar: Fix colors for svg icons. Update custom-toolbar demo (#​2331) (35a5cfc)
  • top-app-bar: Adjust title padding-left styles (#​2390) (e24480c)
  • top-app-bar: Fix border-radius mixin to use parameter instead of variable (#​2396) (671aa4c)
  • top-app-bar: Update short collapsed border-radius to match baseline (#​2407) (cea9de6)
Chores
  • notched-outline: separate outline from text-field (#​2326) (e215ca8)
Code Refactoring
  • button: Remove compact variant (#​2361) (77b15f4)
Features
  • button: Add ability to color icons separately from the text (#​2362) (6e5139c)
  • button: Add support for SVG icons (#​2352) (499ad15)
  • chips: Replace leading icon with checkmark in selected filter chips (#​2320) (0b73002)
  • image-list: Add base styles and mixins for Standard Image List (#​2367) (71ea82a)
  • image-list: Add corner radius mixin (#​2385) (567deec)
  • image-list: Add Masonry Image List (#​2381) (d368fa7)
  • ripple: Expose mdc-states-opacity; fix press fallback (#​2402) (2dfaec6)
  • top-app-bar: Add prominent style (#​2349) (f59b109)
  • top-app-bar: Switch to use variant specific foundations (#​2412) (2950b3e)
BREAKING CHANGES
  • notched-outline: removed mdc-text-field__outline element for mdc-notched-outline.
    Renamed mdc-text-field-outlined-corner-radius to mdc-text-field-outline-corner-radius.
  • chips: renamed (de)registerInteractionHandler to (de)registerEventHandler and added multiple new methods to MDCChipAdapter. Also changed HTML structure of filter chips to include checkmark.
  • checkbox: Adds setNativeControlAttr and removeNativeControlAttr adapter APIs.
  • button: The compact variant of MDC Button is removed.

Commits

v0.32.0

  • 4514e03 fix(theme): fix select underline (#​2236)
  • b57226a docs(menu): Remove unsupported initially-open DOM example (#​2235)
  • 665cf12 fix(checkbox): Avoid using & within @​at-root context (#​2238)
  • 5ea5c2f fix(menu): Rename test files (#​2168)
  • 003381c chore(switch): reduce sass specificity (#​2155)
  • f91d25e fix(button): Increase specifity of button icon's CSS class (#​2242)
  • b8105ac chore: Refactor CSS bundle factory JS into scripts/webpack/ (#​2195)
  • 24b82dc docs(text-field): replace 'tab' with 'text-field' (#​2247)
  • 3b0977d fix(demos): Remove space between toolbar title and navigation icon. (#​2174)
  • 3413f80 select(refactor): decouple label from select (#​2244)
  • 1b2219b fix(switch): change all border-radius values to 50% instead of hardcoded pixel values (#​2255)
  • 86564d7 chore(toolbar): Add more text to each toolbar demo (#​2260)
  • 1cc5dd5 fix(menu): Use mdc-theme-prop to support css variables on background (#​2253)
  • be71f9f feat(chips): Handle leading/trailing icon styles (#​2191)
  • ce3841f chore: Publish
  • 2c8b4ec docs: Update CHANGELOG.md
  • e1e50cc docs(package): update docs to release (#​2276)
  • f89cd10 feat(chips): Add mdc-chip-set--choice variant (#​2215)
  • 0ad69c4 feat(top-app-bar): Baseline top app bar component (#​2225)
  • 569054b docs(switch): Update to match README best practices (#​2219)
  • 9ae7f08 test(form-field): add suite identifiers to unit tests (#​2220)
  • bc13750 test(line-ripple): Update tests (#​2291)
  • b8ae66c fix(select): add tests for select label package (#​2289)
  • 67d9821 Update recast to the latest version 🚀 (#​2274)
  • 56178c8 Update stylelint to the latest version 🚀 (#​2271)
  • 399b721 Update autoprefixer to the latest version 🚀 (#​2230)
  • d0a475a refactor(select): decouple bottom line (#​2267)
  • 06e39b1 fix(ripple): Fix selected opacity levels (#​2294)
  • b996b7f feat(chips): Create mixin to customize chip margins (#​2277)
  • d2c9726 fix(toolbar): Fix icon padding for ripples, and vertical alignment in FF/IE/Edge (#​2138)
  • 1d131b4 chore(infrastructure): Removing unnecessary style-loader (#​2299)
  • e849937 fix(chips): Emit custom event from trailing icon (#​2286)
  • 2d48ea5 chore(top-app-bar): Update copyright notices. (#​2300)
  • 4fb7036 chore(line-ripple): Update copyright notices (#​2303)
  • 1c324db chore(slider): Add @​license annotation to js files (#​2304)
  • d28db49 chore(package): Reorder line-ripple in package and material-components-web files (#​2305)
  • 807b6ce feat(chips): Handle multi-select for filter chips (#​2297)
  • d8dae34 fix(select): Fix floating label for pre-selected option (#​2306)
  • 94a2cd3 docs: Update our quick start and getting started docs (#​2312)
  • a9f9bf2 docs(select): Fix front matter for label sub-component (#​2323)
  • fd8d8d9 feat(top-app-bar): Implement short top app bar (#​2290)
  • 4b24b51 chore(floating-label): separate label module from text-field (#​2237)
  • ecf4060 feat(chips): Change chip color when selected (#​2329)
  • c14d244 chore(select): Fix ID values in demo (#​2330)
  • 0ba7d10 fix(text-field): disable validation check in setRequired (#​2201)
  • bc17291 feat(top app bar): Add short top app bar always collapsed feature (#​2327)
  • 49a9449 chore(select): Fix JS example in Readme (#​2332)
  • 78408bb fix: Use var instead of const in demos/ready.js (#​2343)

v0.33.0

  • f478610 chore: Publish
  • eb4138e docs: Update CHANGELOG.md
  • dc3d69f fix(rtl): Adding noflip annotations to fix downstream rtl issues (#​2344)
  • ab85736 fix: Use var instead of const in menu demo (#​2345)
  • b9000a4 fix(demos): Correct RTL/LTR toggling in demos in Safari (#​2348)
  • 3c04419 fix(button): icon in rtl should have margin right flipped. (#​2346)
  • dc52201 fix(theme): Move @​alternate annotations for Closure Stylesheets (#​2355)
  • 35a5cfc fix(toolbar): Fix colors for svg icons. Update custom-toolbar demo (#​2331)
  • 77b15f4 refactor(button): Remove compact variant (#​2361)
  • f17e0d3 fix(text-field): Clicking label should focus textfield (#​2353)
  • 537ae00 chore: Refactor JS bundle factory code into scripts/webpack/ (#​2324)
  • 1065a74 fix(drawer): Update menu icon to be anchor element (#​2372)
  • 499ad15 feat(button): Add support for SVG icons (#​2352)
  • 8b799a5 chore: Improve readability of webpack.config.js (#​2368)
  • 4c7f006 chore: Move demo Webpack config to separate file (#​2325)
  • 71ea82a feat(image-list): Add base styles and mixins for Standard Image List (#​2367)
  • e648123 docs(image-list): Fix hero section of demo in IE 11 (#​2382)
  • f59b109 feat(top-app-bar): Add prominent style (#​2349)
  • cf45654 fix(checkbox): add aria-checked=mixed to indeterminate state (#​2389)
  • 567deec feat(image-list): Add corner radius mixin (#​2385)
  • 0b73002 feat(chips): Replace leading icon with checkmark in selected filter chips (#​2320)
  • e24480c fix(top-app-bar): Adjust title padding-left styles (#​2390)
  • 30a29f6 style: Order column-count before column-gap (#​2395)
  • d368fa7 feat(image-list): Add Masonry Image List (#​2381)
  • 671aa4c fix(top-app-bar): Fix border-radius mixin to use parameter instead of variable (#​2396)
  • 466e7db fix(card): Center background image (#​2388)
  • cea9de6 fix(top-app-bar): Update short collapsed border-radius to match baseline (#​2407)
  • c2eb537 chore(infrastructure): update node-sass, now that it works with node 8 (#​2408)
  • e215ca8 chore(notched-outline): separate outline from text-field (#​2326)
  • 2dfaec6 feat(ripple): Expose mdc-states-opacity; fix press fallback (#​2402)
  • 2950b3e feat(top-app-bar): Switch to use variant specific foundations (#​2412)
  • 04b9ea0 docs(image-list): Add photos to demos (#​2416)
  • 6e5139c feat(button): Add ability to color icons separately from the text (#​2362)

This PR has been generated by Renovate Bot.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 49.593% when pulling 8231dbb on renovate/material-toolbar-0.x into 9af6ed2 on master.

@renovate renovate bot force-pushed the renovate/material-toolbar-0.x branch from 8231dbb to 7eb2500 Compare February 5, 2018 22:10
@renovate renovate bot changed the title fix(deps): update dependency @material/toolbar to ^0.29.0 fix(deps): update dependency @material/toolbar to ^0.30.0 Feb 5, 2018
@renovate renovate bot force-pushed the renovate/material-toolbar-0.x branch 2 times, most recently from 7ce3a59 to 6511eab Compare February 12, 2018 22:24
@renovate renovate bot force-pushed the renovate/material-toolbar-0.x branch 2 times, most recently from ecb80da to 555ef62 Compare March 5, 2018 22:11
@renovate renovate bot changed the title fix(deps): update dependency @material/toolbar to ^0.30.0 fix(deps): update dependency @material/toolbar to ^0.32.0 Mar 5, 2018
@renovate renovate bot force-pushed the renovate/material-toolbar-0.x branch from 555ef62 to 8df9b18 Compare March 19, 2018 16:44
@renovate renovate bot changed the title fix(deps): update dependency @material/toolbar to ^0.32.0 fix(deps): update dependency @material/toolbar to ^0.33.0 Mar 19, 2018
@renovate renovate bot changed the title fix(deps): update dependency @material/toolbar to ^0.33.0 fix(deps): update dependency @material/toolbar to ^0.33.0 - autoclosed Mar 29, 2018
@renovate renovate bot closed this Mar 29, 2018
@renovate renovate bot deleted the renovate/material-toolbar-0.x branch March 29, 2018 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants