Skip to content

Commit 48b5a0c

Browse files
authored
Update README.md
1 parent c1da59c commit 48b5a0c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
## Table of Contents
1616

1717
* [Features](#features)
18-
* [OverVue 2.0 Changelog](#changelog)
18+
* [OverVue 2.0 Changelog](#changelog-20)
19+
* [OverVue 3.0 Changelog](#changelog-30)
1920
* [Tutorial](#how-to-use)
2021
+ [New Features Tutorial](#overvue-v20-how-to)
2122
* [How to Run](#running-a-local-version)
@@ -39,10 +40,12 @@
3940
+ Can now set Vue components to specific layers <sub><sup>(v2.0)</sup></sub>
4041
+ Will now load route images along with project <sub><sup>(v2.0)</sup></sub>
4142
+ Windows compatibility for uploading mockup images. <sub><sup>(v2.0)</sup></sub>
43+
+ Full Vuex functionality, can add props, actions, and state to components. <sub><sup>(v3.0)</sup></sub>
44+
+ Full edit functionality, can change the name of components as well as delete properties from a component
4245

4346
[↥Back to top](#table-of-contents)
4447

45-
### Changelog
48+
### Changelog 2.0
4649
<details><summary>OverVue 2.0</summary>
4750
<ul>
4851
<li>Improved hierarchy tree rendering</li>
@@ -59,6 +62,21 @@
5962
</ul>
6063
</details>
6164

65+
### Changelog 3.0
66+
<details><summary>OverVue 3.0</summary>
67+
<ul>
68+
<li>Implemented full component edit functionality</li>
69+
<li>Improved sidebar user interface to consolidate edit functionality</li>
70+
<li>UI is more reactive, improved dashboard's ability to update dynamically </li>
71+
<li>Added ability to incorporate Vuex in application</li>
72+
<li>Updated component details section to better display all aspects of a component</li>
73+
<li>Added action, state, and props section to component details dashboard</li>
74+
<li>New Vuex store dashboard section</li>
75+
<li>More robust code snippets with Vuex props, state, and actions included</li>
76+
<li>Bug fixes for parent/child issues</li>
77+
</ul>
78+
</details>
79+
6280
[↥Back to top](#table-of-contents)
6381

6482
## How to use

0 commit comments

Comments
 (0)