Closed greenkeeper[bot] closed 5 years ago
After pinning to 1.2.3 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.4
to 1.2.5
.Your tests are still failing with this version. Compare changes
v-menu
of v-autocomplete
to be stuck open when working with asynchronous items (thanks @dkichler)v-dialog
to close a temporary v-navigation-drawer
(thanks @DRoet)The following files were converted to typescript:
The new version differs by 7 commits.
d0f0fd7
[release] 1.2.5
3c014f4
Merge pull request #5036 from dkichler/feat/v-autocomplete-issue4663-hide-no-data-only-master
e69a9f7
Merge pull request #5105 from vuetifyjs/feat/dependent-ts
5f3d8d4
Merge pull request #5111 from DRoet/fix/#5089-drawer-click-outside
9ff9b47
feat(dependent): convert to ts
d7318a6
fix(v-navigation-drawer): pull in Dependent mixin for click-outside
f9bc110
V-Autocomplete: hide-no-data also controls opening menu upon item update
See the full diff
dependency
vuetify was updated from 1.2.5
to 1.2.6
.Your tests are still failing with this version. Compare changes
v-pagination
component was not properly showing next (thanks @dima74)v-pagination
was not properly sizing buttons for large numbers (thanks @windhorn)v-stepper-step
that caused the color prop to not workThe new version differs by 10 commits.
14d343c
[release] 1.2.6
40e1354
Merge pull request #5128 from windhorn/fix/#5126-button_cutting_the_page_number
e580f79
Merge pull request #5151 from vuetifyjs/fix/data-iterable-rows-per-page-theme
08a3103
Merge pull request #5188 from vuetifyjs/fix/#5183-v-stepper-step-use-colorable
5519601
Merge pull request #5197 from dima74/master
e564b61
Fix #4760: show next pagination page if current page is last
b9fce45
test for #5183
5032c8a
fix(VStepperStep): use colorable mixin
a81310f
fix(iterable): rows-per-page selector not inheriting theme
debc781
style(v-pagination): button cutting the page number
See the full diff
dependency
vuetify was updated from 1.2.6
to 1.2.7
.Your tests are still failing with this version. Compare changes
v-progress-linear
when using the color propv-messages
to prevent animation bug with dynamically changing hint textv-select
, v-autocomplete
and v-combobox
will no longer emit a @change event when their model is changed externallyv-text-field
(and extending components) would be improperly focused if a mouseup event (without the corresponding mousedown) was emitted on themv-combobox
v-edit-dialog
to have a transparent backgroundv-tab
(thanks @amritk)v-radio
on last and only childThe new version differs by 9 commits.
70d7bc0
[release] 1.2.7
cf94d46
fix(VEditDialog): apply theme classes to content (#5152)
1f56645
fix(VLinearProgress): invalid class applied when using css color
5b1f3b4
fix(v-text-field): change mouseup focus to conditional
545b20c
fix(v-select): remove change event for external changes
6fc95a5
fix(v-messages): change assigned key
fcf51f1
[v-tab] Fix anchor hash routing (#5124)
488f0d6
fix(v-autocomplete): allow setSearch for numeric 0
439bf67
fix(v-radio): remove bottom margin
See the full diff
dependency
vuetify was updated from 1.2.7
to 1.2.8
.Your tests are still failing with this version. Compare changes
v-dialog
with the fullscreen propv-stepper
components to allow for a nested structurev-select
had the incorrect readonly stylesThe new version differs by 6 commits.
e8e1aa3
[release] 1.2.8
85bfe20
fix(v-ripple): only modify position if current one is static (#5249)
ff5d07b
fix(v-dialog): always remove scrollbar when fullscreen
5cfaeba
fix(v-select): change isDisabled conditional
f7b17e7
fix(v-stepper): add registrable mixin
26af9bf
fix(v-ripple): decrease click target size on selection control ripple (#5250)
See the full diff
dependency
vuetify was updated from 1.2.8
to 1.2.9
.Your tests are still failing with this version. Compare changes
dependency
vuetify was updated from 1.2.9
to 1.2.10
.Your tests are still failing with this version. Compare changes
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 still failing with this version. Compare changes
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 still failing with this version. Compare changes
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 8 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
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 9 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
See the full diff
dependency
vuetify was updated from 1.3.3
to 1.3.4
.Your tests are still failing with this version. Compare changes
The new version differs by 916 commits.
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"
7690dcd
Revert "feat(v-card): convert to extend v-paper"
f3b6222
Revert "test(elevatable): add coverage"
b0551a9
Revert "feat(VIcon): apply left/right even if not in a button"
1457222
Revert "refactor(measurable): move measurable styles to mixin"
ba14936
chore: update pull request template
97a0202
chore(ci): remove deploy stage
34eb725
Merge branch 'feat/mono' into dev
There are 250 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.4
to 1.3.5
.Your tests are still failing with this version. Compare changes
The new version differs by 7 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)
See the full diff
dependency
vuetify was updated from 1.3.5
to 1.3.6
.Your tests are still failing with this version. Compare changes
The new version differs by 33 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 33 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.6
to 1.3.7
.Your tests are still failing with this version. Compare changes
The new version differs by 6 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
See the full diff
dependency
vuetify was updated from 1.3.7
to 1.3.8
.Your tests are still failing with this version. Compare changes
v-tab
link functionality to v-btn
The new version differs by 24 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 24 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.8
to 1.3.9
.Your tests are still failing with this version. Compare changes
The new version differs by 15 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)
See the full diff
dependency
vuetify was updated from 1.3.9
to 1.3.10
.Your tests are still failing with this version. Compare changes
The new version differs by 20 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 20 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.10
to 1.3.11
.Your tests are still failing with this version. Compare changes
dependency
vuetify was updated from 1.3.11
to 1.3.12
.Your tests are still failing with this version. Compare changes
The new version differs by 9 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
See the full diff
dependency
vuetify was updated from 1.3.12
to 1.3.13
.Your tests are still failing with this version. Compare changes
kbd
background color (#5864) (28f61b5)The new version differs by 23 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 23 commits in total.
See the full diff
dependency
vuetify was updated from 1.3.13
to 1.3.14
.Your tests are still failing with this version. Compare changes
width
prop (#5875) (e7eccfc)The new version differs by 5 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
See the full diff
dependency
vuetify was updated from 1.3.14
to 1.3.15
.Your tests are still failing with this version. Compare changes
The new version differs by 10 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
See the full diff
dependency
vuetify was updated from 1.3.15
to 1.3.16
.Your tests are still failing with this version. Compare changes
The new version differs by 8 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
See the full diff
dependency
vuetify was updated from 1.3.16
to 1.4.0
.Your tests are still failing with this version. Compare changes
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 436 commits.
8794f2d
chore(release): publish v1.4.0
17dacdd
test(VTreeview): correct snapshots from merge
b83d3bb
Merge branch 'master' into dev
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
f137252
refactor(VSparkline): remove bar, improve line
7db1c69
docs(treeview): updated open-on-click
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 still failing with this version. Compare changes
The following components have been converted to Typescript:
The new version differs by 97 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 97 commits in total.
See the full diff
dependency
vuetify was updated from 1.4.2
to 1.4.3
.Your tests are still failing with this version. Compare changes
The new version differs by 23 commits.
33557c2
chore(release): publish v1.4.3
6d782bb
fix(VSheet): add missing transition
e2c7623
docs(examples): remove value prop (#6211)
4177931
fix(VTreeview): correcly handle updating items array of equal size (#6202)
9d964b3
fix(VTextField): correct styles with full-width prop
094a85e
fix(VMenu): show menu if value isActive on mount
a04d639
docs(events): fix depricated icon events
2acf2ff
fix(VDialog): properly check for activator scopedSlot
adfd142
docs(props): Korean translations (#6204)
2732656
docs(timeline): add avatar example
70b99a4
docs(defaultmarkup): move app desc from layout
4245499
docs(default markup): Added New Page, updated app prop (#6197)
bfad3d8
fix(VMenu): improve position when using offset, width and attach props (#6193)
c38d1d9
docs(VDataTable): improve expand documentation (#6185)
7093d3d
fix(VMenu): initial computation of NaN
There are 23 commits in total.
See the full diff
dependency
vuetify was updated from 1.4.3
to 1.4.4
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
b6300d2
chore(release): publish v1.4.4
5d8b0df
fix(VExpandTransition): reflow DOM before closing
6c62d8d
docs: prevent content flash during loading (#6269)
9dcc890
docs(theme): add events to download
53e4e26
docs(theme): add new freelancer theme
a0d8051
docs(Ripples): examples refactor (#6255)
7429324
docs(data-iterator): depricate loading prop
67a725c
chore(webpack): fix invalid sourcemap warning
4d0fa05
docs(icons): fix snippets
cfcff04
fix(VCard): remove computedElevation usage
458d6ba
chore(fix webpack config lint errors):
See the full diff
dependency
vuetify was updated from 1.4.4
to 1.4.5
.Your tests are still failing with this version. Compare changes
This update is fully compatible with vue@2.6
The following features have been converted to Typescript
The new version differs by 36 commits.
68bb1e0
chore(release): publish v1.4.5
bc7379d
chore: update README
9ad76b6
fix(VDatePicker): unwanted form submission on header click. (#6350)
3c9b8b6
fix(VDialog): make scroll listener non-passive
71334ef
fix(overlayable): make hide-overlay prop reactive (#6347)
df1b11e
fix(VAutocomplete): remove search when tabbing out of input
666e0fc
revert "fix(VCheckbox): add for
attribute on checkbox's related label (#6179)"
f19a207
fix(VSelect): remove tabindex on chips
5a5a6e2
fix(VAutocomplete): retain search value on multi selection (#6342)
cf2ba83
fix(VMenu): don't prevent default on keydown unless action taken (#6339)
349e2b1
fix(VMenu): update position dynamically (#6330)
997c329
fix(VAutocomplete): use toLocaleLowerCase when filtering items (#6333)
ccf6205
refactor(VStepper): convert to typescript (#6334)
92ad345
refactor(VSubheader): convert to typescript (#6336)
c6f422b
fix(VCarouselItem): auto change height (#6340)
There are 36 commits in total.
See the full diff
dependency
vuetify was updated from 1.4.5
to 1.4.6
.Your tests are still failing with this version. Compare changes
dependency
vuetify was updated from 1.4.6
to 1.4.7
.Your tests are still failing with this version. Compare changes
The following features have been converted to Typescript
The new version differs by 14 commits.
5103bb5
chore(release): publish v1.4.7
c7ec1bb
refactor(VNavigationDrawer): convert overlayable to TS, correct type errors
07aabf4
test(VTooltip): update snapshots
e0d0a8f
docs(theme): Update LRU Cache Initialization Method (#6365)
79d4504
fix(ripple): retain ripple on hold, show on touchstart
3f9ad9b
fix(detachable): extract all elements from activator scoped slot
82a9b67
fix(VDialog,VMenu,VTooltip): work around vue 2.6.2 $slots change
e5f60d4
chore: update vue to 2.6.2
945e3a3
revert "refactor(VMessages): convert to typescript"
37b0763
revert "refactor(VToolbar): convert to typescript (#6357)"
5e66f77
refactor(VMessages): convert to typescript
8fb182f
refactor(VNavigationDrawer): convert to typescript (#6359)
5937412
refactor(VToolbar): convert to typescript (#6357)
8947baa
refactor(VLists): convert to typescript (#6225)
See the full diff
dependency
vuetify was updated from 1.4.7
to 1.5.0
.Your tests are still failing with this version. Compare changes
Welcome to the 1.5 release of Vuetify! We've packed tons of goodies for you this time around including the long awaited v-calendar
component. The v-treeview
and v-sparkline
components have both received quality of life updates as well as new features such as search, fill and bar variants and more. Multiple components have been converted to typescript and 5 new locales have been included.
Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider:
#Important links
#Disclaimer
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!
Documentation
Community
Supporting Vuetify
Twitter
Facebook
Medium publication
Shop
The long anticipated v-calendar
component is finally here. This robust offering is packed full of enough functionality to be its own library.
It has multiple views and supports a variety of use-cases.
The v-treeview
component received multiple updates to help improve its usage from search to new public methods for controlling its behavior.
updateAll
public method for opening or closing all tree nodes (#6363) (3fb72ba)click:hour
, click:minute
and click:second
events (#6321) (58c45b0), closes #6163The following components have been converted to Typescript:
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 77 commits.
95206e9
chore(release): publish v1.5.0
1011d16
Merge branch 'master' into dev
4929773
chore(release): publish v1.4.8
7e310db
fix(VNavigationDrawer): remove max-height style when undefined
0a1d1d7
docs(drawerItems): change updated/new tags
acbb05e
docs: use short language codes where available
f35430d
docs(VTreeview): added functions tabs
fa56295
Merge branch 'master' into dev
3fb72ba
feat(VTreeview): updateAll public method (#6363)
ba35207
feat(VTreeItem): add itemFilter prop, remove customFilter prop (#6349)
356abdd
Merge branch 'master' into dev
7f58839
Merge branch 'master' into dev
ba5633c
docs(TreeView): added prop to new.json
c76b93c
refactor(Theme): fix black/white referenced variables
9d73a99
chore(easing-patterns): add deprecation notice
There are 77 commits in total.
See the full diff
dependency
vuetify was updated from 1.5.0
to 1.5.1
.Your tests are still failing with this version. Compare changes
The new version differs by 38 commits.
55c49a3
chore(release): publish v1.5.1
0d3ab63
fix(helpers): detect legacy non-scoped slots correctly
60f8ffb
docs(VTooltip): update examples to new slot syntax
8bf9e28
fix(menuable): use activatorNode.elm if activated externally
c9f3a27
chore: remove word
a865794
fix(VDialog,VMenu,VTooltip): work around vue 2.6.4 $slots change
dd4e825
chore: update vue to 2.6.6
a05c325
docs(meet the team): add me to team (#6463)
33f4033
fix(DataIterable): Update selection when items change. (#6097)
20d2332
feat: add turkish locale (#6384)
a0d6fef
chore: update to typescript 3.3
fb348f1
chore: update dependencies
912380f
fix(menuable): positioning when overflowing viewport (#6412)
50f0264
fix(VAutocomplete): update dynamically when itemText is updated (#6431)
34d265e
fix(v-ripple): skip mouse events if triggered by touch (#6445)
There are 38 commits in total.
See the full diff
dependency
vuetify was updated from 1.5.1
to 1.5.2
.Your tests are still failing with this version. Compare changes
The new version differs by 26 commits.
7450d29
chore(release): publish v1.5.2
da05f85
docs(VCard): use text defined in data() function (#6543)
7e0a521
fix(VSpeedDial): fixed transition animation (#6373)
797808e
revert: fix(VPagination): remove unnecessary outline for circle pagination buttons. (#6523)
b00abfe
fix(VPagination): remove unnecessary outline for circle pagination buttons. (#6513)
be34e49
docs(VTreeview): add Russian translation (#6522)
6219ad0
fix(VCarousel): transition direction when outside button click (#6515)
80d5c0f
docs(internationalization): bring back removed list of supported locales
7add0a9
docs(examples): fix transition in text-field example
a546c75
refactor(menuable): simplified code
eb64675
fix(locale): improve polish translation
78f00d2
Preserve listeners on component icons (#6507)
d61ee0e
fix(VCarousel): add aria-label on controls (#6498)
9323018
test(VMenu): remove useless snapshots
b92a4db
refactor(VMenu): move page width calculation to minWidth
There are 26 commits in total.
See the full diff
dependency
vuetify was updated from 1.5.2
to 1.5.3
.Your tests are still failing with this version. Compare changes
The new version differs by 15 commits.
d24f528
chore(release): publish v1.5.3
592f9f0
chore(tslint): stop ignoring packages/vuetify
3f8cb64
test(validatable): re-enable tests
620b823
fix(VCalendar): input generates correct type (#6434) (#6482)
3b184b4
fix(VAutocomplete): retain filtered list on item selection (#6388)
11c8f39
Docs(vcardmedia): remove v-card-media + corrected a typo (#6583)
5140f7f
docs(cards): add v-card-media dep alert
66ca89d
fix(VSheet): listen to events (#6573)
a78e022
Make example consistent with documentation (#6571)
8875f68
fix(detachable): remove detached activator element on destroy
c1ca3f9
docs(tabs): update input event to change
389f461
ci(Travis): use latest Node.js (#6554)
6faafc3
docs(textarea): update icon prop/slot/events
a3b9a9d
docs(textfield): update icon props
bce9bec
docs(inputs): update input based value prop
See the full diff
dependency
vuetify was updated from 1.5.3
to 1.5.4
.Your tests are still failing with this version. Compare changes
The new version differs by 5 commits.
8b45196
chore(release): publish v1.5.4
d39cd4d
Revert "fix(VAutocomplete): retain filtered list on item selection (#6388)"
9f8c235
docs(datatable): add total-items warning
b95b76e
fix(VTooltip): min width is not applied (#6622)
1b4dbae
fix(VMenu): respond to keydown when using scoped activator slot
See the full diff
dependency
vuetify was updated from 1.5.4
to 1.5.5
.Your tests are still failing with this version. Compare changes
v-slot
available in vue@2.6The new version differs by 8 commits.
9af6b95
chore(release): publish v1.5.5
22adcb0
docs: fix iso-639-1 import
5657325
docs(page): fix lint error
498e159
docs(text-fields): reverse vis icons in password example
91eb0db
fix(VSlider): set value to min if it's less than min (#6604) (#6605)
2146ca8
fix(VBreadcrumbs): v-for key error when two items have identical texts (#6642)
67b73b9
docs: refactor/doc slots (#6502)
0bf395c
fix(ripple): allow getComputedStyle to return null (#6639)
See the full diff
dependency
vuetify was updated from 1.5.5
to 1.5.6
.Your tests are still failing with this version. Compare changes
The new version differs by 14 commits.
2939ae8
chore(release): publish v1.5.6
b49e3c3
docs: Update vuelidate links
27c3242
fix(progressbar): center inner content (#6712)
35c1d11
docs: translate to Korean (#6709)
a41f23d
fix(VDatePickerYears): year picker is not scrolled to the selected year
d41f1c1
fix(VTimePickerClock): invalid values can be selected
7885aaf
fix(VDatePicker): wrong date when changing month in reactive picker
262a702
fix(VDatePicker): tableDate gets invalid value when changing year
b4758e8
refactor: enable local supporters/notify
3310920
fix(ripple): check for undefined el._ripple (#6698)
5754c35
Docs(selects): fix typo.json (#6699)
aaf623d
docs(toolbar): fix slot extension example (#6680)
0bf8ee0
docs(readme): add badge for next version
5263816
docs(Roadmap): update roadmap
See the full diff
dependency
vuetify was updated from 1.5.6
to 1.5.7
.Your tests are still failing with this version. Compare changes
The new version differs by 16 commits.
a0ab9ff
chore(release): publish v1.5.7
9b354fd
fix(vtextfield): check input change before mask logic (#6758)
359d824
docs: update how supporters are derived
a3970e1
docs(example): fix slot syntax for headerCell
a36c380
docs: update premiere sponsor conditional, add click events
b014d86
docs(Sponsors): add premiere sponsor
2389703
chore(README.md): add premiere sponsor
e9f7303
docs(api): add activator to v-list-group
366e565
docs: fix Chinese typo in generic props (#6748)
6b6c774
docs(windows): Fix bug in next() method of onboarding example (#6750)
98f1548
docs: fix example typo
bbe4834
docs(vmenu): fix example lint error
e246e89
docs(vmenu): add menu w/tooltip example
7817ab0
docs(documentation-store): fix race condition
b2f4607
docs(Patrons/Notify): fix hydration issue
There are 16 commits in total.
See the full diff
dependency
vuetify was updated from 1.5.7
to 1.5.8
.Your tests are still failing with this version. Compare changes
The new version differs by 29 commits.
59bdbec
chore(release): publish v1.5.8
5f88487
fix(v-messages): increase line-height of inputs messages (#6868)
495ffaa
fix(VSelect): highlight newly selected item on keypress
2e0c465
docs(toolbar): fix doc btn hiding on mobile
a76ef42
fix(VBtn): limit FAB icon transition to direct children
ee1078f
fix(VuetifyGoToOptions): add missing properties to types
a4761cb
fix(VSelect): keep menu closed when removing chip items. (#6845)
9149a21
refactor: delete unused variables (#6850)
175b9ac
docs: update search-input prop desc
05e1ea6
docs: fix wrong descriptions for events (#6802)
5f5db93
docs(VSelect): deprecate filter from docs
9324c3d
docs(VSelect): deprecate search-input from docs
3a7289a
docs: fix typo in update:error event description (#6787)
5775f3b
docs(scroll): dont hook up to toe
24e335f
docs(CorePatron): fix ga event
There are 29 commits in total.
See the full diff
dependency
vuetify was updated from 1.5.8
to 1.5.9
.Your tests are still failing with this version. Compare changes
dependency
vuetify was updated from 1.5.9
to 1.5.10
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
0beff68
chore(release): publish v1.5.10
6d7cef9
chore: fix lint errors
3376428
docs(notify.json): update
bb9c47e
fix(overlayable): check browser support for passive events (#6710)
6a75024
docs(notify.json): update snackbar
563e3f4
fix(VTreeView): add height limitation on v-treeview-node__root (#6894)
See the full diff
dependency
vuetify was updated from 1.5.10
to 1.5.11
.Your tests are still failing with this version. Compare changes
The dependency vuetify was updated from
1.2.3
to1.2.4
.π¨ 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
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/wilf312/json2jsObject/164?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v1.2.4
v-menu
will now inherit its theme fromv-app
v-date-picker
(thanks @AuspeXeu)v-parallax
(translatable mixin) was not properly calculating the image locationv-list-tile-action
did not support the v-html directivev-autocomplete
when using the full-width propThe following functionality has been converted to typescript internally
v-carousel
Commits
The new version differs by 16 commits.
3bb116c
[release] 1.2.4
ffc3c9c
fix(translatable): partially revert 5f661a3
8c81036
refactor(colors.d.ts): move file
77c9598
feat(colorable): convert to ts
db4c8f1
feat(components-index): convert to ts
a90b427
feat(returnable): convert to ts
a2d344f
feat(filterable): convert to ts
6af4c64
Merge pull request #5104 from vuetifyjs/feat/v-carousel-ts
38f6799
refactor(v-carousel): update feedback items
4ad36fc
chore(v-carousel): update type
de7356a
refactor(v-carousel): update review items
9ce0a8c
feat(v-carousel): convert to ts
f3b4192
fix(v-list-tile-action): add support for v-html
d74624c
fix(v-autocomplete): add conditional for single-line
046d284
fix(DatePicker): Title spacing when month === August (#5027)
There are 16 commits in total.
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: