Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwragg committed Mar 31, 2016
1 parent 4d57c0b commit 2104417
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.2.0
=================
* Initial support for cell and row highlighting. See demo.html for an example.
* Support for 'high'/'medium'/'low' highlight styles on given cell or row.
* Light DOM observation of addition and removal of px-data-table-columns elements. Table now dynamically reacts to these changes.
* Remove 'x' from input elements on IE and Edge.
* Fix for making highlight and selected rows consistent when filtering or ordering of columns.
* Fixes for IE when using column and cell highlight.
* More tests.

v1.1.3
=================
* Move bower components to use registered component names.
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.1.3",
"version": "1.2.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.1.3",
"version": "1.2.0",
"extName": null,
"repository": {
"type": "git",
Expand Down

0 comments on commit 2104417

Please sign in to comment.