Skip to content

Commit b13d0d3

Browse files
author
Leo Vo
committed
Publish new version 1.2.5.
1 parent 6614f65 commit b13d0d3

File tree

3 files changed

+363
-393
lines changed

3 files changed

+363
-393
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ export class TreeviewConfig {
6868

6969
# [1.2.4](https://www.npmjs.com/package/ngx-treeview) (2017-10-19)
7070
### Enhancement:
71-
* Support configuration property to decouple parent and child.
71+
* Support configuration property to decouple parent and child.
72+
73+
# [1.2.5](https://www.npmjs.com/package/ngx-treeview) (2017-11-01)
74+
### Enhancement:
75+
* Rename ngOutletContext (deprecated) to ngTemplateOutletContext.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-treeview",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"license": "MIT",
55
"description": "An Angular treeview component with checkbox",
66
"scripts": {

0 commit comments

Comments
 (0)