|
20 | 20 | - [Changelog 5.0](#changelog-50)
|
21 | 21 | - [Changelog 6.0](#changelog-60)
|
22 | 22 | - [Changelog 7.0](#changelog-70)
|
| 23 | + - [Changelog 8.0](#changelog-80) |
23 | 24 | - [How to use](#how-to-use)
|
24 | 25 | - [Installation](#installation)
|
25 | 26 | - [WSL Installation](#wsl-installation)
|
|
199 | 200 |
|
200 | 201 | <details><summary>OverVue 8.0</summary>
|
201 | 202 | <ul>
|
202 |
| -<li>Added component snap to grid functionality </li> |
| 203 | +<li>Added component snap to grid functionality with additional grid density drop down menu feature</li> |
203 | 204 | <li>Code snippet reflects CSS grid area styling of components </li>
|
204 | 205 | <li>Ability to import components from Element Plus library</li>
|
205 | 206 | <li>Exported project template code now more accurately reflects component placement in app</li>
|
206 | 207 | <li>Improved canvas drag and deselect</li>
|
207 | 208 | <li>Improved WSL developer installation instructions</li>
|
| 209 | +<li>Added TypeScipt to application</li> |
| 210 | +<li>Implemented component search bar feature</li> |
208 | 211 | <br>
|
209 | 212 | <h4><strong>Bug Fixes</strong></h4>
|
210 | 213 | <li>Fixed routing components in project exports </li>
|
211 | 214 | <li>Fixed component hierarchy in project exports </li>
|
212 | 215 | <li>Fixed import statements of route child components</li>
|
213 | 216 | <li>Fixed edge case HTML element bugs in project exports </li>
|
214 | 217 | <li>Fixed in app component movement bugs which caused position to not update correctly </li>
|
| 218 | +<li>Fixed drag and drop HTML element on click bug</li> |
| 219 | +<li>Eliminated code redundancy by implementing mixins</li> |
215 | 220 | </ul>
|
216 | 221 | </details>
|
217 | 222 | <br/>
|
|
0 commit comments