File tree 3 files changed +20
-2
lines changed
projects/angular-tree-component
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 11.0.0 " ></a >
2
+ # 11.0.0 (2021-02-15)
3
+
4
+ ### Features
5
+
6
+ * update to angular 11 ([ 4528c96] ( https://github.com/CirclonGroup/angular-tree-component/commit/4528c96 ) )
7
+ * remove lodash-es ([ f639c98] ( https://github.com/CirclonGroup/angular-tree-component/commit/f639c98 ) )
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ BEFORE:
12
+
13
+ getNodeById(predicate) - predicate needs to support lodash find method
14
+
15
+ AFTER:
16
+
17
+ getNodeById(predicate) - predicate needs to support javaScript find method
18
+
1
19
<a name =" 10.0.2 " ></a >
2
20
# 10.0.2 (2020-12-21)
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @circlon/angular-tree-component" ,
3
- "version" : " 10 .0.2 " ,
3
+ "version" : " 11 .0.0 " ,
4
4
"description" : " A simple yet powerful tree component for Angular2" ,
5
5
"author" :
" Circlon Group <[email protected] >" ,
6
6
"homepage" : " https://github.com/CirclonGroup/angular-tree-component" ,
Original file line number Diff line number Diff line change 4
4
"homepage" : " https://github.com/CirclonGroup/angular-tree-component" ,
5
5
"description" : " A simple yet powerful tree component for Angular" ,
6
6
"license" : " MIT" ,
7
- "version" : " 10 .0.2 " ,
7
+ "version" : " 11 .0.0 " ,
8
8
"repository" : " https://github.com/CirclonGroup/angular-tree-component.git" ,
9
9
"bugs" : {
10
10
"url" : " https://github.com/CirclonGroup/angular-tree-component/issues"
You can’t perform that action at this time.
0 commit comments