Skip to content

Commit

Permalink
Merge pull request #242 from Dwaynekj/ver-history
Browse files Browse the repository at this point in the history
version-history.md
  • Loading branch information
Dwaynekj authored Aug 8, 2016
2 parents 85f8bee + 107743f commit 81944e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
* If the cell value is a function, however, legacy behavior is maintained: This function takes priority over the column function.
* Upon selecting a new operator from a column filter cell's dropdown, rather than inserting the new operator at the cursor position, the old operator is now _replaced_ by the new one the operator. If the column filter cell contains several expressions (_i.e.,_ concatenated with `and`, `or`, or `nor`), the operator in the expression under the cursor is replaced.
* Group view
* [More notes needed.]
* Aggregations and Group View have been added as add-ons and removed from HyperGrid core
* The aggregations add-on has the same behavior as before while the Group View is a view of the original columns, with drill downs in the tree cell for expanding the groups provided
* Hypergrid now only loads with the original Datasource and filter datasource as defaults
* Demo 1: [`aggregations.html`](http://openfin.github.io/fin-hypergrid/aggregations-view.html)
* See Group Demo for example usage: [`group.html`](http://openfin.github.io/fin-hypergrid/group-view.html)

### 1.0.7 - 18 July 2016

Expand Down

0 comments on commit 81944e6

Please sign in to comment.