v0.16.0
Pre-release
Pre-release
BREAKING: This release fixes a rendering bug in the descendants
, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.
We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.
This applies to all collection-based compound components:
- Tabs
- Accordion
- MenuButton
- Listbox
- Combobox
🐛 Bugfixes
menu-button
- Reference root's ownerDocument instead of global, better support in iframes
✨ Enhancements
menu-button
- Better handling of mouse-move that caused problems with long lists on small screens
dialog
- Update dependencies to fix small bugs in focus-lock
rect
- Only log warning if
observe
is true
- Only log warning if
🤜🤛 3 Committers
- Chance Strickland (@chaance)
- Aliaksei Kirylchyk (@akirilchik)
- Rauno (@raunofreiberg)