1717* [ Features] ( #features )
1818* [ OverVue 2.0 Changelog] ( #changelog-20 )
1919* [ OverVue 3.0 Changelog] ( #changelog-30 )
20+ * [ OverVue 4.0 Changelog] ( #changelog-40 )
2021* [ Tutorial] ( #how-to-use )
2122 + [ New Features Tutorial 2.0] ( #overvue-v20-how-to )
2223 + [ New Features Tutorial 3.0] ( #overvue-v30-how-to )
8384 </ul >
8485</details >
8586
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+
86105[ ↥Back to top] ( #table-of-contents )
87106
88107## How to use
@@ -162,6 +181,8 @@ package.json
162181
163182### Installation
164183
184+ To download the development version, please visit https://www.Overvue.io
185+
165186This app was developed using the Quasar framework, so first you will need to install the Quasar cli
166187```
167188npm i -g @quasar/cli
@@ -236,10 +257,12 @@ SLACK_REDIRECT_URI = "overvuedev://test"
236257### Contributing
237258We'd love for you to test this application out and submit any issues you encounter. Also feel free to fork to your own repo and submit PRs.
238259Here are some features we're thinking about adding:
260+ +
261+ +
262+ +
239263+ Option to export files in TypeScript
240264+ Ability to place child components into HTML elements
241265+ Integration with Storybook
242- + Ability to add a copy of an existing component from one route to another
243266+ Edit State and Actions in the Vuex Store
244267
245268If you make changes and wish to update the website, here is the link to the repo: https://github.com/TeamOverVue/OverVuePage
@@ -261,6 +284,11 @@ Sean Grace @ziggrace
261284Nicholas Schillaci @schillaci767
262285Terry Tilley @codeByCandlelight
263286Faraz Moallemi @farazmoallemi
287+ Alex Lu @aleckslu
288+ Jeffrey Sul @jeffreysul
289+ Kenny Lee @kennyea
290+ Ryan Bender @rdbender
291+ Sonny Nguyen @sn163
264292
265293```
266294Inspired by [ PreVue] ( https://github.com/open-source-labs/PreVue )
0 commit comments