Skip to content

Commit 9437cb4

Browse files
committed
(chore): release 1.7.0
1 parent 08f50a4 commit 9437cb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2579
-9005
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.7.0
4+
- Enhancement: Add RxJS Support
5+
- Chore: Fix builds on windows
6+
37
## 1.6.0
48
- Bug: Column headers not re-ordering (#238)
59
- Bug: Datatable doesn't sort data correctly when data changed (#284)

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-data-table",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "angular2-data-table is a Angular2 component for presenting large and complex data.",
55
"main": "release/index.js",
66
"typings": "release/index.d.ts",
@@ -16,8 +16,8 @@
1616
"clean:dist": "rimraf dist",
1717
"clean:release": "rimraf release",
1818
"build": "webpack --display-error-details",
19-
"build:release": "NODE_ENV=production npm run build",
20-
"build:package": "NODE_ENV=package npm run build",
19+
"build:release": "cross-env NODE_ENV=production npm run build",
20+
"build:package": "cross-env NODE_ENV=package npm run build",
2121
"build:ts": "tsc",
2222
"build:aot": "ngc",
2323
"build:sass": "node-sass -o dist/ src/",
@@ -81,6 +81,7 @@
8181
"clean-webpack-plugin": "^0.1.10",
8282
"copy-webpack-plugin": "^4.0.0",
8383
"core-js": "^2.4.0",
84+
"cross-env": "^3.1.3",
8485
"css-loader": "^0.24.0",
8586
"extract-text-webpack-plugin": "^2.0.0-beta.4",
8687
"fs-extra": "^1.0.0",

0 commit comments

Comments
 (0)