Skip to content

Commit 7ed6bac

Browse files
committed
Edited README to include 4.0 patchnotes, and updated Contributors section
1 parent dc29bcc commit 7ed6bac

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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)
@@ -83,6 +84,24 @@
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+
165186
This app was developed using the Quasar framework, so first you will need to install the Quasar cli
166187
```
167188
npm i -g @quasar/cli
@@ -263,6 +284,11 @@ Sean Grace @ziggrace
263284
Nicholas Schillaci @schillaci767
264285
Terry Tilley @codeByCandlelight
265286
Faraz Moallemi @farazmoallemi
287+
Alex Lu @aleckslu
288+
Jeffrey Sul @jeffreysul
289+
Kenny Lee @kennyea
290+
Ryan Bender @rdbender
291+
Sonny Nguyen @sn163
266292
267293
```
268294
Inspired by [PreVue](https://github.com/open-source-labs/PreVue)

0 commit comments

Comments
 (0)