Skip to content

Commit ae50215

Browse files
committed
few tweaks
1 parent 346669b commit ae50215

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It was built for modern browsers using _TypeScript, CSS3 and HTML5_ and Angular
1111

1212
Check out the [documentation](https://swimlane.gitbooks.io/ngx-datatable/) & [demos](http://swimlane.github.io/ngx-datatable/) for more information!
1313

14-
See the [changelog](https://github.com/swimlane/ngx-datatable/blob/master/docs/changelog.md) for recent changes.
14+
See the [changelog](https://github.com/swimlane/ngx-datatable/blob/master/docs/changelog.md) for recent changes. **11.0.0 supports Angular 5, if you need Angular 4 support use 10.4.0.**
1515

1616
## Features
1717
- Handle large data sets ( Virtual DOM )

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 10.5.0
3+
## 11.0.0
44
- Chore: Upgrade to Angular5
55

66
## 10.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swimlane/ngx-datatable",
3-
"version": "10.5.0",
3+
"version": "11.0.0",
44
"description": "ngx-datatable is a Angular2+ table grid component for presenting large and complex data.",
55
"main": "release/index.js",
66
"typings": "release/index.d.ts",

0 commit comments

Comments
 (0)