Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuetifyjs/vuetify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.14
Choose a base ref
...
head repository: vuetifyjs/vuetify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.15
Choose a head ref

Commits on Apr 3, 2024

  1. docs(EnterpriseLink): update link styling

    johnleider committed Apr 3, 2024
    Copy the full SHA
    b5a7147 View commit details
  2. Copy the full SHA
    309de63 View commit details
  3. docs(borders): add missing borders page

    johnleider committed Apr 3, 2024
    Copy the full SHA
    dd79276 View commit details
  4. fix(locale): add missing Lithuanian translations (#19536)

    jonasgadeikis authored Apr 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    53202ff View commit details
  5. chore: downgrade conventional-changelog-cli

    KaelWD committed Apr 3, 2024
    Copy the full SHA
    163821d View commit details
  6. docs(border-radius): update doc page

    johnleider committed Apr 3, 2024
    Copy the full SHA
    338fe86 View commit details

Commits on Apr 4, 2024

  1. Copy the full SHA
    c4ab6c4 View commit details
  2. docs(AppBarBar): update component capitalization

    johnleider committed Apr 4, 2024
    Copy the full SHA
    c34e8ce View commit details
  3. fix(VBtn): size loader based on em

    fixes #9870
    johnleider committed Apr 4, 2024
    Copy the full SHA
    e7297e6 View commit details
  4. Copy the full SHA
    918c74c View commit details
  5. docs(cursor): reorder elements, add sass variables section

    johnleider committed Apr 4, 2024
    Copy the full SHA
    5d5e9f0 View commit details
  6. docs(VOverlay/VDialog): update events API

    reference #6504
    johnleider committed Apr 4, 2024
    Copy the full SHA
    8083d89 View commit details
  7. chore(package.json): update @vuetify/one version

    johnleider committed Apr 4, 2024
    Copy the full SHA
    27500f4 View commit details

Commits on Apr 7, 2024

  1. fix(VSelectionControl): apply baseColor to background colors

    johnleider committed Apr 7, 2024
    Copy the full SHA
    87d0dd7 View commit details

Commits on Apr 8, 2024

  1. docs(VExpansionPanels): fix broken code example (#19490)

    captainlettuce authored Apr 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    619c00e View commit details
  2. fix(VMenu): restore menu focus on enter inside input (#19519)

    fixes #19206
    
    Co-authored-by: John Leider <john@vuetifyjs.com>
    elkofy and johnleider authored Apr 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    85ba4a8 View commit details

Commits on Apr 9, 2024

  1. fix(VDataTable): avoid changing page if oldOptions not defined (#19542)

    fixes #17966
    
    Co-authored-by: John Leider <john@vuetifyjs.com>
    webdevnerdstuff and johnleider authored Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    37a573d View commit details
  2. fix(VTimePicker): use window events instead of element (#19523)

    fixes #19508
    blalan05 authored Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    73c3fb4 View commit details
  3. docs: fix typo error (#19537)

    felipefialho authored Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    33ae44e View commit details
  4. fix(locale): update Slovene locale (#19520)

    filips123 authored Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2b3ccee View commit details
  5. fix(VTimePicker): emit minute/second on change (#19575)

    blalan05 authored Apr 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d85d795 View commit details
  6. chore(release): publish v3.5.15

    johnleider committed Apr 9, 2024
    Copy the full SHA
    8977720 View commit details
Showing with 873 additions and 292 deletions.
  1. +1 −1 lerna.json
  2. +1 −5 package.json
  3. +2 −2 packages/api-generator/package.json
  4. +2 −1 packages/api-generator/src/locale/en/VOverlay.json
  5. +4 −4 packages/docs/package.json
  6. +11 −11 packages/docs/src/components/app/bar/Bar.vue
  7. +4 −5 packages/docs/src/components/app/bar/EnterpriseLink.vue
  8. +1 −0 packages/docs/src/data/nav.json
  9. +10 −0 packages/docs/src/examples/border-radius/misc-components.vue
  10. +17 −9 packages/docs/src/examples/border-radius/misc-pill-and-circle.vue
  11. +8 −9 packages/docs/src/examples/border-radius/misc-removing-border-radius.vue
  12. +40 −0 packages/docs/src/examples/border-radius/misc-rounded-corners.vue
  13. +28 −14 packages/docs/src/examples/border-radius/misc-rounding-by-corner.vue
  14. +28 −14 packages/docs/src/examples/border-radius/misc-rounding-by-side.vue
  15. +0 −37 packages/docs/src/examples/border-radius/usage.vue
  16. +40 −0 packages/docs/src/examples/border/all.vue
  17. +48 −0 packages/docs/src/examples/border/card.vue
  18. +40 −0 packages/docs/src/examples/border/colors.vue
  19. +33 −0 packages/docs/src/examples/border/sides.vue
  20. +33 −0 packages/docs/src/examples/border/styles.vue
  21. +4 −4 packages/docs/src/examples/v-expansion-panels/misc-advanced.vue
  22. +1 −1 packages/docs/src/pages/en/components/data-tables/basics.md
  23. +1 −1 packages/docs/src/pages/en/features/sass-variables.md
  24. +117 −47 packages/docs/src/pages/en/styles/border-radius.md
  25. +150 −0 packages/docs/src/pages/en/styles/borders.md
  26. +32 −16 packages/docs/src/pages/en/styles/cursor.md
  27. +1 −1 packages/vuetify/package.json
  28. +4 −0 packages/vuetify/src/components/VBtn/VBtn.sass
  29. +0 −1 packages/vuetify/src/components/VBtn/VBtn.tsx
  30. +1 −0 packages/vuetify/src/components/VBtn/_variables.scss
  31. +1 −1 packages/vuetify/src/components/VDataTable/composables/options.ts
  32. +2 −0 packages/vuetify/src/components/VDialog/VDialog.tsx
  33. +3 −1 packages/vuetify/src/components/VMenu/VMenu.tsx
  34. +1 −1 packages/vuetify/src/components/VSelectionControl/VSelectionControl.tsx
  35. +2 −2 packages/vuetify/src/labs/VTimePicker/VTimePicker.tsx
  36. +8 −5 packages/vuetify/src/labs/VTimePicker/VTimePickerClock.tsx
  37. +25 −25 packages/vuetify/src/locale/lt.ts
  38. +30 −30 packages/vuetify/src/locale/sl.ts
  39. +1 −0 packages/vuetify/src/styles/settings/_variables.scss
  40. +138 −44 yarn.lock
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@
}
},
"npmClient": "yarn",
"version": "3.5.14",
"version": "3.5.15",
"useWorkspaces": true
}
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"@vueuse/head": "^1.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.3",
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-vuetify": "^1.2.1",
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.3",
@@ -87,9 +87,5 @@
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27",
"yargs": "^17.7.2"
},
"resolutions": {
"conventional-changelog": "4.0.0",
"conventional-changelog-preset-loader": "3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuetify/api-generator",
"version": "3.5.14",
"version": "3.5.15",
"private": true,
"description": "",
"scripts": {
@@ -17,7 +17,7 @@
"ts-morph": "^20.0.0",
"tsx": "^4.6.2",
"vue": "^3.4.19",
"vuetify": "^3.5.14"
"vuetify": "^3.5.15"
},
"devDependencies": {
"@types/stringify-object": "^4.0.5"
3 changes: 2 additions & 1 deletion packages/api-generator/src/locale/en/VOverlay.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
"zIndex": "The z-index used for the component."
},
"events": {
"click:outside": "Event that fires when clicking outside an active overlay."
"click:outside": "Event that fires when clicking outside an active overlay.",
"afterLeave": "Event that fires after the overlay has finished transitioning out."
}
}
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"description": "A Vue.js project",
"private": true,
"author": "John Leider <john@vuetifyjs.com>",
"version": "3.5.14",
"version": "3.5.15",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify.git",
@@ -24,7 +24,7 @@
"@vercel/analytics": "^1.2.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuetify/one": "^1.5.4",
"@vuetify/one": "^1.5.5",
"algoliasearch": "^4.20.0",
"fflate": "^0.8.1",
"isomorphic-fetch": "^3.0.0",
@@ -39,7 +39,7 @@
"vue-i18n": "^9.7.1",
"vue-instantsearch": "^4.12.1",
"vue-prism-component": "^2.0.0",
"vuetify": "^3.5.14"
"vuetify": "^3.5.15"
},
"devDependencies": {
"@emailjs/browser": "^3.11.0",
@@ -51,7 +51,7 @@
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.4.19",
"@vuetify/api-generator": "^3.5.14",
"@vuetify/api-generator": "^3.5.15",
"ajv": "^8.12.0",
"async-es": "^3.2.5",
"date-fns": "^2.30.0",
22 changes: 11 additions & 11 deletions packages/docs/src/components/app/bar/Bar.vue
Original file line number Diff line number Diff line change
@@ -17,28 +17,28 @@

<template #append>
<template v-if="mdAndUp">
<app-bar-learn-menu />
<AppBarLearnMenu />

<app-bar-support-menu />
<AppBarSupportMenu />

<app-bar-ecosystem-menu />
<AppBarEcosystemMenu />

<app-bar-team-link v-if="lgAndUp" />
<AppBarTeamLink v-if="lgAndUp" />

<app-bar-playground-link v-if="lgAndUp" />
<AppBarPlaygroundLink v-if="lgAndUp" />

<app-bar-enterprise-link />
<AppBarEnterpriseLink />
</template>

<app-vertical-divider v-if="smAndUp" class="ms-3 me-2" />
<AppVerticalDivider v-if="smAndUp" class="ms-3 me-2" />

<app-bar-store-link v-if="smAndUp" />
<AppBarStoreLink v-if="smAndUp" />

<app-bar-jobs-link v-if="smAndUp" />
<AppBarJobsLink v-if="smAndUp" />

<app-bar-language-menu v-if="smAndUp" />
<AppBarLanguageMenu v-if="smAndUp" />

<app-bar-settings-toggle />
<AppBarSettingsToggle />
</template>
</VoAppBar>
</template>
9 changes: 4 additions & 5 deletions packages/docs/src/components/app/bar/EnterpriseLink.vue
Original file line number Diff line number Diff line change
@@ -2,14 +2,13 @@
<AppBtn
:to="rpath('/introduction/enterprise-support/')"
class="ms-1"
color="primary"
text="enterprise"
variant="outlined"
@click="gtagClick('app-bar', 'enterprise', name)"
>

{{ t('enterprise') }}
</AppBtn>
/>
</template>

<script setup>
const { t } = useI18n()
const { name } = useRoute()
</script>
1 change: 1 addition & 0 deletions packages/docs/src/data/nav.json
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@
{
"subheader": "utility-classes"
},
"borders",
"border-radius",
"content",
"cursor",
10 changes: 10 additions & 0 deletions packages/docs/src/examples/border-radius/misc-components.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<template>
<v-container class="text-center">
<v-btn
color="primary"
rounded="pill"
text="Update Account"
flat
></v-btn>
</v-container>
</template>
26 changes: 17 additions & 9 deletions packages/docs/src/examples/border-radius/misc-pill-and-circle.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<template>
<div class="d-flex justify-space-around">
<div
class="px-10 bg-secondary rounded-pill"
>
</div>
<div
class="pa-6 bg-secondary rounded-circle d-inline-block"
></div>
</div>
<v-container>
<v-row justify="space-around">
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-pill mx-auto" style="height: 64px; width: 164px;"></div>
<div class="text-caption">rounded-pill</div>
</div>
</v-col>

<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-circle mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-circle</div>
</div>
</v-col>
</v-row>
</v-container>
</template>
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<template>
<div class="d-flex justify-space-around">
<div class="pa-4 text-center bg-secondary rounded-0">
.rounded-0
</div>

<div class="pa-4 text-center bg-secondary rounded-xl rounded-be-0">
.rounded-xl .rounded-be-0
</div>
</div>
<v-container class="text-center">
<v-btn
color="primary"
rounded="0"
text="Update Account"
flat
></v-btn>
</v-container>
</template>
40 changes: 40 additions & 0 deletions packages/docs/src/examples/border-radius/misc-rounded-corners.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<template>
<v-container>
<v-row justify="space-around">
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-sm mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-sm</div>
</div>
</v-col>

<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded</div>
</div>
</v-col>

<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-md mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-md</div>
</div>
</v-col>

<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-lg</div>
</div>
</v-col>

<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-xl mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-xl</div>
</div>
</v-col>
</v-row>
</v-container>
</template>
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
<template>
<div class="d-flex justify-space-around">
<div class="pa-4 bg-secondary rounded-ts-xl">
.rounded-ts-xl
</div>
<v-container>
<v-row justify="space-around">
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-ts-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-ts-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-te-xl">
.rounded-te-xl
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-te-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-te-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-be-xl">
.rounded-be-xl
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-be-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-be-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-bs-xl">
.rounded-bs-xl
</div>
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-bs-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-bs-lg</div>
</div>
</v-col>
</v-row>
</v-container>
</template>
42 changes: 28 additions & 14 deletions packages/docs/src/examples/border-radius/misc-rounding-by-side.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
<template>
<div class="d-flex justify-space-around">
<div class="pa-4 bg-secondary rounded-t-xl">
.rounded-t-xl
</div>
<v-container>
<v-row justify="space-around">
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-t-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-t-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-b-xl">
.rounded-b-xl
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-e-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-e-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-s-xl">
.rounded-s-xl
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-b-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-b-lg</div>
</div>
</v-col>

<div class="pa-4 bg-secondary rounded-e-xl">
.rounded-e-xl
</div>
</div>
<v-col cols="auto">
<div class="text-center">
<div class="bg-surface-variant rounded-s-lg mx-auto" style="height: 64px; width: 64px;"></div>
<div class="text-caption">rounded-s-lg</div>
</div>
</v-col>
</v-row>
</v-container>
</template>
37 changes: 0 additions & 37 deletions packages/docs/src/examples/border-radius/usage.vue

This file was deleted.

Loading