Skip to content

Commit af64f1c

Browse files
authored
release: 1.6.0 (#1142)
1 parent 8a4f0bb commit af64f1c

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.6.0](https://github.com/yggg/ng2-smart-table/compare/v1.5.0...v1.6.0) (2020-03-23)
2+
3+
4+
### Features
5+
6+
* upgrade to Angular 9 ([#1140](https://github.com/yggg/ng2-smart-table/issues/1140)) ([8a4f0bb](https://github.com/yggg/ng2-smart-table/commit/8a4f0bb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `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`.
12+
* We no longer have a direct dependency on tslib. Instead it is now
13+
listed a peerDependency. This matches Angular framework.
14+
15+
16+
117
# [1.5.0](https://github.com/akveo/ng2-smart-table/compare/v1.4.0...v1.5.0) (2019-06-18)
218

319
Tables updated to Angular 8.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-smart-table",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/ng2-smart-table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-smart-table",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Angular Smart Table",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)