· `Grid` now supports the `formatterScope` instance property, along the same lines as `dojox/grid`.
· `Grid` has been refactored to include `formatter` considerations within the default `renderCell` logic; this allows `formatter` functions to coexist with the `editor` and `tree` column plugins.
· Fixed an issue with `_StoreMixin` which caused `set` functions in column definitions to be ignored for all but the last subrow or columnset.
· Added an index page to the test folder to browse the tests via a grid.
· Added a preliminary set of DOH tests to assist in spotting regressions.
· Grid and the columns property.
· Signature of the newRow method.
· put-selector version.
· The ColumnResizer extension now honors a width property included on column definition objects for the purpose of initializing the width of a column; this can be useful if it is desired to persist and restore custom column widths from a cookie or other local storage.
· The ColumnResizer extension now honors a resizable property included on column definition objects for the purpose of disallowing resize of specific columns.
· Several mixin and extension modules have had their declare hierarchies simplified under the expectation that they will always be mixed in as documented, and never be instantiated directly.
· Column plugin names are now lowercase
· New TouchScroll implementation
· ColumnReorder: allows reordering columns in simple grids via DnD
· ColumnHider: allows dynamically hiding/showing grid columns from a simple menu
· Pagination: adds controls for discrete pagination
· column- and columnset-* classes now prefixed with dgrid-
· sortOrder property and sort function replaced by getter/setter
· columndef.get function now takes one parameter
· dgrid-select and dgrid-deselect events