Skip to content

Commit dbd2712

Browse files
committed
cut off release 1.4.3
1 parent 3acb61c commit dbd2712

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ Release History
22
---------------
33

44
## [Unreleased]
5+
### Fixed
6+
- Improved chunk method used for pagination
7+
58
# [1.4.2] - 2016-09-06
69

710
### Fixed
8-
- error when exporting hidden columns to excel
11+
- Error when exporting hidden columns to excel
912

1013
# [1.4.1] - 2016-08-30
1114

1215
### Fixed
13-
- null values in data were rendered as "null" in IE, now they're converted to empty string
16+
- Null values in data were rendered as "null" in IE, now they're converted to empty string
1417

1518
# [1.4.0] - 2016-08-30
1619
### Breaking changes

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-generic-table",
33
"description": "Generic Table - A generic table for Angular that leverages one time binding for fast rendering. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"keywords": [
66
"angular",
77
"generic-table",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-generic-table",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"devDependencies": {
55
"bower": "1.6.2",
66
"bower-art-resolver": "^2.0.1",

0 commit comments

Comments
 (0)