[Snyk] Upgrade @material/mwc-radio from 0.3.6 to 0.26.1 #98
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @material/mwc-radio from 0.3.6 to 0.26.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @material/mwc-radio
Fixed
.js
to import pathsChanged
Fixed
linear-progress
,circular-progress
update
typing to usePropertyValues
chore(iconbutton): Modify link icon button syntax.
PiperOrigin-RevId: 404792275
Fixed
textfield
step
attribute toString
to allowstep="any"
declaratively.Added
formfield
click()
calls to slotted element[v0.25.1] - 2021-09-20
Changed
package.json
explicitly includes the latest Lit 1 versions of lit-html and lit-element
or deduplicate your versions of Lit 1 with your bundler
~0.23.0
[v0.25.0] - 2021-09-20
npm error mid publish
[v0.24.0] - 2021-09-20
null version. accidentally polluted tag.
PiperOrigin-RevId: 397900048
[v0.23.0] - 2021-09-13
This is the last Lit 1 release. Future releases will be using Lit 2.0.0
Changed
switch
@ material/mwc-switch/deprecated
checked
renamed toselected
change
event (useclick
events)Fixed
@ material/mwc-ripple
and@ material/mwc-icon
to reduce duplicate registration errors for thoseelements in certain environments.
elevation-overlay
main
andmodule
fields inpackage.json
.icon-button
@ material/mwc-base
.icon-button-toggle
lit-html
.menu
--mdc-menu-item-height
textarea
textfield
Added
button
ariaHasPopup
propertyicon-button
ariaHasPopup
propertymenu
innerAriaLabel
propertyslider
list
SelectedEvent
,SingleSelectedEvent
,MultiSelectedEvent
now exported frommwc-list-base
andmwc-list
filesChanged
static get styles = styles;
to bean array of
[styles]
findAssignedElement
from utils, use@ queryAssignedNodes
lit decorator instead.google bug is resolved
Fixed
select
aria-labelledby
only when a label is actually providedtextarea
aria-labelledby
only when a label is actually providedtextfield
firstUpdated
code path to avoid a race condition in initialization withnotched-outline
aria-labelledby
only when a label is actually providedaria-errortext
attributeAn infinite loop caused by having both
_getUpdateComplete
andgetUpdateComplete
introduced by lit-element 2.5.0Added
[v0.21.0] - 2021-04-30
Changed
private
toprotected
base
HTMLElementWithRipple
interfaceripple
property typingcheckbox
ripple
menu
closing
event triggering any immediate action that must be takenwithout waiting for animations to finish.
spec.
select
fixedMenuPosition
to allow menu overlaying in nested absolutecontexts e.g. dialog.
Fixed
circular-progress
aria-label
attributedialog
before opening animation is completed.
firstUpdated
fab
FormElement
change
event re-refiring is neededicon-button
label
property to usearia-label
attributeicon-button-toggle
label
property to usearia-label
attributelinear-progress
ariaLabel
property to usearia-label
attributelist
ripple
isActive()
hover
effect is stuck when togglingdisabled
select
tab
Added
base
@ ariaProperty
decoratorcheckbox
ariaLabel
,ariaLabelledBy
,ariaDescribedBy
, andname
propertiesfab
--mdc-fab-focus-outline-color
--mdc-fab-focus-outline-width
select
layoutOptions
method from foundationswitch
ariaLabel
andariaLabelledBy
propertiesradio
ariaLabel
andariaLabelledBy
slider
ariaLabel
andariaLabelledBy
Changed
ripple_directive
mwc-ripple
Added
button
--mdc-button-raised-box-shadow-hover
Fixed
textfield
checkbox
inline-flex
to fix layout issuesChanged
textfield
autoValidate
now validates on value change rather than inputripple
--m-ripple-z-index
=>--mdc-ripple-z-index
.list
itemsReady
promise to the list's updateCompletetab
activate()
before first render does not throw an error.