Skip to content

Commit

Permalink
Release PR #112
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwragg committed Mar 15, 2017
1 parent 6a28d0e commit 9be37ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.0.0
==================
* This release addresses a number of issues (PR #112):
* fixes the behavior of the selectable column (currently appears in the wrong place when turned on dynamically)
* adds an option for single-select (radio button vs checkbox)
* fires the row-click behavior for non-editable cells
* fixes the validateEvent error
* changes the behavior of row declaration (it will create all of the columns found in data with default settings then override the settings for any columns declared in lightDOM).

v1.15.21
==================
* Issue #108
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-data-table",
"version": "1.15.21",
"version": "2.0.0",
"main": [
"px-data-table.html"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-data-table",
"author": "General Electric",
"description": "A Px component",
"version": "1.15.21",
"version": "2.0.0",
"extName": null,
"repository": {
"type": "git",
Expand Down

0 comments on commit 9be37ac

Please sign in to comment.