You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a regression related to OnDemandList in conjunction with the tree
plugin, where queries would not fire due to confusion between different levels.
(#717)
Fixed a regression related to List and OnDemandList in conjunction with tree by adding a cleanEmptyObservers flag, which tree will set to false.
(#713)
Added a highlightDuration property to List to allow customizing the length
of time that rows remain highlighted when modified. (#736, thanks Zarillion)
Mixins
Fixed a follow-up issue in Selection related to the fix for #226, where
deselect events were not firing for removed rows. (#684)
Column Plugins
The tree column plugin will now include an originalQuery property in the options object passed to getChildren, allowing store implementations to
re-apply query filters to queries for child items. (#145, #732)
Extensions
The Pagination extension now has proper setters for rowsPerPage and pageSizeOptions. If rowsPerPage is set to a value that is not present in pageSizeOptions, an option will be added for the new value. The drop-down's
options will always appear in ascending order. (#631)
Other changes and fixes
General/Core
Fixed an issue in OnDemandList#_calcRowHeight to properly calculate height
of the first row. (#552)
Fixed a compatibility issue in OnDemandList and dojo/store/DataStore due
to a conflicting property in queryOptions. (#440)
Mixins
Fixed an issue in Selection where its select-all keybinding would prevent
select-all functionality within text editors. (#711)
Fixed an issue in Selection where the selection could fall out of sync for
an item with a falsy id. (#715)
Extensions
The Pagination extension will now render its footer controls properly in RTL
locales (provided dgrid_rtl.css is loaded). (#707)