Skip to content

Commit 6336c14

Browse files
authored
Merge pull request #105 from grapoza/remove-pre-1-0-messaging
Push final changes for 1.0.0
2 parents 4ec66f5 + 9099e14 commit 6336c14

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ vue-tree is a Vue component that implements a TreeView control. Its aim is to pr
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![Build status](https://ci.appveyor.com/api/projects/status/j8d19gt0vh16amhh/branch/master?svg=true)](https://ci.appveyor.com/project/Gregg/vue-tree/branch/master)
77

8-
**The Component is still pre-1.0 and should be considered unstable. Breaking changes may occur at any time before the 1.0 release.**
9-
108
## Full Documentation
119

1210
See the full documentation over at the [project's Github Pages](https://grapoza.github.io/vue-tree/). This includes information on how to use and configure the treeview, features (both existing and planned) as well as some demos.

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ title-prefix: Home
99

1010
vue-tree is a Vue component that implements a TreeView control. Its aim is to provide common tree options in a way that is easy to use and easy to customize.
1111

12-
**The Component is still pre-1.0 and should be considered unstable. Breaking changes may occur at any time before the 1.0 release.**
13-
1412
Features include:
1513

1614
- Functions in modern browsers using the precompiled scripts, or can be included in your babel/webpack chain.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Yet another Vue treeview component.",
44
"author": "Gregg Rapoza <[email protected]>",
55
"license": "MIT",
6-
"version": "0.10.5",
6+
"version": "1.0.0",
77
"browser": "index.js",
88
"repository": {
99
"url": "https://github.com/grapoza/vue-tree",

0 commit comments

Comments
 (0)