|
23 | 23 | + Save projects and open previous projects
|
24 | 24 | + Export full boilerplate code for a working frontend
|
25 | 25 | + Undo/redo functionality <sub><sup>(v2.0)</sup></sub>
|
26 |
| -+ Ability to nest HTML elements <sub><sup>(v2.0)</sup></sub> |
| 26 | ++ Can nest HTML elements <sub><sup>(v2.0)</sup></sub> |
27 | 27 | + Ability to navigate into HTML elements from a selected Vue component <sub><sup>(v2.0)</sup></sub>
|
28 |
| -+ Ability to have one image per route <sub><sup>(v2.0)</sup></sub> |
| 28 | ++ Assign one image per route <sub><sup>(v2.0)</sup></sub> |
29 | 29 | + Can now set Vue components to specific layers <sub><sup>(v2.0)</sup></sub>
|
30 | 30 | + Will now load route images along with project <sub><sup>(v2.0)</sup></sub>
|
31 | 31 | + Windows compatibility for uploading mockup images. <sub><sup>(v2.0)</sup></sub>
|
32 | 32 |
|
33 | 33 | #### Changelog
|
34 | 34 | <details><summary>OverVue 2.0</summary>
|
35 | 35 | <ul>
|
36 |
| - * Improved hierarchy tree rendering |
| 36 | + <li>Improved hierarchy tree rendering</li> |
37 | 37 | <li>Improved Route addition and deletion</li>
|
38 |
| - - Improved UI to be more informative |
39 |
| - UI is more reactive, code snippets update dynamically, Component children menu is consistent with children list at time of creation |
40 |
| - Extensive bug fixing for Vue component and HTML element deletion behavior, exporting and saving. |
41 |
| - Can now use Quasar build -m electron to make windows .exe |
| 38 | + <li>Able to search for components by name</li> |
| 39 | + <li>Improved UI to be more informative</li> |
| 40 | + <li>UI is more reactive, code snippets update dynamically </li> |
| 41 | + <li>Component children menu is consistent with children list at time of creation</li> |
| 42 | + <li>Children components can no longer choose any of their ancestors to be their children.</li> |
| 43 | + <li>Can now use Quasar build -m electron to make windows .exe </li> |
| 44 | + <li>Exporting projects now exports the mockup files as well into the assets folder</li> |
| 45 | + <li>Saving projects now saves the mockup image url</li> |
| 46 | + <li>Extensive bug fixing for Vue component and HTML element deletion behavior, exporting and saving.</li> |
42 | 47 | </ul>
|
43 | 48 | </details>
|
44 | 49 |
|
@@ -88,12 +93,13 @@ package.json
|
88 | 93 | + Undo/Redo feature has been added to the top right of the program, you can also use CTRL+z and CTRL+y respectively.
|
89 | 94 |
|
90 | 95 | + You can nest html elements in two different ways:
|
91 |
| - 1. Upon creating a component and adding an html element into it, Select the component to make it the active component. |
92 |
| - Go to the html elements tab and then double click on the html element you wish to be the target for your new elements. |
93 |
| - Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component. |
94 |
| - 2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it. |
95 |
| - From there the view will change to the contents of that particular HTML element. |
96 |
| - You can then add html elements like you would for a component using the left hand side |
| 96 | + 1. Upon creating a component and adding an html element into it, Select the component to make it the active component. |
| 97 | + Go to the html elements tab and then double click on the html element you wish to be the target for your new elements. |
| 98 | + Once the html element is selected, use the left hand panel and start adding elements like you were adding it to a component. |
| 99 | + |
| 100 | + 2. Similar to above, but instead of double clicking, you can press the down arrow icon on the html element button to enter it. |
| 101 | + From there the view will change to the contents of that particular HTML element. |
| 102 | + You can then add html elements like you would for a component using the left hand side |
97 | 103 |
|
98 | 104 | + Setting layers on a component is done by right clicking the desired component on the component display and using the menu option
|
99 | 105 | All components start on layer 1 by default.
|
|
0 commit comments