Closed greenkeeper[bot] closed 5 years ago
After pinning to 1.2.9 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
vuetify was updated from 1.2.10
to 1.3.0
.Your tests are still failing with this version. Compare changes
Vuetify is shedding some weight! @KaelWD has set up vuetify-loader to automatically handle your application's a-la-carte needs. On top of that, we have a variety of new components and functionality. This release also starts the abstraction of core functionality into self contained components such as v-item-group
and v-window
.
v-treeview
β introv-timeline
β introv-window
β intro
v-window-item
v-item-group
β intro
v-item
We have also updated the project's Roadmap which is packed full of exciting new features that we can't wait to get out to you.
If Vuetify has helped your development in any way, please consider backing the project on Patreon. We offer tiers that are beneficial to both individuals and businesses. This helps us continue to maintain the framework and provide the level of support that we do. Thank you for using Vuetify!
#Important links
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!
Documentation
Community
Supporting Vuetify
Twitter
Facebook
Medium publication
Shop
The v-treeview
provides an easy to use interface for displaying nested data/information.
The v-timeline
component is useful for displaying chronological information. Easily combine functionality from transition components to create your own unique implementations.
If you have used v-tabs
or v-carousel
this will be familiar. We have abstracted this baseline functionality into v-window
to give you the ability to create advanced components that aren't scoped to existing components.
Creating stateful displays has never been easier. The v-item-group
component allows you to create v-radio
/v-checkbox
style functionality with anything you want.
There are currently no intended upgrades required.
v-date-picker
v-select
was not properly showing the loader when using the loading propv-tabs
to not properly highly the initial itemIncludes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.10
v-tabs
will now always attempt to scroll the selected tab into view when the model changesv-switch
v-window
and extending components (v-carousel
and v-tabs
) now supports custom definition of the v-touch directive optionsIncludes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.8
v-tabs-slider
to not be properly set with dynamic itemscolors.ts
export typesIncludes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.7
v-item-group
& v-item
v-window
& v-window-item
v-treeview
v-timeline
& v-timeline-item
v-breadcrumb-divider
notice v-stepper was not converted in order to maintain backwards compatibility. Expect v-tabs
, v-carousel
and v-stepper
to have a similar structure in v2.0.
v-time-picker
sizingv-time-picker
v-btn-toggle
has been refactored to use new functionality provided in v-item-group
v-bottom-nav
has been converted to use v-btn-toggle
v-carousel
has been refactored to use new functionality provided in v-window
v-ripple
now more closely resembles MD specv-tabs
has been refactored to use new functionality provided in v-window
and v-item-group
v-stepper-step
icon to work with the rtl optionsThe following locales have been added:
The following functionality has been converted to typescript:
v-breadcrumbs
If you are stuck and need help, don't fret! We have a very large and dedicated community that is able to provide help 24/7. Come to the #release-migration channel.
The new version differs by 106 commits.
5eb4514
[release] 1.3.0
6a361e1
test(v-tabs): fix test
195e456
Merge branch 'dev'
646a3ee
fix(v-select): add genProgress
d3def0b
fix(VTabs): pass parent theme to items
a7d9d6e
fix(v-radio-group): change radio margin selector
71ae5c3
revert(v-tab): revert 1ef8eb5
6fde964
feat(VDatePicker): add weekdayFormat prop (#5257)
b6ec287
fix(v-item-group): update item model on register
a692739
Merge branch 'master' into dev
dd1d11e
[release] 1.3.0-beta.0
bb056db
Update README.md
e85cd96
Merge branch 'master' into dev
bb69dd5
fix(v-tabs): re-enable tests
51e917c
fix(v-tabs): scroll tab into view when model changes
There are 106 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.0
to 1.3.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
v-tabs
to not properly update its model if changed at the same time as adding a new tabv-autocomplete
and v-combobox
to blur when searchingThe new version differs by 7 commits.
cbd2570
[release] 1.3.1
b9a5e64
fix(v-item-group): invoke state update on nextTick
43cb35f
fix(v-select): move progress loader
2480215
fix(sliders): remove deprecated stylus variable
28f53d0
chore: update to typescript 3.1
5bc327b
fix: remove VBreadcrumbs.js
932349a
fix: readded catalan locale
See the full diff
dependency
vuetify was updated from 1.3.1
to 1.3.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
v-tabs
init that caused v-tabs-slider
to pop inv-data-table
did not work properly with item properties that contained the . character (thanks @ittus)v-date-picker
to show NaN:NaN when provided with an empty string (thanks @GPlay97)v-rating
with the half-increments and hover props to not work properly in Firefoxv-time-picker
in 24hr mode was not selecting the correct hour in some cases (thanks (@haggys22)v-tab
to not have the correct themev-treeview
to not properly updated its model/active/open when changed externallyThe new version differs by 15 commits.
88f3749
[release] 1.3.2
17a4dd8
Add fallback when get object by path (#5090)
30064e9
time picker bugfix for empty string (#5218)
4010fe4
Fix #5316 (#5317)
0a9a3b0
fix/v-treeview (#5373)
e43441d
fix(v-rating): switched from using offsetX to calculate half-increments (#5374)
6810169
fix(v-tabs): remove arbitrary delay on init
2b2e06d
fix(VTab): remove theme override
cbd2570
[release] 1.3.1
b9a5e64
fix(v-item-group): invoke state update on nextTick
43cb35f
fix(v-select): move progress loader
2480215
fix(sliders): remove deprecated stylus variable
28f53d0
chore: update to typescript 3.1
5bc327b
fix: remove VBreadcrumbs.js
932349a
fix: readded catalan locale
See the full diff
dependency
vuetify was updated from 1.3.2
to 1.3.3
.Your tests are still failing with this version. Compare changes
v-item-group
state after mount, fix #5401 & #5410v-item-group
would set its model to undefined
when destroyedv-item-group
v-card
arrow direction in the opposite slot of v-timeline
(thanks @jvanst)v-data-table
CSS to target v-icon
specifically (thanks @BePsvPT)type="button"
to v-pagination
buttons (thanks @materight)v-pagination
text alignment on iOS (thanks @ryuhhnn)The new version differs by 24 commits.
6393b14
[release] 1.3.3
cd18540
fix(v-item-group): avoid unregistration process when destroyed
99d201b
Resolves bug where certain iOS versions were causing left aligned pagination text in buttons (#5208)
cb29f21
Fix: VPagination acts as submit in forms (#5212) (#5229)
c329775
fix data table sort icon not working when using font awesome 5 (#5342)
8780c6b
Fix - v-slider readonly bug. (#5399)
be32ac2
Fixes #5397 (#5400)
1fb9e58
fix(v-item-group): remove default flex-grow
4af99de
fix(v-item-group): handle initial item state on registration
88f3749
[release] 1.3.2
17a4dd8
Add fallback when get object by path (#5090)
30064e9
time picker bugfix for empty string (#5218)
4010fe4
Fix #5316 (#5317)
0a9a3b0
fix/v-treeview (#5373)
e43441d
fix(v-rating): switched from using offsetX to calculate half-increments (#5374)
There are 24 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.4
to 1.3.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 923 commits.
23f0db7
chore(release): publish v1.3.5
1c8dd79
chore(ci): deploy monorepo automatically (#5491)
0316315
test(v-tabs): ensure component is mounted before performing checks
50dd6a4
fix(v-tabs): fix slider entry time
ab03b4d
fix(VRadioGroup): main label spacing (#5463)
da0cdec
feat: add how to async load fonts (#5473)
a76c44d
fix: font weight on themes and quick start page (#5474)
4c7ce79
v1.3.4
db7ee4d
chore(contributing): put contribution page under maintenance
f5aeb00
fix(VList): rtl (#5464)
7f534a1
fix(VTreeview): rtl mode (#5465)
b253e15
revert: remove changes from dev
c4bbbcf
Revert "feat(elevatable): create new mixin"
7ae3062
Revert "feat(v-paper): create new component"
96ad365
Revert "test(v-paper): add unit tests"
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.5
to 1.3.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 956 commits.
9af21e0
chore(release): publish v1.3.6
e65ed5b
fix(VTreeview): arrow direction in rtl (#5535)
9c7e0f3
docs: allow multi-line typescript signatures, remove semicolon
e5b8e6f
docs(data-iterable): add pagination.totalItems
33e29af
Added Pagination Props as example (#5497)
f32c9d1
docs: add back shouldShowAd computed property
618815d
docs: update ad structure
b175838
test(Validatable): correct test structure
945ab47
fix(Validatable): remove validation when readonly or disabled
31f12b9
fix(SelectionControls): increased css specificity for margin
325a143
Fix for non-spa checkbox, radio and switch values (#5505)
17582f6
docs: update window examples to use mandatory prop
80fce07
Merge branch 'fix/#3485-text-field-prefix'
8691e57
fix: typescript lint errors (#5520)
a438ccd
fix(text-field): text-field's label overlap with long prefix.
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.6
to 1.3.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 962 commits.
d3c6840
chore(release): publish v1.3.7
1f917dd
chore(ci): don't rewrite package.json
2fe1281
chore(ci): re-use existing now deployment
6c427a8
chore(ci): build docs on now instead of travis
9f6e92c
chore(ci): skip publish confirmation
56c4ab6
docs: update snackbar message
9af21e0
chore(release): publish v1.3.6
e65ed5b
fix(VTreeview): arrow direction in rtl (#5535)
9c7e0f3
docs: allow multi-line typescript signatures, remove semicolon
e5b8e6f
docs(data-iterable): add pagination.totalItems
33e29af
Added Pagination Props as example (#5497)
f32c9d1
docs: add back shouldShowAd computed property
618815d
docs: update ad structure
b175838
test(Validatable): correct test structure
945ab47
fix(Validatable): remove validation when readonly or disabled
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.7
to 1.3.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
v-tab
link functionality to v-btn
The new version differs by 986 commits.
bcd6966
chore(release): publish v1.3.8
31cfae6
fix(VButton): removed background from diabled outline btn
454476c
fix(Progress): parse values as floats instead of ints
45c10ca
docs: translate components/ApiExplorer into Japanese (#5587)
eefc276
fix(VChip): avatar size in small chips
5b6b76a
fix(DataTable): correctly center the selection controls (#5542)
0de73ea
fix(DataTable): support nested values for item key (#5241)
49c1e6a
fix(Select): add scopeId to VSelectList (#5574)
c636f6c
fix(Treeview): empty children expand icon (#5442)
46fd4ee
docs(v-breadcrumbs): updated slot example
f7aca71
docs: multiple v-select isn't deprecated
9bc6860
docs: include wrapper props in api, list deprecated select props
78e76ff
fix(VList): hide input messages only when in .v-list__tile__action (#5578)
6657fe7
fix(VSelect): stop keydown.esc propagation (#5579)
161222c
fix(VTextField): use available space for active label (#5577)
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.8
to 1.3.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1001 commits.
18420db
chore(release): publish v1.3.9
9dcc191
chore: moved licence file, fixed link to licence in README.md
1694c95
docs(Card): Improve responsive behaviour of horizontal example (#5612)
13814bd
fix(TextField): use correct color for prefix in disabled (#5648)
bab9616
docs: update incorrect link to example source
e95a291
docs: update incorrect links to source (#5545)
1240f76
chore: fix typo in pull request template (#5645)
8505a6a
chore(docs): remove node version restriction
62362c5
fix(ListTile): remove duplicate event listeners
baadf39
docs: replace @click.native with @click
390d289
fix: re-emit click events
bd4c5dd
chore: fixed broken link in readme
9aa40bf
revert(WindowItem): partially restore functionality removed in ceddbce
ceddbce
fix(WindowItem): change how transitionend is processed
af9bbd1
fix(WindowItem): calculate height on leave (#5590)
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.9
to 1.3.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1021 commits.
bcf9f1f
chore(release): publish v1.3.10
d6d65f3
fix(VTextField): border color in error state
a039846
fix(expand-transition): reset initial state when cancelled
069558a
fix(Btn): avoid setting bg with disabled and color prop (#5734)
9a5e305
docs: update snackbar
f32ef98
refactor(delayable): add default runDelay function to toggle isActive
338c1aa
refactor: disable codefund, create mobile displays for carbon
6f75590
fix(VMenu): auto positioning with dense prop (#5448)
76db39d
fix(Dialog): add/remove overlay and scroll when fullscreen is changed (#5707)
cb605ac
fix(expand-transition): use a proper FLIP animation w/ offsetHeight (#5709)
8936d06
docs: add winter store banner
e984bf3
fix(VSelect): don't handle mouseup if there was no mousedown
f587f7c
fix(ProgressLinear): use valid transition function
2150554
fix(selection-controls): use ripple even when disabled (#5710)
592d4c9
fix(VAutocomplete): inherit pointer-events
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.10
to 1.3.11
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1023 commits.
1a6b89e
chore(release): publish v1.3.11
8f15d16
fix(VExpandTransition): check for parent existence before adding class
bcf9f1f
chore(release): publish v1.3.10
d6d65f3
fix(VTextField): border color in error state
a039846
fix(expand-transition): reset initial state when cancelled
069558a
fix(Btn): avoid setting bg with disabled and color prop (#5734)
9a5e305
docs: update snackbar
f32ef98
refactor(delayable): add default runDelay function to toggle isActive
338c1aa
refactor: disable codefund, create mobile displays for carbon
6f75590
fix(VMenu): auto positioning with dense prop (#5448)
76db39d
fix(Dialog): add/remove overlay and scroll when fullscreen is changed (#5707)
cb605ac
fix(expand-transition): use a proper FLIP animation w/ offsetHeight (#5709)
8936d06
docs: add winter store banner
e984bf3
fix(VSelect): don't handle mouseup if there was no mousedown
f587f7c
fix(ProgressLinear): use valid transition function
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.11
to 1.3.12
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1032 commits.
902d947
chore(release): publish v1.3.12
8a1b483
fix(VWindowItem): ensure afterEnter fires with no transition
deb28c4
fix(VCarousel): pass value
property to controls (#5758)
78339a3
fix(VDatePicker): display proper year when model is null (#5672)
595e85c
chore(supporters.json): add new supporter
33a9693
chore(Roadmap): update progress
aad89f7
chore(Snackbar): update message
f148646
fix(VTimePicker): adjust inner/outer circle click detection in 24hr
7e9dab2
docs: remove cyber monday snackbar
1a6b89e
chore(release): publish v1.3.11
8f15d16
fix(VExpandTransition): check for parent existence before adding class
bcf9f1f
chore(release): publish v1.3.10
d6d65f3
fix(VTextField): border color in error state
a039846
fix(expand-transition): reset initial state when cancelled
069558a
fix(Btn): avoid setting bg with disabled and color prop (#5734)
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.12
to 1.3.13
.Your tests are passing again with this update. Explicitly upgrade to this version π
kbd
background color (#5864) (28f61b5)The new version differs by 1046 commits.
4e91a9c
chore(release): publish v1.3.13
28f61b5
fix(kbd): fix kbd
background color (#5864)
4efdee7
fix(VTextField): add missing css selector
9e893dd
fix: stylus var name (possible breaking change introduced by #5802)
b6afe4a
test(maskable): add unit tests
980142f
fix(VSelect): fix VSelect behavior when switching to another tab (#5780)
68a9aec
fix(VDataIterator): select is too tall in IE11 (#5656)
62ecb91
fix(VMenu): hover stuck open when mouse exits page (#5844)
e015ee3
fix(VDataIterator): pagination width regression
37c46b6
fix(VTextField): css rules were applied to checkboxes in v-select menu (#5595)
993fa6d
fix(VToolbarTitle): rtl mode (#5642)
7eadc37
fix(VBadge): rtl mode (#5801)
45da2ea
fix(VChip): rtl mode (#5802)
01c1ac8
chore(package): add unpkg link (#5810)
902d947
chore(release): publish v1.3.12
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.13
to 1.3.14
.Your tests are passing again with this update. Explicitly upgrade to this version π
width
prop (#5875) (e7eccfc)The new version differs by 1051 commits.
d235fa7
chore(release): publish v1.3.14
e7eccfc
fix(VProgressCircular): fix type check for width
prop (#5875)
ae31593
chore: update vue to 2.5.21 (#5789)
8a2a1a1
fix(VSelect): close menu on tab out
d3bc050
revert(VSelect): revert commit 980142f
4e91a9c
chore(release): publish v1.3.13
28f61b5
fix(kbd): fix kbd
background color (#5864)
4efdee7
fix(VTextField): add missing css selector
9e893dd
fix: stylus var name (possible breaking change introduced by #5802)
b6afe4a
test(maskable): add unit tests
980142f
fix(VSelect): fix VSelect behavior when switching to another tab (#5780)
68a9aec
fix(VDataIterator): select is too tall in IE11 (#5656)
62ecb91
fix(VMenu): hover stuck open when mouse exits page (#5844)
e015ee3
fix(VDataIterator): pagination width regression
37c46b6
fix(VTextField): css rules were applied to checkboxes in v-select menu (#5595)
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.14
to 1.3.15
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1061 commits.
e96bb4b
chore(release): publish v1.3.15
a1065ca
fix(VCombobox): menu position may not update if multiple (#5888)
fb43e24
test: use keyCodes instead of numeric values
e842a40
docs: set default markup language to 'markup'
38fe09e
docs: handle errors when ads are blocked
c68d166
chore: enable server-side sourcemaps
4b27318
chore(docs): enable rollbar
1e71b23
chore: enable sourcemaps in production
e847e35
revert: partial revert of #5789
5d9dcf9
fix(VExpansionPanelContent): add default value for header destructure
d235fa7
chore(release): publish v1.3.14
e7eccfc
fix(VProgressCircular): fix type check for width
prop (#5875)
ae31593
chore: update vue to 2.5.21 (#5789)
8a2a1a1
fix(VSelect): close menu on tab out
d3bc050
revert(VSelect): revert commit 980142f
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.15
to 1.3.16
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 1069 commits.
7f25c26
chore(release): publish v1.3.16
ca3e464
fix(VTreeview): async loading using custom children key (#5977)
d5f8266
fix(VTreeview): open-all not working with some item keys (#5976)
3f2bb42
fix(VTreeview): bug when removing and adding children (#5991)
4f18a8c
fix(snackbar): add rtl to snackbar (#6013)
3920f0e
fix(VTreeview): active-class applies to node and all its children (#5978)
4ddd95f
docs(store/actions): override default product cap
68694fa
docs: update snackbar
e96bb4b
chore(release): publish v1.3.15
a1065ca
fix(VCombobox): menu position may not update if multiple (#5888)
fb43e24
test: use keyCodes instead of numeric values
e842a40
docs: set default markup language to 'markup'
38fe09e
docs: handle errors when ads are blocked
c68d166
chore: enable server-side sourcemaps
4b27318
chore(docs): enable rollbar
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.16
to 1.4.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
Welcome to the v1.4 release! The team has been hard at work to bring more exciting features and functionality for your fingertips. With that in mind, the highlight (at least for me) of this release is the brand new documentation. The internal core has been redeveloped from the ground up to make it easier for developers to contribute and for us to maintain. In essence, everything should feel the same with some minor UI tweaks to improve your experience.
Over the course of the past few months, the entire repository had 150, 000 lines of code modified and over 2500 files. This was a massive feat and it would not have been possible without the support and dedication of the entire @vuetifyjs/core-team, @vuetifyjs/core-contributors and countless volunteers. I would like to highlight a few names for their absolutely selflessness in helping fine tune the new documentation experience:
Thank you for your hard work and dedication to improving Vuetify.
With this release also marks the start of v2.0 and our conversion to Material Design 2. The next iteration of Vuetify will be a complete rebuild of the framework internals, over 10 new components, additional customization options and more. For more details you can watch @johnleider 's presentation at VueConf Toronto this year or checkout the corresponding slides.
If Vuetify has helped your development in anyway, please consider backing the project on Patreon (supports John) or Open Collective (supports Core Team). This helps us continue to maintain the framework and provide the level of support that we do. If you have any questions, please message @johnleider in our Discord community.
#Important links
#Disclaimer
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!
Documentation
Discord Community
Patreon
Open Collective
Twitter
Facebook
Medium publication
Shop
Sparkline is the newest addition to the Vuetify core. It aims to help bridge the gap between chart and no chart. Great for displaying informational overviews when granular detail isn't a necessity.
If v-card
had a younger sibling, it would be v-sheet
. Serving as the baseline functionality for many MD2 components, the sheet provides a simple interface for creating paper like components.
The planned v-calendar
component ran into complications towards the end of the v1.4 release cycle. We are dedicated to providing quality components and want to ensure that anything we release meets specific standards. To follow progress on its status, please subscribe to the pending pull request.
smAndUp
), example code will now display in a smaller viewport to help alleviate scroll strain on large examples. Example action icons are now more visible and easier to identify.If you are stuck and need help, don't fret! We have a very large and dedicated community that is able to provide help 24/7. Come to the #release-migration channel.
The new version differs by 1505 commits.
8794f2d
chore(release): publish v1.4.0
17dacdd
test(VTreeview): correct snapshots from merge
b83d3bb
Merge branch 'master' into dev
7f25c26
chore(release): publish v1.3.16
ca3e464
fix(VTreeview): async loading using custom children key (#5977)
56f7cd3
docs(VSparkline): remove reference to removed bar type
1170c67
docs(VSparkline): typo in example
81004dd
docs(VSheet): improve usage example on mobile
fa0dd24
docs(VSparkline): add description for labels, fix showLabels reference
0063c3d
chore(api-generator): remove explicit type prop on v-sparkline
e739360
docs(VSparkline): add salesCard example
e44549c
refactor(VSparkline): update hasLabel computed
63d1f75
docs(VSparkline): add dashboardCard example
ca529a4
fix(VSparkline): de-reference points from helper methods
cc65f89
docs(VSparkline): update playground example
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.4.1
to 1.4.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The following components have been converted to Typescript:
The new version differs by 1602 commits.
01cc849
chore(release): publish v1.4.2
db99b47
fix: lint comments
c42ccf3
docs(icons): update icons link
b08bf9d
test(validatable): don't use it.each
84e5807
fix(VTooltip): Update tooltip position dynamically (#5967)
4cc8b8c
fix(validatable): re-check validation after reset
bdcba37
revert: fix(validatable): reset validation on resetValidation call
e9c9b58
fix(VTimePicker): emit change event after clicking minutes/seconds (#6079)
575b26e
refactor(VDatePicker): convert to Typescript (#6137)
3eddb56
fix(validatable): reset validation on resetValidation call
9f83197
docs(faq): remove erroneous v-app info
fab2488
fix(VTimePicker): remove unnecessary mixins prop
09a8c13
docs(codepen): move icon load to twittercard
17b3c36
docs(codepen): load mdi fonts
3549e88
docs: improve Russian docs (#6131)
There are 250 commits in total.
See the full diff
The dependency vuetify was updated from
1.2.9
to1.2.10
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
vuetify is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/chmjs/vuetify-colorizer/builds/442469408?utm_source=github_status&utm_medium=notification)).Release Notes for v1.2.10
v-tabs
was displaying the wrong color arrow iconsv-radio
components whenv-radio-group
was not using the column propCommits
The new version differs by 4 commits.
4f80363
[release] 1.2.10
08b67a7
fix(VTabs): pass parent theme to items
08cac48
fix(v-radio-group): change radio margin selector
e090589
revert(v-tab): revert 1ef8eb5
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: