wilf312 / json2jsObject

https://wilf312.github.io/json2jsObject/
1 stars 0 forks source link

An in-range update of vuetify is breaking the build 🚨 #60

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency vuetify was updated from 1.2.3 to 1.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

πŸ”§ Things we fixed

  • 9bf02af v-menu will now inherit its theme from v-app
  • 046d284 Fixed title spacing in v-date-picker (thanks @AuspeXeu)
  • #4847 Fixed a bug where v-parallax (translatable mixin) was not properly calculating the image location
  • #5037 Fixed a bug where v-list-tile-action did not support the v-html directive
  • #5076 Fixed incorrect styles in v-autocomplete when using the full-width prop

⌨️ Typescript

The following functionality has been converted to typescript internally

  • v-carousel
  • filterable mixin
  • returnable mixin
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:

greenkeeper[bot] commented 6 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.

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.5

πŸ”§ Things we fixed

  • #4663 Fixed a bug that caused the v-menu of v-autocomplete to be stuck open when working with asynchronous items (thanks @dkichler)
  • #5089 Fixed a bug that caused v-dialog to close a temporary v-navigation-drawer (thanks @DRoet)

⌨️ Typescript

The following files were converted to typescript:

  • dependent mixin
Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.6

πŸ”§ Things we fixed

  • #4760 Fixed a bug where the v-pagination component was not properly showing next (thanks @dima74)
  • #5126 Fixed a bug where v-pagination was not properly sizing buttons for large numbers (thanks @windhorn)
  • #5151 Fixed a bug where the rows-per-page selector was not properly inhering its theme in the data-iterable mixin
  • #5183 Fixed a bug in v-stepper-step that caused the color prop to not work
Commits

The 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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.7

πŸ”§ Things we fixed

  • 1f56645 Fixed a bug that caused the invalid class to be applied to v-progress-linear when using the color prop
  • #4880 Updated used key in v-messages to prevent animation bug with dynamically changing hint text
  • #5006 v-select, v-autocomplete and v-combobox will no longer emit a @change event when their model is changed externally
  • #5018 Fixed a bug where v-text-field (and extending components) would be improperly focused if a mouseup event (without the corresponding mousedown) was emitted on them
  • #5110 Fixed a bug that prevented from entering a numeric 0 in v-combobox
  • #5127 Fixed a bug that caused v-edit-dialog to have a transparent background
  • #5124 Fixed a bug that prevented hash routing in v-tab (thanks @amritk)
  • #5162 Removed margin from v-radio on last and only child
Commits

The 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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.8

πŸ”§ Things we fixed

  • #2573 The v-ripple directive will now only overwrite the position property if needed and will properly revert after the animation is complete
  • #2661 Reduced the clickable area for selection controls
  • #3101 Fixed a bug that would cause dual scrollbars when changing resolutions and using v-dialog with the fullscreen prop
  • #3330 Added the registrable mixin to v-stepper components to allow for a nested structure
  • #5051 Fixed a bug where v-select had the incorrect readonly styles
Commits

The 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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • d591f84 [release] 1.2.9
  • e454bba fix(v-stepper): remove deprecated fn call

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.10

πŸ”„ Things we changed

πŸ”§ Things we fixed

  • 08b67a7 Fixed a bug where v-tabs was displaying the wrong color arrow icons
  • #5255 Partial update to 439bf67, fixes improper margin on v-radio components when v-radio-group was not using the column prop
Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.0

Drop it like its hot

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 β€” intro
  • v-timeline β€” intro
  • v-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!

Become a Patron

πŸ“– Table of Contents

#Important links
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!

Documentation
Community
Supporting Vuetify
Twitter
Facebook
Medium publication
Shop

πŸš€ New features

Click to toggle expansion

v-treeview

Component documentation

The v-treeview provides an easy to use interface for displaying nested data/information.

image

image

v-timeline

Component documentation

The v-timeline component is useful for displaying chronological information. Easily combine functionality from transition components to create your own unique implementations.

image

image

v-window

Component documentation

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.

window

v-item-group

Component documentation

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.

image

⌨️ TLDR

  • 4 new components
  • Automatic treeshaking (requires webpack 4 or vue-cli-3)

πŸ“‘ Upgrade guide

There are currently no intended upgrades required.

