Skip to content

Commit be43e8e

Browse files
Ben RubinBen Rubin
authored andcommitted
update version
1 parent 0945ae8 commit be43e8e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

docsApp/pages/home/home.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@ <h4 style="width: 120px; margin: 0 auto; padding-top: 16px;">Master Panel</h4>
3030
</div>
3131

3232
<div style="width: 420px; padding: 0 16px; border-left: 1px solid #ccc; height: 100%; z-index: 99; background: #EEE;">
33-
<h2>Tree Component</h2>
34-
<p>Welcome !</p>
35-
<p>This version is only to showcase the main interaction. Not All the things work yet.</p>
36-
<p>The core that handles the data and filtering is still under construction so you will not be able to manipluate(add, change, remove, filter) the tree at this time.</p>
33+
<h2>Tree Component v0.0.1</h2>
34+
<a href="/components/tree/v0">version 0</a>
35+
<p><b>Whats new</b></p>
36+
<p>Everything</p>
37+
<ul>
38+
<li>The core has been rebuilt</li>
39+
<li>You can now filter</li>
40+
<li>Branch auto open while filtering</li>
41+
</ul>
3742
<p>
3843
You can leave comments about the tree here<br />
3944
<a href="https://bypassmobile.atlassian.net/wiki/display/PROD/Tree+live+demo">Confluence Doc Link</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-tree",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"author": "Ben Rubin",
55
"description": "Angular material tree component",
66
"keywords": "material, material-design, design, angular, component, tree, md",

0 commit comments

Comments
 (0)