Skip to content

Commit

Permalink
Merge pull request #413 from kfranqueiro/update-changes
Browse files Browse the repository at this point in the history
Update CHANGES.md to reflect #407, #408, #411, #412
  • Loading branch information
SitePenKenFranqueiro committed Feb 5, 2013
2 parents 4b54bd0 + 02e3327 commit 1df3974
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,43 @@
This document outlines changes since 0.3.0. For older changelogs, see the
[dgrid wiki](https://github.com/SitePen/dgrid/wiki).

# master (0.3.6-dev)

## Breaking changes

### OnDemandList's dgrid-refresh-complete event no longer includes rows

The `rows` property of this event was removed to match the implementation
added to the Pagination extension, which does not include it. If a particular
row is needed, it can be resolved from the QueryResults included on the event
via `grid.row(...).element`.

## Significant changes

### General/Core

* Added an index page to the test folder to browse the tests via a grid. (#407)
* Added a preliminary set of DOH tests to assist in spotting regressions. (#412)

### Extensions

* The `Pagination` extension now emits `dgrid-refresh-complete` like
`OnDemandList`. (#188, #411)

## Other changes and fixes

### General/Core

* Fixed `Grid#styleColumn`, which had broken in 0.3.5. (#408)
* Fixed logic in `_StoreMixin` to work around a
[Dojo 1.8 bug with `when`](http://bugs.dojotoolkit.org/ticket/16667), which
could inappropriately mutate the return value of `_trackError`. (#411)
* Fixed logic in `OnDemandList` so that asynchronous errors during `refresh`
are properly signaled via the promise it returns. (#411)

# 0.3.5

## Breaking Changes
## Breaking changes

### Signature of the newRow method

Expand Down

0 comments on commit 1df3974

Please sign in to comment.