Added
- ScrollArea [NEW]: Add support for new scroll area component.
Fixed
-
ListCollection
- Avoid recomputing groups on every call to
at()
andindexOf()
- Fixed bug in
find()
method (was checking!= null
instead of!== -1
)
- Avoid recomputing groups on every call to
-
GridCollection: Avoid recomputing rows on every call to
getRows()
-
Menu
- Add
data-state
attribute for context menu trigger - Fix context menu positioning bug where reopening at the same coordinates fails to reposition
- Add