You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/right-sidebar/tutorial/NewVersionInfo.vue
+51-18Lines changed: 51 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,66 @@
2
2
<sectionid="newFeatures">
3
3
<h6class="infoHeading">What's New in OverVue 8.0?</h6>
4
4
5
-
<pclass="info-sub-heading">Improved Prototyping with Snap to Grid Positioning</p>
5
+
<pclass="info-sub-heading">
6
+
Improved Prototyping with Snap to Grid Positioning
7
+
</p>
6
8
7
-
<pclass="infoContent">Level up your prototyping with snap to grid positioning and component sizing that is exported as CSS grid styling in exported SFC's. Overvue 8.0 also fixes bugs that led to conditional application of color and position styling in previous versions. Click on these buttons below and a menu pull down show appear to change the grid density for either the width or height. </p>
<pclass="info-sub-heading">Augmented Component Creation with Element+ Component Library</p>
10
-
<pclass="infoContent">Take advantage of the popular, Vue 3.0 compatible component library, Element+. Manipulate these components in app, and rest easy knowing exported code includes both the library elements, and their necessary dependencies.</p>
9
+
<pclass="infoContent">
10
+
Level up your prototyping with snap to grid positioning and component
11
+
sizing that is exported as CSS grid styling in exported SFC's. Overvue 8.0
12
+
also fixes bugs that led to conditional application of color and position
13
+
styling in previous versions. Click on these buttons below and a menu pull
14
+
down show appear to change the grid density for either the width or
Augmented Component Creation with Element+ Component Library
20
+
</p>
21
+
<pclass="infoContent">
22
+
Take advantage of the popular, Vue 3.0 compatible component library,
23
+
Element+. Manipulate these components in app, and rest easy knowing
24
+
exported code includes both the library elements, and their necessary
25
+
dependencies.
26
+
</p>
11
27
12
28
<pclass="info-sub-heading">OAuth</p>
13
-
<pclass="infoContent"> You can now opt-in to add boilerplate code for OAuth with Google or Github to your project. In the exported code, take advantage of Firebase to seemlessly configure OAuth for your organization.
29
+
<pclass="infoContent">
30
+
You can now opt-in to add boilerplate code for OAuth with Google or Github
31
+
to your project. In the exported code, take advantage of Firebase to
32
+
seemlessly configure OAuth for your organization.
14
33
</p>
15
34
<pclass="info-sub-heading">Testing</p>
16
-
<pclass="infoContent">All exported projects now come with boilerplate configuration files and unit test templates so you can easily implement testing with Jest and Vue Test Utils.</p>
0 commit comments