Skip to content

0.3.18

Compare
Choose a tag to compare
@edhager edhager released this 08 Jun 21:08
· 22 commits to dev-0.3 since this release

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 and Grid do not support stores. (thanks @jdonaghue)
  • Updated Editor documentation to better describe the dgrid-datachange event. (#1142)
  • Fixed a scrolling performance issue in OnDemandList by using requestIdleCallback (#1351 thanks @msssk)
  • Allow empty stores to be observed. (#1359 thanks @mwistrand)