|
15 | 15 | ## Table of Contents
|
16 | 16 |
|
17 | 17 | * [Features](#features)
|
18 |
| -* [OverVue 2.0 Changelog](#changelog) |
| 18 | +* [OverVue 2.0 Changelog](#changelog-20) |
| 19 | +* [OverVue 3.0 Changelog](#changelog-30) |
19 | 20 | * [Tutorial](#how-to-use)
|
20 | 21 | + [New Features Tutorial](#overvue-v20-how-to)
|
21 | 22 | * [How to Run](#running-a-local-version)
|
|
39 | 40 | + Can now set Vue components to specific layers <sub><sup>(v2.0)</sup></sub>
|
40 | 41 | + Will now load route images along with project <sub><sup>(v2.0)</sup></sub>
|
41 | 42 | + 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 |
42 | 45 |
|
43 | 46 | [↥Back to top](#table-of-contents)
|
44 | 47 |
|
45 |
| -### Changelog |
| 48 | +### Changelog 2.0 |
46 | 49 | <details><summary>OverVue 2.0</summary>
|
47 | 50 | <ul>
|
48 | 51 | <li>Improved hierarchy tree rendering</li>
|
|
59 | 62 | </ul>
|
60 | 63 | </details>
|
61 | 64 |
|
| 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 | + |
62 | 80 | [↥Back to top](#table-of-contents)
|
63 | 81 |
|
64 | 82 | ## How to use
|
|
0 commit comments