We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6614f65 commit b13d0d3Copy full SHA for b13d0d3
CHANGELOG.md
@@ -68,4 +68,8 @@ export class TreeviewConfig {
68
69
# [1.2.4](https://www.npmjs.com/package/ngx-treeview) (2017-10-19)
70
### Enhancement:
71
-* Support configuration property to decouple parent and child.
+* 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
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-treeview",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"license": "MIT",
5
"description": "An Angular treeview component with checkbox",
6
"scripts": {
0 commit comments