πŸ’― Release notes

1.3.0

πŸš— Things we added

  • #5020 Added the ability to specify the weekday format on v-date-picker

πŸ”§ Things we fixed

  • 646a3ee Fixed a bug where v-select was not properly showing the loader when using the loading prop
  • #5222 Fixed a bug that caused v-tabs to not properly highly the initial item

Includes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.10

v1.3.0-beta.0

πŸ”§ Things we fixed

  • #5052 v-tabs will now always attempt to scroll the selected tab into view when the model changes

πŸš— Things we added

  • #4613 Added number localization to data-iterable (thanks @alireza4050)
  • #4805 Added proper loading animation support for v-switch
  • #4813 v-window and extending components (v-carousel and v-tabs) now supports custom definition of the v-touch directive options

Includes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.8

v1.3.0-alpha.2

πŸ”§ Things we fixed

  • #5222 - Fixed a bug that caused the v-tabs-slider to not be properly set with dynamic items

πŸ”„ Things we changed

  • caace72 - Selection controls will no longer grow their container

⌨️ Typescript

  • #5194 - Added missing colors.ts export types

Includes everything from: https://github.com/vuetifyjs/vuetify/releases/tag/v1.2.7

v1.3.0-alpha.1

πŸ”§ Things we fixed

  • 5b8c19f Exclude vuetify.css from webpack's tree-shaking
v1.3.0-alpha.0

πŸ†• New Components

  • 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.

πŸ”§ Things we fixed

  • #3121
    • Fixed a bug that caused pickers to incorrectly overflow on iPhone5
    • Fixed a bug that caused pickers to have the incorrect width
    • Fixed automatic v-time-picker sizing
    • Fixed a bug with max-height on v-time-picker

πŸ”ƒ Things we changed

  • c3c61a9 Added esm build and enabled sideEffects for stylus files
  • 6218e94 v-btn-toggle has been refactored to use new functionality provided in v-item-group
  • ffe5a90 v-bottom-nav has been converted to use v-btn-toggle
  • beb16d2 v-carousel has been refactored to use new functionality provided in v-window
  • #5059 v-ripple now more closely resembles MD spec
  • #5052 v-tabs has been refactored to use new functionality provided in v-window and v-item-group
  • Changed the default close-delay from 200 to 0

πŸš— Things we added

  • #4953 Added better a11y support to v-breadcrumbs (thanks @lol2x)

🌐 Localization

  • #4488 Updated v-stepper-step icon to work with the rtl options

The following locales have been added:

⌨️ Typescript

The following functionality has been converted to typescript:

  • v-breadcrumbs

πŸ†˜ I need help!

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.

Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.1

πŸ”§ Things we fixed

  • #5352 Fixed a bug that caused v-tabs to not properly update its model if changed at the same time as adding a new tab
  • #5340 Removed deprecated stylus variable
  • #5348 Added back accidentally removed catalan locale
  • #5365 Fixed improperly located progress loader that was causing v-autocomplete and v-combobox to blur when searching

⌨️ Typescript

Commits

The 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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.2

πŸ”§ Things we fixed

  • 6810169 Removed arbitrary delay on v-tabs init that caused v-tabs-slider to pop in
  • #4586 Fixed a bug that caused v-data-table did not work properly with item properties that contained the . character (thanks @ittus)
  • #5218 Fixed a bug that caused v-date-picker to show NaN:NaN when provided with an empty string (thanks @GPlay97)
  • #5240 Fixed a bug that caused v-rating with the half-increments and hover props to not work properly in Firefox
  • #5316 Fixed a bug where v-time-picker in 24hr mode was not selecting the correct hour in some cases (thanks (@haggys22)
  • #5349 Fixed a bug that caused v-tab to not have the correct theme
  • #5373 Fixed a bug that caused v-treeview to not properly updated its model/active/open when changed externally
Commits

The 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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.3

πŸ”§ Things we fixed

  • 4af99de removed unnecessary update of v-item-group state after mount, fix #5401 & #5410
  • #5384 Fixed a bug where v-item-group would set its model to undefined when destroyed
  • #5337 Removed default flex-grow from v-item-group
  • #5397 Fixed v-card arrow direction in the opposite slot of v-timeline (thanks @jvanst)
  • #5389 Allow clicking on append/prepend slots of readonly inputs (thanks @tomaszbakula)
  • #5342 Update v-data-table CSS to target v-icon specifically (thanks @BePsvPT)
  • #5212 Added type="button" to v-pagination buttons (thanks @materight)
  • #5016 Fixed v-pagination text alignment on iOS (thanks @ryuhhnn)
Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.5

