Minor Changes
All machines
- Describe the anatomy of a machine and use it to generate
data-scopeanddata-part
Menu 0.3.0
- Add support for
onOpenandonClosecallbacks
Patch Changes
Menu 0.3.0
- Change
activeIdtohighlightedId
Accordion 0.2.3
- Fix issue where value was reset infinitely when
value: []andmultiple: falseis passed to machine context.
Checkbox 0.2.4
-
Fix issue where
onChangeis called with incorrect checked state -
Use aria-readonly instead of
readOnlyattribute.readonlyattribute only applies to text inputs, not checkboxes and radios according to the spec -
Remove unused
aria-invalidproperty -
Remove
aria-checkedandaria-disabledfrom checkbox input part. Based on recent spec, those attributes should be applied to native input elements. -
Move html
forattribute torootPropsso it targets label elements.
Tooltip 0.2.3
- Fix issue where the
hiddenproperty is not added to the content element.
Edit this page on GitHub