Skip to content

Commit 2198dbb

Browse files
author
Tobias Engelhardt
committed
chore: release 9.0.4
1 parent 5abba18 commit 2198dbb

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="9.0.4"></a>
2+
# 9.0.4 (2021-02-23)
3+
4+
### Bug Fixes
5+
6+
* reverting change to add scroll eventhandler inside ng cd ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/852)) ([c176c7b](https://github.com/CirclonGroup/angular-tree-component/commit/c176c7b)), closes ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/852))
7+
* do not load whole child collection with virtual scroll ([#463](https://github.com/CirclonGroup/angular-tree-component/issues/463)) ([a62fc73](https://github.com/CirclonGroup/angular-tree-component/commit/5a1a14e))
8+
* update lodash-es ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/862)) ([22e0d85](https://github.com/CirclonGroup/angular-tree-component/commit/22e0d85)), closes ([#862](https://github.com/CirclonGroup/angular-tree-component/issues/862))
9+
110
<a name="9.0.3"></a>
211
# 9.0.3 (2020-07-20)
312

package-lock.json

+4-4
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": "@circlon/angular-tree-component",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Circlon Group <[email protected]>",
66
"homepage": "https://github.com/CirclonGroup/angular-tree-component",

projects/angular-tree-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Circlon Group <[email protected]>",
44
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
55
"license": "MIT",
6-
"version": "9.0.3",
6+
"version": "9.0.4",
77
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
88
"bugs": {
99
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"

0 commit comments

Comments
 (0)