Skip to content

Commit c57bf18

Browse files
committed
Merge branch 'master' into dev
2 parents 36841c2 + 2807a63 commit c57bf18

File tree

13 files changed

+149
-54
lines changed

13 files changed

+149
-54
lines changed

packages/docs/src/components/base/Comparison.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
{
177177
name: 'Quasar Framework',
178178
src: 'https://cdn.vuetifyjs.com/images/competitors/quasar.png',
179+
components: 81,
180+
tree: 'Automatic',
179181
release: 'Bi-Weekly',
180-
components: 68,
181-
tree: 'Config',
182182
ssr: true,
183183
rtl: true,
184184
},

packages/docs/src/components/core/SystemBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="px-6">
1212
<strong>Join us</strong>
1313

14-
&nbsp;at the upcoming VueConf Toronto to learn more about Vuetify v2.0 and more! Use&nbsp;
14+
at the upcoming VueConf Toronto to learn about the future of Vuetify! Use&nbsp;
1515

1616
<a
1717
href="https://vuetoronto.com/tickets"

packages/docs/src/components/getting-started/Browsers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:key="browser.title"
1111
cols="12"
1212
sm="6"
13-
md="4"
13+
xl="4"
1414
>
1515
<v-list-item>
1616
<v-list-item-avatar

