|
17 | 17 | * [Features](#features)
|
18 | 18 | * [OverVue 2.0 Changelog](#changelog-20)
|
19 | 19 | * [OverVue 3.0 Changelog](#changelog-30)
|
| 20 | +* [OverVue 4.0 Changelog](#changelog-40) |
20 | 21 | * [Tutorial](#how-to-use)
|
21 | 22 | + [New Features Tutorial 2.0](#overvue-v20-how-to)
|
22 | 23 | + [New Features Tutorial 3.0](#overvue-v30-how-to)
|
|
83 | 84 | </ul>
|
84 | 85 | </details>
|
85 | 86 |
|
| 87 | +[↥Back to top](#table-of-contents) |
| 88 | +### Changelog 4.0 |
| 89 | +<details><summary>OverVue 4.0</summary> |
| 90 | + <ul> |
| 91 | + <li>Integrated Slack through a Slack Login button to link user's slack channel to their OverVue instance</li> |
| 92 | + <li>After logging in with Slack, user's have the ability to send a message to their selected Slack channel after saving</li> |
| 93 | + <li>Implemented the ability to delete State and Actions from the store</li> |
| 94 | + <li>Added the feature to quickly copy/paste Components through hotkeys</li> |
| 95 | + <li>Reworked the interface to give users a more intuitive experience</li> |
| 96 | + <li>Moved bottom dashboard to the right</li> |
| 97 | + <li>Features on the left are geared toward creation/editing components</li> |
| 98 | + <li>Features on the right are geared toward viewing overall hierarchy of App Prototype</li> |
| 99 | + <li>Component Editor menu now switches between create/edit mode depending on if a Component is selected</li> |
| 100 | + <li>Vuex Store and Actions now moved to left menu with ability to view/create/delete state and actions</li> |
| 101 | + <li>Implemented Vue Devtools for development ease</li> |
| 102 | + </ul> |
| 103 | +</details> |
| 104 | + |
86 | 105 | [↥Back to top](#table-of-contents)
|
87 | 106 |
|
88 | 107 | ## How to use
|
@@ -162,6 +181,8 @@ package.json
|
162 | 181 |
|
163 | 182 | ### Installation
|
164 | 183 |
|
| 184 | +To download the development version, please visit https://www.Overvue.io |
| 185 | + |
165 | 186 | This app was developed using the Quasar framework, so first you will need to install the Quasar cli
|
166 | 187 | ```
|
167 | 188 | npm i -g @quasar/cli
|
@@ -263,6 +284,11 @@ Sean Grace @ziggrace
|
263 | 284 | Nicholas Schillaci @schillaci767
|
264 | 285 | Terry Tilley @codeByCandlelight
|
265 | 286 | Faraz Moallemi @farazmoallemi
|
| 287 | +Alex Lu @aleckslu |
| 288 | +Jeffrey Sul @jeffreysul |
| 289 | +Kenny Lee @kennyea |
| 290 | +Ryan Bender @rdbender |
| 291 | +Sonny Nguyen @sn163 |
266 | 292 |
|
267 | 293 | ```
|
268 | 294 | Inspired by [PreVue](https://github.com/open-source-labs/PreVue)
|
|
0 commit comments