Skip to content

Commit 189c6e1

Browse files
chore: release 2.0.0-alpha.0 (#12)
Co-authored-by: John White <750350+johnhwhite@users.noreply.github.com>
1 parent 13057ea commit 189c6e1

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.0-alpha.0](https://github.com/blackbaud/angular-tree-component/compare/v2.0.0-alpha.0...2.0.0-alpha.0) (2025-10-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support Angular 20 ([#8](https://github.com/blackbaud/angular-tree-component/issues/8))
9+
10+
### Features
11+
12+
* Allow styling option on dragover ([4434ffb](https://github.com/blackbaud/angular-tree-component/commit/4434ffbbc422336b2938b5f7cf3168c117179182))
13+
* **client/tree-node:** added tree node wrapper component ([fa59efb](https://github.com/blackbaud/angular-tree-component/commit/fa59efb62e4420828aa5de8b7da83acf1320b84e))
14+
15+
16+
### Bug Fixes
17+
18+
* **client/node_wrapper:** fix type" ([57495fd](https://github.com/blackbaud/angular-tree-component/commit/57495fdeab423e3ab4e0824e58d7171f28429e38))
19+
* **client/templates:** fix options input ([81be5ff](https://github.com/blackbaud/angular-tree-component/commit/81be5ff37f4ae0a1dc2edf8c942dc59c3e08e4f9))
20+
* do not load whole child collection with virtual scroll ([a62fc73](https://github.com/blackbaud/angular-tree-component/commit/a62fc73bde838bc9d1e30f5460e05c5c2ab1b3ef))
21+
322
## [1.0.0](https://github.com/blackbaud/angular-tree-component/compare/1.0.0-alpha.0...1.0.0) (2023-09-14)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tree-component",
3-
"version": "1.0.0",
3+
"version": "2.0.0-alpha.0",
44
"private": true,
55
"description": "A simple yet powerful tree component for Angular",
66
"author": "blackbaud",

0 commit comments

Comments
 (0)