Skip to content

Commit

Permalink
release: 1.6.0 (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Mar 23, 2020
1 parent 8a4f0bb commit af64f1c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.6.0](https://github.com/yggg/ng2-smart-table/compare/v1.5.0...v1.6.0) (2020-03-23)


### Features

* upgrade to Angular 9 ([#1140](https://github.com/yggg/ng2-smart-table/issues/1140)) ([8a4f0bb](https://github.com/yggg/ng2-smart-table/commit/8a4f0bb))


### BREAKING CHANGES

* `ng2-completer` dependency replaced by `@akveo/ng2-completer`. Read details in [#1140](https://github.com/yggg/ng2-smart-table/issues/1140). This is a temporary measure until the original ng2-completer fixed. We have no plans to support `@akveo/ng2-completer`.
* We no longer have a direct dependency on tslib. Instead it is now
listed a peerDependency. This matches Angular framework.



# [1.5.0](https://github.com/akveo/ng2-smart-table/compare/v1.4.0...v1.5.0) (2019-06-18)

Tables updated to Angular 8.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.5.0",
"version": "1.6.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng2-smart-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-smart-table",
"version": "1.5.0",
"version": "1.6.0",
"description": "Angular Smart Table",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit af64f1c

Please sign in to comment.