packages/docs/src/components/introduction/Roadmap.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,20 @@
9393
<script>
9494
const types = {
9595
release: {
96-
icon: 'mdi-package-variant-closed',
96+
icon: 'mdi-firework',
9797
color: 'indigo lighten-1',
9898
},
9999
packages: {
100-
icon: 'mdi-server-network',
100+
icon: 'mdi-package-variant',
101101
color: 'red lighten-2',
102102
small: true,
103103
},
104104
site: {
105+
icon: 'mdi-monitor-dashboard',
106+
color: 'blue-grey',
107+
small: true,
108+
},
109+
snips: {
105110
icon: 'mdi-content-cut',
106111
color: 'blue-grey',
107112
small: true,

packages/docs/src/lang/en/customization/Breakpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"breakpointText1a": "You can specify custom breakpoint thresholds and scrollbar width. Keep in mind that you will still need to update the css grid breakpoints to match.",
4444
"breakpointText2": "Let's try a real world example. You have a `v-dialog` component that you want to convert to a **full-screen** dialog on mobile devices. Normally you would need to bind watchers for the viewport size, and/or check whenever the page loads.",
4545
"breakpointText3": "That's a lot of boilerplate to write. Even if you opt to use the built in [v-resize](/directives/resizing) directive, you are still going to have to define a resize method. With the **breakpoint** object you can completely skip this logic and get back to building your application.",
46-
"customizeThresholdsText1": "You can define your own breakpoint threshold pixel values, but it is currently a two-step process: 1. To update the styles you will have to override the `$grid-breakpoints` stylus variables (please see [SASS variables](/customization/sass-variables)). 2. To use the same values on the javascript side of things you must pass them during the application bootstrap like so:"
46+
"customizeThresholdsText1": "You can define your own breakpoint threshold pixel values, but it is currently a two-step process: 1. To update the styles you will have to override the `$grid-breakpoints` SASS variables (please see [SASS variables](/customization/sass-variables)). 2. To use the same values on the javascript side of things you must pass them during the application bootstrap like so:"
4747
}

packages/docs/src/lang/en/introduction/Roadmap.json

Lines changed: 101 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"Converted from avoriaz to vue-test-utils"
8181
],
8282
"#### New Components": [
83-
"v-app-bar",
84-
"v-banner",
85-
"v-chip-group",
86-
"v-color-picker",
87-
"v-file-input",
88-
"v-list-item-group",
89-
"v-overlay",
90-
"v-simple-table",
91-
"v-slide-group"
83+
"`v-app-bar`",
84+
"`v-banner`",
85+
"`v-chip-group`",
86+
"`v-color-picker`",
87+
"`v-file-input`",
88+
"`v-list-item-group`",
89+
"`v-overlay`",
90+
"`v-simple-table`",
91+
"`v-slide-group`"
9292
]
9393
},
9494
"value": false
@@ -106,12 +106,12 @@
106106
"Lazy loading support for `v-img`"
107107
],
108108
"#### New Components": [
109-
"v-lazy",
110-
"v-skeleton-loader"
109+
"`v-lazy`",
110+
"`v-skeleton-loader`"
111111
],
112112
"#### New Directives": [
113-
"v-intersect",
114-
"v-mutate"
113+
"`v-intersect`",
114+
"`v-mutate`"
115115
]
116116
},
117117
"value": false
@@ -122,6 +122,18 @@
122122
"title": "v2.2 Release **(Tigris)**",
123123
"caption": "Q4 2019",
124124
"text": "The introduction of Vuetify Presets. Will include the entire Material Design Studies collection and be _user customizable_. Will streamline the process for altering the default styles for the framework. Thousands of SASS variables will be added and a lookup tree for finding variables will put into the documentation. For more information on Google's studies, please [navigate here](https://material.io/design/material-studies/about-our-material-studies.html).",
125+
"features": {
126+
"#### Highlights": [
127+
"New Components",
128+
"New Directives"
129+
],
130+
"#### New Components": [
131+
"`v-theme-provider`"
132+
],
133+
"#### New Directives": [
134+
"`v-click-outside`"
135+
]
136+
},
125137
"value": true
126138
},
127139
{
@@ -130,11 +142,87 @@
130142
"title": "v2.3 Release **(Orion)**",
131143
"caption": "Q1 2020",
132144
"text": "Vuetify components will be pre-configurable through framework wide defaults. This will allow you to set global settings such as **no-ripples** or all inputs are of **outlined** type and even set all cards to become **tile**s.",
145+
"features": {
146+
"#### Highlights": [
147+
"Framework wide configuration options",
148+
"New Components"
149+
],
150+
"#### New Components": [
151+
"`v-chronology`",
152+
"`v-empty-state`",
153+
"`v-feature-discovery`",
154+
"`v-no-ssr`"
155+
]
156+
},
157+
"value": false
158+
},
159+
{
160+
"type": "packages",
161+
"complete": false,
162+
"title": "Vuetify Ecosystem Suite",
163+
"caption": "Q1 2020",
164+
"text": "Brand new development tools designed to improve your productivity and efficiency while working with Vuetify. These features were first discussed at [Vue Conf Toronto in 2018](https://www.vuemastery.com/conferences/vueconf-toronto-2018/Vuetify-the-path-to-2-0) and officially shown at Vue Conf Toronto in 2019 (video coming soon).",
165+
"features": {
166+
"#### New Packages": [
167+
"Vuetify CLI",
168+
"Vuetify Storybook",
169+
"Vuetify Preset"
170+
]
171+
},
172+
"value": false
173+
},
174+
{
175+
"type": "release",
176+
"complete": false,
177+
"title": "v2.4 Release **(Odyssey)**",
178+
"caption": "Q2 2020",
179+
"text": "A maintenance cycle to raise framework coverage above 95%. The focus will be to continue to harden the framework while adding new features and functionality.",
180+
"features": {
181+
"#### Highlights": [
182+
"`v-stepper` rewrite",
183+
"`v-parallax` rewrite",
184+
"New Components",
185+
"Updated Components"
186+
],
187+
"#### New Components": [
188+
"`v-file-upload`",
189+
"`v-number-input`",
190+
"`v-video`"
191+
],
192+
"#### Updated Components": [
193+
"`v-parallax`",
194+
"`v-stepper`"
195+
]
196+
},
133197
"value": false
134198
},
135199
{
136200
"type": "site",
137201
"complete": false,
202+
"title": "Theme Generator",
203+
"caption": "Q2 2020",
204+
"text": "A complete theme generator for easily creating customized presets for your application.",
205+
"value": false
206+
},
207+
{
208+
"type": "release",
209+
"complete": false,
210+
"title": "v2.5 Release **(Serenity)**",
211+
"caption": "Q3 2020",
212+
"text": "**(In planning)** More release information coming soon.",
213+
"features": {
214+
"#### Highlights": [
215+
"New Components"
216+
],
217+
"#### New Components": [
218+
"`v-lightbox`"
219+
]
220+
},
221+
"value": false
222+
},
223+
{
224+
"type": "snips",
225+
"complete": false,
138226
"title": "Vuetify Snips",
139227
"caption": "TBD",
140228
"text": "Website dedicated to creating and sharing Vuetify snippets.",

packages/docs/src/lang/en/professional-support/Business.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"heading": "# Vuetify for business",
33
"headingText": "Get professional support from the creator, John Leider, while you help Open Source Software. Vuetify offers 3 tiers that are designed to provide businesses with consulting, dedicated chat support and Github issue prioritization.",
44
"premiereHeading": "## Premiere sponsor",
5-
"premiereText": "Get professional support from the creator, [John Leider](https://github.com/johnleider), while you help Open Source Software. Vuetify offers 3 tiers that are designed to provide businesses with consulting, dedicated chat support and Github issue prioritization.",
5+
"premiereText": "Get professional support from the creator, [John Leider](https://github.com/johnleider), while you help Open Source Software. Vuetify offers 3 tiers that are designed to provide businesses with consulting, dedicated chat support and Github issue prioritization. This package provides **Three (3)** hours per month of live support.",
66
"diamondHeading": "## Diamond sponsor",
7-
"diamondText": "Become an elite sponsor of Vuetify and promote your brand while supporting the maintanence of the framework. Your logo will be on the Home Page, the Backers page, the repository README and within the documentation navigation drawer. This package provides **Three (3)** hours per month of live support.",
7+
"diamondText": "Become an elite sponsor of Vuetify and promote your brand while supporting the maintanence of the framework. Your logo will be on the Home Page, the Backers page, the repository README and within the documentation navigation drawer. This package provides **Two (2)** hours per month of live support.",
88
"platinumHeading": "## Platinum sponsor",
99
"platinumText": "This tier is targeted at smaller shops with all the benefits of premium support, live training and Github issue prioritization. This package includes **One (1)** hour per month of live support.",
1010
"customText": "Looking for a customized support plan? Please email all questions to [[email protected]](mailto:[email protected]?subject=Sponsorship%20Question)",

packages/docs/src/lang/en/styles/Colors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"heading": "# Colors",
3-
"headingText": "Out of the box you get access to all colors in the [Material Design spec](https://material.io/guidelines/style/color.html) through **stylus** and **javascript**. These values can be used within your style sheets, your component files and on actual components via the **color class** system.",
3+
"headingText": "Out of the box you get access to all colors in the [Material Design spec](https://material.io/guidelines/style/color.html) through **sass** and **javascript**. These values can be used within your style sheets, your component files and on actual components via the **color class** system.",
44
"classesHeader": "## Classes",
55
"classesText": "Each color from the spec gets converted to a **background** and **text** variant for styling within your application through a class, e.g. `<div class=\"red\">` or `<span class=\"red--text\">`. These class colors are defined [here](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/styles/settings/_colors.scss).",
66
"classesText2": "Text colors also support **darken** and **lighten** variants using `text--{lighten|darken}-{n}`",

packages/docs/src/layouts/layouts/demos/google-contacts.vue

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
flat
9494
solo-inverted
9595
hide-details
96-
prepend-inner-icon="search"
96+
prepend-inner-icon="mdi-magnify"
9797
label="Search"
9898
class="hidden-sm-and-down"
9999
/>
@@ -260,21 +260,21 @@
260260
dialog: false,
261261
drawer: null,
262262
items: [
263-
{ icon: 'contacts', text: 'Contacts' },
264-
{ icon: 'history', text: 'Frequently contacted' },
265-
{ icon: 'content_copy', text: 'Duplicates' },
263+
{ icon: 'mdi-contacts', text: 'Contacts' },
264+
{ icon: 'mdi-history', text: 'Frequently contacted' },
265+
{ icon: 'mdi-content-copy', text: 'Duplicates' },
266266
{
267-
icon: 'keyboard_arrow_up',
268-
'icon-alt': 'keyboard_arrow_down',
267+
icon: 'mdi-chevron-up',
268+
'icon-alt': 'mdi-chevron-down',
269269
text: 'Labels',
270270
model: true,
271271
children: [
272-
{ icon: 'add', text: 'Create label' },
272+
{ icon: 'mdi-plus', text: 'Create label' },
273273
],
274274
},
275275
{
276-
icon: 'keyboard_arrow_up',
277-
'icon-alt': 'keyboard_arrow_down',
276+
icon: 'mdi-chevron-up',
277+
'icon-alt': 'mdi-chevron-down',
278278
text: 'More',
279279
model: false,
280280
children: [
@@ -285,11 +285,11 @@
285285
{ text: 'Other contacts' },
286286
],
287287
},
288-
{ icon: 'settings', text: 'Settings' },
289-
{ icon: 'chat_bubble', text: 'Send feedback' },
290-
{ icon: 'help', text: 'Help' },
291-
{ icon: 'phonelink', text: 'App downloads' },
292-
{ icon: 'keyboard', text: 'Go to the old version' },
288+
{ icon: 'mdi-settings', text: 'Settings' },
289+
{ icon: 'mdi-message', text: 'Send feedback' },
290+
{ icon: 'mdi-help-circle', text: 'Help' },
291+
{ icon: 'mdi-cellphone-link', text: 'App downloads' },
292+
{ icon: 'mdi-keyboard', text: 'Go to the old version' },
293293
],
294294
}),
295295
}

packages/docs/src/snippets/ts/create_translation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
sortAscending: ': Sorted ascending. Activate to sort descending.',
1313
sortNone: ': Not sorted. Activate to sort ascending.',
1414
},
15+
sortBy: 'Sort by',
1516
},
1617
dataFooter: {
1718
itemsPerPageText: 'Items per page:',

0 commit comments

Comments
 (0)