Minor Changes
All machines
- Describe the anatomy of a machine and use it to generate
data-scope
anddata-part
Menu 0.3.0
- Add support for
onOpen
andonClose
callbacks
Patch Changes
Menu 0.3.0
- Change
activeId
tohighlightedId
Accordion 0.2.3
- Fix issue where value was reset infinitely when
value: []
andmultiple: false
is passed to machine context.
Checkbox 0.2.4
-
Fix issue where
onChange
is called with incorrect checked state -
Use aria-readonly instead of
readOnly
attribute.readonly
attribute only applies to text inputs, not checkboxes and radios according to the spec -
Remove unused
aria-invalid
property -
Remove
aria-checked
andaria-disabled
from checkbox input part. Based on recent spec, those attributes should be applied to native input elements. -
Move html
for
attribute torootProps
so it targets label elements.
Tooltip 0.2.3
- Fix issue where the
hidden
property is not added to the content element.
Edit this page on GitHub