Skip to content

1.3.0

Compare
Choose a tag to compare
@msssk msssk released this 10 Jan 21:18
· 33 commits to master since this release

Enhancements

  • Add Russian language translations (#1402)
  • Display a console warning when column definitions are shared between grids since it can cause problems (2d0e895) and clarify documentation (64f8e15)
  • Replace rawgit with unpkg for CDN info in README (#1432)
  • Replace Bower instructions with npm in README, remove Bower config (#1393)
  • Add setRowIndex method for extensibility in dgrid/List (#382)
  • Pass row object to editorArgs function (#1061)
  • BREAKING: Decrease chance of XSS by providing separate API to set innerHTML with column formatter (#1419)

Bug fixes

  • Fix link to documentation in Laboratory demo (#1398)
  • Fix getting value from widget in dgrid/Editor (#1405)
  • Don't remove tracking when cleaning up collection dgrid/_StoreMixin (fixes tracking issues when using a single collection with multiple grids) (#1397)
  • Fix current touch event logic in dgrid/ColumnSet (4f09aed)
  • Fix memory leaks by freeing handles (#1418)
  • Fix memory leak in dgrid/extensions/ColumnReorder (#1168)
  • Fix issue with keepScrollPosition in dgrid/OnDemandList (#1416)
  • Ensure Tree#expand always returns a promise (#1415)
  • Fix sort arrow error in dgrid/Grid (#1413)
  • Improve row height calculations in dgrid/OnDemandList (#1423)
  • Fix key press errors with empty grid in dgrid/Keyboard (#1424)
  • Fix dgrid/Keyboard and dgrid/extensions/DnD incompatibility (#1067)
  • Update OnDemandList#refresh to return a QueryResults object (as Pagination#refresh does) (#1315)
  • Fix column hider visibility (#1447)