0.3.18
Bug Fixes
- Added logic to the
Keyboard
mixin to ensure that the entire column for the currently-focused cell is within view. (#1086) - Updated the documentation to indicate
List
andGrid
do not support stores. (thanks @jdonaghue) - Updated
Editor
documentation to better describe thedgrid-datachange
event. (#1142) - Fixed a scrolling performance issue in
OnDemandList
by usingrequestIdleCallback
(#1351 thanks @msssk) - Allow empty stores to be observed. (#1359 thanks @mwistrand)