Skip to content

Commit

Permalink
(chore): release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Nov 19, 2016
1 parent 08f50a4 commit 9437cb4
Show file tree
Hide file tree
Showing 41 changed files with 2,579 additions and 9,005 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.7.0
- Enhancement: Add RxJS Support
- Chore: Fix builds on windows

## 1.6.0
- Bug: Column headers not re-ordering (#238)
- Bug: Datatable doesn't sort data correctly when data changed (#284)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-data-table",
"version": "1.6.0",
"version": "1.7.0",
"description": "angular2-data-table is a Angular2 component for presenting large and complex data.",
"main": "release/index.js",
"typings": "release/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"clean:dist": "rimraf dist",
"clean:release": "rimraf release",
"build": "webpack --display-error-details",
"build:release": "NODE_ENV=production npm run build",
"build:package": "NODE_ENV=package npm run build",
"build:release": "cross-env NODE_ENV=production npm run build",
"build:package": "cross-env NODE_ENV=package npm run build",
"build:ts": "tsc",
"build:aot": "ngc",
"build:sass": "node-sass -o dist/ src/",
Expand Down Expand Up @@ -81,6 +81,7 @@
"clean-webpack-plugin": "^0.1.10",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.0",
"cross-env": "^3.1.3",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"fs-extra": "^1.0.0",
Expand Down
Loading

0 comments on commit 9437cb4

Please sign in to comment.