πŸ”§ Things we fixed

  • #5371 Fixed regression caused in 4af99de
  • #5455 Fixed a bug with v-radio-group label spacing with using the row prop
Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.8

πŸ”§ Things we fixed

  • 31cfae6 fix(Btn): removed background from disabled outline button
  • 454476c fix(Progress): parse values as floats instead of ints
  • eefc276 fix(Chip): avatar size in small chips
  • 5b6b76a fix(DataTable): correctly center the selection controls (#5542) (thanks @DRoet)
  • 0de73ea fix(DataTable): support nested values for item key (#5241) (thanks @Ignigena)
  • 49c1e6a fix(Select): add scopeId to VSelectList (#5574)
  • c636f6c fix(Treeview): empty children expand icon (#5442)
  • 78e76ff fix(List): hide input messages only when in .v-list__tile__action (#5578)
  • 6657fe7 fix(Select): stop keydown.esc propagation (#5579)
  • 161222c fix(TextField): use available space for active label (#5577)
  • a3348e8 fix(Carousel): deprecate input event
  • 97053db fix(ExpansionPanel): remove entry animation
  • a967ef7 fix(ExpandTransition): remove delay, prevent layout jump when toggling
  • 4acd24d fix(Menu): position problem with horizontal scrolling (#5527) (thanks @pynnl)
  • 0f041ec fix(Btn): add v-tab link functionality to v-btn
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.9

πŸ”§ Things we fixed

  • re-emit click events (390d289), closes #2477
  • ListTile: remove duplicate event listeners (62362c5), closes #5383
  • TextField: use correct color for prefix in disabled (#5648) (13814bd), closes #5481
  • WindowItem: calculate height on leave (#5590) (af9bbd1), closes #5582
  • WindowItem: change how transitionend is processed (ceddbce)

πŸ”™ Things we reverted

  • WindowItem: partially restore functionality removed in ceddbce (9aa40bf)
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.10

πŸ”§ Things we fixed

  • VAutocomplete: inherit pointer-events (592d4c9), closes #5615
  • VBtn: avoid setting bg with disabled and color prop (#5734) (069558a), closes #5720
  • VDialog: add/remove overlay and scroll when fullscreen is changed (#5707) (76db39d),
    closes #2201
  • VExpansionPanel: pass boolean value to toggle method (ebc5aaf), closes #5703
  • VExpandTransition: use a proper FLIP animation w/ offsetHeight (#5709) (cb605ac, a039846), closes #5607
  • VMenu: auto positioning with dense prop (#5448) (6f75590), closes #5149
  • VProgressLinear: use valid transition function (f587f7c), closes #3678
  • VRipple: avoid reading back el.style.width (1058210), closes #5340
  • VSelect:
    • remove colon from menu-props suggestion with booleans only (9cc06fd)
    • don't handle mouseup if there was no mousedown (e984bf3), closes #5665
  • VSelectionControls: use ripple even when disabled (#5710) (2150554), closes #5653
  • Spacing: add missing !important declaration (862d593)
  • VTextField: border color in error state (d6d65f3), closes #5738
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.11

πŸ”§ Things we fixed

  • VExpandTransition: check for parent existence before adding class (8f15d16), closes #5742
Commits

The new version differs by 2 commits.

  • 1a6b89e chore(release): publish v1.3.11
  • 8f15d16 fix(VExpandTransition): check for parent existence before adding class

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.12

πŸ”§ Things we fixed

  • VCarousel: pass value property to controls (#5758) (deb28c4)
  • VDatePicker: display proper year when model is null (#5672) (78339a3), closes #5663
  • VTimePicker: adjust inner/outer circle click detection in 24hr (f148646)
  • VWindowItem: ensure afterEnter fires with no transition (8a1b483), closes #5683
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.13

πŸ”§ Things we fixed

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.14

πŸ”§ Things we fixed

  • VProgressCircular: fix type check for width prop (#5875) (e7eccfc)
  • VSelect: close menu on tab out (8a2a1a1), closes #5774

πŸ”„ Things we reverted

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.15

(2018-12-18)

πŸ”§ Things we fixed

  • VCombobox: menu position may not update if multiple (#5888) (a1065ca)
  • VExpansionPanelContent: add default value for header destructure (5d9dcf9)

πŸ”„ Things we reverted

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.3.16

(2019-01-01)

Bug Fixes

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.0

Doc this way

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.

Support Vuetify's development

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.


Become a Patron

πŸ“– Table of Contents

#Important links
#Disclaimer
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!

Documentation
Discord Community
Patreon
Open Collective
Twitter
Facebook
Medium publication
Shop

⌨️ TLDR

  • New components
  • Rebuilt documentation
    • Up next related pages
    • Component categories
    • Navigation Cleanup
    • Example Tweeks
    • Easier to contribute to
  • New locales

⚑️ Highlighted features

Click to expand

v-sparkline

Component documentation

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.

image

v-sheet

Component documentation

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.

image

Developer notes

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.

πŸ“‘ Upgrade guide

Click to expand Syke, nothing to upgrade.

πŸ’― Release notes

v1.4.0

πŸ”§ Bug fixes

πŸš€ New Features

πŸ”Ž Doc Updates

  • Accessibility: Greatly improved a11y throughout
  • Component Categories: Component categories can now be found in the API explorer. These categories use alternate language to help describe components in different ways.
  • Contributing: The Contribution page has been updated to provide more depth on how to setup your local environment.
  • Examples: On larger screens (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.
  • Navigation: Navigation drawer has been condensed and streamlined with many groups moving under the Framework list.
  • Props: All missing props have been added! These will continue to be fine tuned as we move into 2.0 release.
  • Related Pages: Up next links now can be found at the bottom of documentation pages that help guide users to related functionality.
  • Links: Are now identified by 3 types: external, internal and internal-same-age. All external links now open in new windows and internal links will properly navigate to the selected page and scroll to the designated hash (if provided).

πŸ†˜ I need help!

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.

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.2

πŸ”§ Bug Fixes

  • validatable: re-check validation after reset (4cc8b8c)
  • VAutocomplete: may not show menu with hide-selected (#6091) (8799c48), closes #4580
  • VTimePicker: emit change event after clicking minutes/seconds (#6079) (e9c9b58), closes #5951
  • VTimePicker: remove unnecessary mixins prop (fab2488)
  • VTooltip: update tooltip position dynamically (#5967) (84e5807), closes #4396

⌨️ Typescript

The following components have been converted to Typescript:

  • VDatePicker subcomponents (VDatePickerTitle etc.)
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.3

πŸ”§ Bug Fixes

  • VDialog: properly check for activator scopedSlot (2acf2ff), closes #6115
  • VMenu: improve position when using offset, width and attach props (#6193) (bfad3d8), closes #5498
  • VMenu: avoid initial computation of NaN (7093d3d)
  • VMenu: show menu if value isActive on mount (094a85e), closes #6034
  • VSheet: add missing transition (6d782bb)
  • VTextField: correct styles with full-width prop (9d964b3), closes #4544
  • VTreeview: correcly handle updating items array of equal size (#6202) (4177931), closes #6181
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.4

πŸ”§ Bug Fixes

  • fix(VCard): remove computedElevation usage (cfcff04), closes #6098
  • fix(VExpandTransition): reflow DOM before closing (5d8b0df), closes #6049 #6102
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.5

This update is fully compatible with vue@2.6

πŸ”§ Bug Fixes

  • detachable: check for non-scoped activator slot first (4fe2d02)
  • overlayable: make hide-overlay prop reactive (#6347) (71334ef), closes #6346
  • ripple: show warning when bound to an inline element (0099f14), closes #6245
  • VAutocomplete: remove search when tabbing out of input (df1b11e)
  • VAutocomplete: retain search value on multi selection (#6342) (5a5a6e2), closes #5926
  • VAutocomplete: use toLocaleLowerCase when filtering items (#6333) (997c329), closes #4811
  • VCarouselItem: auto change height (#6340) (c6f422b), closes #6337
  • VDatePicker: incorrect behaviour with year < 1000 (0558fb7), closes #6298
  • VDatePicker: unwanted form submission on header click. (#6350) (9ad76b6)
  • VDialog: make scroll listener non-passive (3c9b8b6), closes #6263
  • VExpansionPanel: fix lazy animation (#6222) (d3bcdb1)
  • VHover: exception in events binding (#6335) (79bf76e)
  • VHover, VItem: check for scoped slot array length with vue 2.6 (9856ed6)
  • VLabel: merge VNode data (9b6de46), closes #6245
  • VMenu: don't prevent default on keydown unless action taken (#6339) (cf2ba83), closes #2988
  • VMenu: update position dynamically (#6330) (349e2b1), closes #4956
  • VSelect: remove tabindex on chips (f19a207)

⌨️ Typescript

The following features have been converted to Typescript

  • VSubheader
  • VStepper
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.6

πŸ”§ Bug Fixes

  • VExpansionPanel: fix lazy entry animation (d3937e0), closes #6190
Commits

The new version differs by 3 commits.

  • 3b3d511 chore(release): publish v1.4.6
  • d3937e0 fix(VExpansionPanel): fix lazy entry animation
  • e38c912 revert "fix(VExpansionPanel): fix lazy animation (#6222)"

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.4.7

πŸ”§ Bug Fixes

  • detachable: extract all elements from scoped activator slot (3f9ad9b)
  • v-ripple: show on touchstart, retain ripple while held (79d4504), closes #6241
  • VDialog, VMenu, VTooltip: work around vue 2.6.2 $slots change (82a9b67), see vuejs/vue#9421

⌨️ Typescript

The following features have been converted to Typescript

  • VList
  • VNavigationDrawer
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.0

Your days are numbered

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:

πŸ“– Table of Contents

#Important links
#Disclaimer
#TLDR
#New features
#Upgrade guide
#Release notes
#I need help!

Documentation
Community
Supporting Vuetify
Twitter
Facebook
Medium publication
Shop

⌨️ TLDR

  • New Components
    • v-calendar demo
    • v-expand-x-transition
  • v-treeview improvements demo
  • v-sparkline improvements demo
  • typescript conversions
  • new locales

πŸ“‘ Upgrade guide

Click to expand

Deprecations

  • goTo has moved locations to be more in line with its use
    • 'vuetify/es5/components/Vuetify/util/goTo' -> 'vuetify/es5/components/Vuetify/goTo'
  • easing-patterns have moved locations to be more in line with their use
    • 'vuetify/es5/util/easing-patterns' -> 'vuetify/es5/Vuetify/goTo/easing-patterns'

πŸš€ New features

Click to expand

v-calendar demo

The long anticipated v-calendar component is finally here. This robust offering is packed full of enough functionality to be its own library.

image

It has multiple views and supports a variety of use-cases.

image

v-treeview demo

The v-treeview component received multiple updates to help improve its usage from search to new public methods for controlling its behavior.

image

πŸ’― Release notes

1.5.0

πŸ”§ Bug Fixes

  • goTo: allow standalone call (#6324) (012693a)
  • goTo: avoid negative numbers creating a scrollLock (f11e21c)

πŸš€ Features

🌐 Locales

⌨️ Typescript

The following components have been converted to Typescript:

  • VCounter
  • VDatePicker
  • VLabel
  • VMessages
  • VPicker
  • VSystemBar
  • VToolbar
  • VList

πŸ†˜ I need help!

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.

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.1

Bug Fixes

  • menuable: positioning when overflowing viewport (#6412) (912380f), closes #6294
  • menuable: use activatorNode.elm if activated with v-model (8bf9e28)
  • v-ripple: make event listeners passive (12c410e), closes #6407. Thanks @kevinmarrec for original change
  • v-ripple: skip mouse events if triggered by touch (#6445) (34d265e), closes #6418
  • VAutocomplete: update dynamically when itemText is updated (#6431) (50f0264), closes #6368 #6368
  • VDataTable: Update selection when items change. (#6097) (33f4033)
  • VDialog: allow the use of scrollable with forms (f90c8b9), closes #3713
  • VDialog: prevent scrollable card from overflowing horizontally (b0dfdc4), closes #6420
  • VDialog,VMenu,VTooltip: work around vue 2.6.4 $slots change (a865794, 0d3ab63), closes #6440
  • VIcon: trim whitespace in icon name (#6408) (dc9547b), closes #6404
  • VSelect: don't render a list tile if provided by item slot (e19189c), closes #6376
  • VSelect: emit change after input event (d7b8288), closes #6136
  • VSparkline: fix first bar not being visible (#6370) (fe03a7a)

Other

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.2

πŸ”§ Bug Fixes

  • locale: improve polish translation (eb64675)
  • ripple: ensure _ripple data exists (#6476) (0cd5671)
  • text: don't cut off bottom parts of letters with text-truncate (8161cc0), closes #6488
  • VBtn: hide hover overlay on touch devices (6ed5cc6), closes #2178
  • VCarousel: add aria-label on controls (#6498) (d61ee0e)
  • VCarousel: transition direction when outside button click (#6515) (6219ad0)
  • VDialog: flex ignores width with scrollable dialogs(#6480) (592e3f4)
  • VMenu: account for minWidth when setting initial position (591779a), closes #3438
  • VMenu: limit to screen width (d19ddba)
  • VPagination: remove unnecessary outline for circle pagination buttons. (#6513) (b00abfe)
  • VSpeedDial: fixed transition animation (#6373) (7e0a521)

πŸ”„ Reverts

  • fix(VPagination): remove unnecessary outline for circle pagination buttons. (#6523) (797808e)
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.3

Bug Fixes

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.4

πŸ”§ Bug Fixes

  • VMenu: respond to keydown when using scoped activator slot (1b4dbae), closes #6621
  • VTooltip: min width is not applied (#6622) (b95b76e)

πŸ”„ Reverts

  • VAutocomplete: "fix(VAutocomplete): retain filtered list on item selection (#6388)", reverts 3b184b4
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.5

πŸ“– Documentation

  • Updated all examples to use the new v-slot available in vue@2.6
  • Fixed an example that was causing the docs to crash in IE11

πŸ”§ Bug Fixes

  • ripple: allow getComputedStyle to return null (#6639) (0bf395c)
  • VBreadcrumbs: v-for key error when two items have identical texts (#6642) (2146ca8), closes #5454
  • VSlider: set value to min if it's less than min (#6604) (#6605) (91eb0db)
Commits

The 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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.6

πŸ”§ Bug Fixes

  • v-ripple: check for undefined el._ripple (#6698) (3310920), closes #6477
  • VDatePicker: tableDate gets invalid value when changing year (262a702), closes #6689
  • VDatePicker: wrong date when changing month in reactive picker (7885aaf), closes #6461
  • VDatePickerYears: year picker is not scrolled to the selected year (a41f23d), closes #6367
  • VProgressLinear: center inner content (#6712) (27c3242)
  • VTimePickerClock: invalid values can be selected (d41f1c1), closes #5897
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.7

πŸ”§ Bug Fixes

Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.8

πŸ”§ Bug Fixes

  • click-outside: check clicked element instead of position (559c579)
  • dependent: don't close if a child's overlay is clicked (dbe3213), closes #5310
  • v-messages: increase line-height of inputs messages (#6868) (5f88487)
  • VBtn: limit FAB icon transition to direct children (a76ef42)
  • VDialog: close when escape is pressed (c64ed2a), closes #6352
  • VDialog: focus the first child when tab leaves the dialog (2d5d72b), closes #2538
  • VDialog, VMenu: focus activator when closed with esc (cef2d1d)
  • VMenu: delay closing when save is called (74e0bd1), closes #5200
  • VMenu, VTooltip: detect when activator has position:fixed (#6460) (700bb49), closes #6471 #1551
  • VSelect: highlight newly selected item on keypress (495ffaa), closes #6856
  • VSelect: keep menu closed when removing chip items. (#6845) (a4761cb), closes #6844
  • VuetifyGoToOptions: add missing properties to types (ee1078f)
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • c35de38 chore(release): publish v1.5.9
  • 0a5aa74 fix(VOverflowBtn): remove pointless method override

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.10

πŸ”§ Bug Fixes

  • overlayable: check browser support for passive events (#6710) (bb9c47e), closes #6617
  • VTreeView: add height limitation on v-treeview-node__root (#6894) (563e3f4)
Commits

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.5.11

πŸ”§ Bug Fixes

  • helpers: check for window before adding listeners (8f477e6), closes #6952