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 material monorepo to v0.42.0 #85

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2018

This PR contains the following updates:

Package Type Update Change References
@​material/select dependencies minor 0.38.0 -> 0.42.0 source
@​material/toolbar dependencies minor ^0.38.0 -> ^0.42.0 source

Release Notes

material-components/material-components-web

v0.42.0

Compare Source

Bug Fixes
  • card: Corrected baseline shape value of card small => medium (#​4060) (acb9443)
  • card: Update elevation to match spec (#​4040) (a6b028d)
  • checkbox: remove adapter.getNativeCb and move property hooks to component (#​4073) (5ab68fe)
  • dialog: Cancel open's rAF when close is called (#​4087) (2516c25)
  • dialog: Release focus after style changes on close (#​4069) (e12997a)
  • drawer: allow drawer below top app bar (#​4028) (ebdb084)
  • drawer: check for existence of ANIMATE class name in isOpening condition (#​4078) (a4fd0a6)
  • drawer: Fix issue where drawer fires opened event twice. (#​4027) (72ef4e8)
  • fab: Separate mixins for regular FAB and Extended FAB (#​4082) (003e95f)
  • list: Fix font size and placement for avatar graphic (#​4021) (5abe685)
  • list: Update ARIA attributes for radio/checkbox based list (#​4055) (76b404e)
  • ripple: Suppress before/after when color is transparent (#​4112) (2e2b227)
  • select: Add missing exports (#​4129) (dbc429a)
  • select: Enhanced select doesn't wrap focus (#​4083) (c640d50)
  • select: Remove style customization for native select > option (#​4089) (379c522)
  • shape: Add noflip comments, fix RTL for categories (#​4116) (62054f8)
  • text-field: Send client position to line ripple for touch events (#​4084) (95c0a98)
  • top-app-bar: Move scroll target initialization; improve test (#​4106) (f799659)
Code Refactoring
  • notched-outline: Refactor notched outline to use 3 divs (#​4035) (9741233)
Features
BREAKING CHANGES
  • notched-outline: The notched outline has been changed from using an SVG for the outline to using 3 div elements. This approach resolves initial rendering issues as well as inconsistencies between the different types of outlines. Please refer to the Readme or the screenshot test pages for details and examples.
  • checkbox: The component is now responsible for calling MDCCheckboxFoundation#handleChange when the checked and indeterminate properties change.
  • list: Replaced toggleCheckbox adapter method with setCheckedCheckboxOrRadioAtIndex and added 3 more new adapter methods for improved accessibility.
  • fab: Fab now has 2 separate mixins - mdc-fab-shape-radius for regular / mini Fab variants & mdc-fab-extended-shape-radius for Extended FAB variant.

0.41.1 (2018-11-14)

Bug Fixes

v0.41.0

Compare Source

Bug Fixes
  • card: Corrected baseline shape value of card small => medium (#​4060) (acb9443)
  • card: Update elevation to match spec (#​4040) (a6b028d)
  • checkbox: remove adapter.getNativeCb and move property hooks to component (#​4073) (5ab68fe)
  • dialog: Cancel open's rAF when close is called (#​4087) (2516c25)
  • dialog: Release focus after style changes on close (#​4069) (e12997a)
  • drawer: allow drawer below top app bar (#​4028) (ebdb084)
  • drawer: check for existence of ANIMATE class name in isOpening condition (#​4078) (a4fd0a6)
  • drawer: Fix issue where drawer fires opened event twice. (#​4027) (72ef4e8)
  • fab: Separate mixins for regular FAB and Extended FAB (#​4082) (003e95f)
  • list: Fix font size and placement for avatar graphic (#​4021) (5abe685)
  • list: Update ARIA attributes for radio/checkbox based list (#​4055) (76b404e)
  • ripple: Suppress before/after when color is transparent (#​4112) (2e2b227)
  • select: Add missing exports (#​4129) (dbc429a)
  • select: Enhanced select doesn't wrap focus (#​4083) (c640d50)
  • select: Remove style customization for native select > option (#​4089) (379c522)
  • shape: Add noflip comments, fix RTL for categories (#​4116) (62054f8)
  • text-field: Send client position to line ripple for touch events (#​4084) (95c0a98)
  • top-app-bar: Move scroll target initialization; improve test (#​4106) (f799659)
Code Refactoring
  • notched-outline: Refactor notched outline to use 3 divs (#​4035) (9741233)
Features
BREAKING CHANGES
  • notched-outline: The notched outline has been changed from using an SVG for the outline to using 3 div elements. This approach resolves initial rendering issues as well as inconsistencies between the different types of outlines. Please refer to the Readme or the screenshot test pages for details and examples.
  • checkbox: The component is now responsible for calling MDCCheckboxFoundation#handleChange when the checked and indeterminate properties change.
  • list: Replaced toggleCheckbox adapter method with setCheckedCheckboxOrRadioAtIndex and added 3 more new adapter methods for improved accessibility.
  • fab: Fab now has 2 separate mixins - mdc-fab-shape-radius for regular / mini Fab variants & mdc-fab-extended-shape-radius for Extended FAB variant.

0.41.1 (2018-11-14)

Bug Fixes

v0.40.1

Compare Source

Bug Fixes

v0.40.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Anyone intending to build MDC Web's ES2015+ sources must directly import @material/foo/index. @material/foo will now resolve to UMD modules.
  • select: Several adapter APIs were added to support the enhanced variant. The drop-down arrow is now its own element. The change event is now MDCSelect:change for all variants. See the README for full details.
  • radio: Removed getNativeControl from adapter, and subsequent foundation methods that called getNativeControl. Foundation methods removed: isChecked, setChecked, isDisabled, getValue, setValue.
  • shape: Renamed shape global variables from $mdc-shape-*-surface-radius to $mdc-shape-*-component-radius
  • chips: deselect and toggleSelect are private methods. handleChipInteraction and handleChipRemoval now accept chipId instead of an event.

0.40.1 (2018-10-08)

Bug Fixes

v0.39.3

Compare Source

Bug Fixes

v0.39.1

Compare Source

Bug Fixes

v0.39.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • shape: The previous contents of the mdc-shape package have been removed and replaced with mixins implementing the Shape system. This system implements only rounded corners to provide a straightforward CSS-only solution. Replaced all _-corner-radius component mixins with _-shape-radius mixins to integrate with Shape system.
  • dialog: MDCDialog has been reimplemented to support more use cases, so APIs and the DOM structure have changed. See the mdc-dialog README for more information.
  • text-field: Component API's for interacting with icons has changed. Please refer to the documentation.
  • checkbox: Remove foundation methods for set/get indeterminate, value, disabled. Add adapter methods: isIndeterminate, isChecked, hasNativeControl, setNativeControlDisabled.

0.39.3 (2018-09-11)

Bug Fixes

0.39.1 (2018-08-31)

Bug Fixes

v0.38.1

Compare Source

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented Aug 13, 2018

Coverage Status

Coverage increased (+1.5%) to 39.088% when pulling b2f4c6d on renovate/material-monorepo into 142e80e on master.

@renovate renovate bot force-pushed the renovate/material-monorepo branch from 3e9ea37 to 65c86a3 Compare August 27, 2018 17:41
@renovate renovate bot changed the title fix(deps): update dependency @material/select to v0.38.1 fix(deps): update material monorepo Aug 27, 2018
@renovate renovate bot force-pushed the renovate/material-monorepo branch from 65c86a3 to f103958 Compare August 31, 2018 21:37
@renovate renovate bot force-pushed the renovate/material-monorepo branch 3 times, most recently from f73264e to 22f1ae7 Compare September 11, 2018 17:20
@renovate renovate bot force-pushed the renovate/material-monorepo branch from 22f1ae7 to 2106015 Compare September 24, 2018 20:03
@renovate renovate bot force-pushed the renovate/material-monorepo branch from 2106015 to b2f4c6d Compare October 8, 2018 20:55
@renovate renovate bot changed the title fix(deps): update material monorepo fix(deps): update material monorepo to ^0.40.0 Oct 8, 2018
@renovate renovate bot force-pushed the renovate/material-monorepo branch from b2f4c6d to e6a5c7b Compare October 29, 2018 20:32
@renovate renovate bot changed the title Oct 29, 2018
@renovate renovate bot force-pushed the renovate/material-monorepo branch from e6a5c7b to 5e3b3b8 Compare November 12, 2018 15:08
@renovate renovate bot force-pushed the renovate/material-monorepo branch from 5e3b3b8 to 960d258 Compare December 4, 2018 22:56
@renovate renovate bot changed the title fix(deps): update material monorepo to ^0.41.0 fix(deps): update material monorepo to ^0.42.0 Dec 4, 2018
@renovate renovate bot changed the title fix(deps): update material monorepo to ^0.42.0 fix(deps): update material monorepo to v0.42.0 Dec 14, 2018
@renovate
Copy link
Contributor Author

renovate bot commented Dec 14, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.42.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/material-monorepo branch December 14, 2018 10:47
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.

None yet

3 participants