nsftx / vuetify-colorizer

Color component for Vuetify framework
MIT License
23 stars 2 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency vuetify was updated from 1.2.9 to 1.2.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

vuetify is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/chmjs/vuetify-colorizer/builds/442469408?utm_source=github_status&utm_medium=notification)).

Release Notes for v1.2.10

πŸ”„ 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

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.9 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.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 passing again with this update. Explicitly upgrade to this version πŸš€

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 passing again with this update. Explicitly upgrade to this version πŸš€

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 15 commits.

  • 88f3749 [release] 1.3.2
  • 17a4dd8 Add fallback when get object by path (#5090)
  • 30064e9 time picker bugfix for empty string (#5218)
  • 4010fe4 Fix #5316 (#5317)
  • 0a9a3b0 fix/v-treeview (#5373)
  • e43441d fix(v-rating): switched from using offsetX to calculate half-increments (#5374)
  • 6810169 fix(v-tabs): remove arbitrary delay on init
  • 2b2e06d fix(VTab): remove theme override
  • cbd2570 [release] 1.3.1
  • b9a5e64 fix(v-item-group): invoke state update on nextTick
  • 43cb35f fix(v-select): move progress loader
  • 2480215 fix(sliders): remove deprecated stylus variable
  • 28f53d0 chore: update to typescript 3.1
  • 5bc327b fix: remove VBreadcrumbs.js
  • 932349a fix: readded catalan locale

See the full diff

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 24 commits.

  • 6393b14 [release] 1.3.3
  • cd18540 fix(v-item-group): avoid unregistration process when destroyed
  • 99d201b Resolves bug where certain iOS versions were causing left aligned pagination text in buttons (#5208)
  • cb29f21 Fix: VPagination acts as submit in forms (#5212) (#5229)
  • c329775 fix data table sort icon not working when using font awesome 5 (#5342)
  • 8780c6b Fix - v-slider readonly bug. (#5399)
  • be32ac2 Fixes #5397 (#5400)
  • 1fb9e58 fix(v-item-group): remove default flex-grow
  • 4af99de fix(v-item-group): handle initial item state on registration
  • 88f3749 [release] 1.3.2
  • 17a4dd8 Add fallback when get object by path (#5090)
  • 30064e9 time picker bugfix for empty string (#5218)
  • 4010fe4 Fix #5316 (#5317)
  • 0a9a3b0 fix/v-treeview (#5373)
  • e43441d fix(v-rating): switched from using offsetX to calculate half-increments (#5374)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 923 commits.

  • 23f0db7 chore(release): publish v1.3.5
  • 1c8dd79 chore(ci): deploy monorepo automatically (#5491)
  • 0316315 test(v-tabs): ensure component is mounted before performing checks
  • 50dd6a4 fix(v-tabs): fix slider entry time
  • ab03b4d fix(VRadioGroup): main label spacing (#5463)
  • da0cdec feat: add how to async load fonts (#5473)
  • a76c44d fix: font weight on themes and quick start page (#5474)
  • 4c7ce79 v1.3.4
  • db7ee4d chore(contributing): put contribution page under maintenance
  • f5aeb00 fix(VList): rtl (#5464)
  • 7f534a1 fix(VTreeview): rtl mode (#5465)
  • b253e15 revert: remove changes from dev
  • c4bbbcf Revert "feat(elevatable): create new mixin"
  • 7ae3062 Revert "feat(v-paper): create new component"
  • 96ad365 Revert "test(v-paper): add unit tests"

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 956 commits.

  • 9af21e0 chore(release): publish v1.3.6
  • e65ed5b fix(VTreeview): arrow direction in rtl (#5535)
  • 9c7e0f3 docs: allow multi-line typescript signatures, remove semicolon
  • e5b8e6f docs(data-iterable): add pagination.totalItems
  • 33e29af Added Pagination Props as example (#5497)
  • f32c9d1 docs: add back shouldShowAd computed property
  • 618815d docs: update ad structure
  • b175838 test(Validatable): correct test structure
  • 945ab47 fix(Validatable): remove validation when readonly or disabled
  • 31f12b9 fix(SelectionControls): increased css specificity for margin
  • 325a143 Fix for non-spa checkbox, radio and switch values (#5505)
  • 17582f6 docs: update window examples to use mandatory prop
  • 80fce07 Merge branch 'fix/#3485-text-field-prefix'
  • 8691e57 fix: typescript lint errors (#5520)
  • a438ccd fix(text-field): text-field's label overlap with long prefix.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 962 commits.

  • d3c6840 chore(release): publish v1.3.7
  • 1f917dd chore(ci): don't rewrite package.json
  • 2fe1281 chore(ci): re-use existing now deployment
  • 6c427a8 chore(ci): build docs on now instead of travis
  • 9f6e92c chore(ci): skip publish confirmation
  • 56c4ab6 docs: update snackbar message
  • 9af21e0 chore(release): publish v1.3.6
  • e65ed5b fix(VTreeview): arrow direction in rtl (#5535)
  • 9c7e0f3 docs: allow multi-line typescript signatures, remove semicolon
  • e5b8e6f docs(data-iterable): add pagination.totalItems
  • 33e29af Added Pagination Props as example (#5497)
  • f32c9d1 docs: add back shouldShowAd computed property
  • 618815d docs: update ad structure
  • b175838 test(Validatable): correct test structure
  • 945ab47 fix(Validatable): remove validation when readonly or disabled

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 986 commits.

  • bcd6966 chore(release): publish v1.3.8
  • 31cfae6 fix(VButton): removed background from diabled outline btn
  • 454476c fix(Progress): parse values as floats instead of ints
  • 45c10ca docs: translate components/ApiExplorer into Japanese (#5587)
  • eefc276 fix(VChip): avatar size in small chips
  • 5b6b76a fix(DataTable): correctly center the selection controls (#5542)
  • 0de73ea fix(DataTable): support nested values for item key (#5241)
  • 49c1e6a fix(Select): add scopeId to VSelectList (#5574)
  • c636f6c fix(Treeview): empty children expand icon (#5442)
  • 46fd4ee docs(v-breadcrumbs): updated slot example
  • f7aca71 docs: multiple v-select isn't deprecated
  • 9bc6860 docs: include wrapper props in api, list deprecated select props
  • 78e76ff fix(VList): hide input messages only when in .v-list__tile__action (#5578)
  • 6657fe7 fix(VSelect): stop keydown.esc propagation (#5579)
  • 161222c fix(VTextField): use available space for active label (#5577)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1001 commits.

  • 18420db chore(release): publish v1.3.9
  • 9dcc191 chore: moved licence file, fixed link to licence in README.md
  • 1694c95 docs(Card): Improve responsive behaviour of horizontal example (#5612)
  • 13814bd fix(TextField): use correct color for prefix in disabled (#5648)
  • bab9616 docs: update incorrect link to example source
  • e95a291 docs: update incorrect links to source (#5545)
  • 1240f76 chore: fix typo in pull request template (#5645)
  • 8505a6a chore(docs): remove node version restriction
  • 62362c5 fix(ListTile): remove duplicate event listeners
  • baadf39 docs: replace @click.native with @click
  • 390d289 fix: re-emit click events
  • bd4c5dd chore: fixed broken link in readme
  • 9aa40bf revert(WindowItem): partially restore functionality removed in ceddbce
  • ceddbce fix(WindowItem): change how transitionend is processed
  • af9bbd1 fix(WindowItem): calculate height on leave (#5590)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1021 commits.

  • bcf9f1f chore(release): publish v1.3.10
  • d6d65f3 fix(VTextField): border color in error state
  • a039846 fix(expand-transition): reset initial state when cancelled
  • 069558a fix(Btn): avoid setting bg with disabled and color prop (#5734)
  • 9a5e305 docs: update snackbar
  • f32ef98 refactor(delayable): add default runDelay function to toggle isActive
  • 338c1aa refactor: disable codefund, create mobile displays for carbon
  • 6f75590 fix(VMenu): auto positioning with dense prop (#5448)
  • 76db39d fix(Dialog): add/remove overlay and scroll when fullscreen is changed (#5707)
  • cb605ac fix(expand-transition): use a proper FLIP animation w/ offsetHeight (#5709)
  • 8936d06 docs: add winter store banner
  • e984bf3 fix(VSelect): don't handle mouseup if there was no mousedown
  • f587f7c fix(ProgressLinear): use valid transition function
  • 2150554 fix(selection-controls): use ripple even when disabled (#5710)
  • 592d4c9 fix(VAutocomplete): inherit pointer-events

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1023 commits.

  • 1a6b89e chore(release): publish v1.3.11
  • 8f15d16 fix(VExpandTransition): check for parent existence before adding class
  • bcf9f1f chore(release): publish v1.3.10
  • d6d65f3 fix(VTextField): border color in error state
  • a039846 fix(expand-transition): reset initial state when cancelled
  • 069558a fix(Btn): avoid setting bg with disabled and color prop (#5734)
  • 9a5e305 docs: update snackbar
  • f32ef98 refactor(delayable): add default runDelay function to toggle isActive
  • 338c1aa refactor: disable codefund, create mobile displays for carbon
  • 6f75590 fix(VMenu): auto positioning with dense prop (#5448)
  • 76db39d fix(Dialog): add/remove overlay and scroll when fullscreen is changed (#5707)
  • cb605ac fix(expand-transition): use a proper FLIP animation w/ offsetHeight (#5709)
  • 8936d06 docs: add winter store banner
  • e984bf3 fix(VSelect): don't handle mouseup if there was no mousedown
  • f587f7c fix(ProgressLinear): use valid transition function

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1032 commits.

  • 902d947 chore(release): publish v1.3.12
  • 8a1b483 fix(VWindowItem): ensure afterEnter fires with no transition
  • deb28c4 fix(VCarousel): pass value property to controls (#5758)
  • 78339a3 fix(VDatePicker): display proper year when model is null (#5672)
  • 595e85c chore(supporters.json): add new supporter
  • 33a9693 chore(Roadmap): update progress
  • aad89f7 chore(Snackbar): update message
  • f148646 fix(VTimePicker): adjust inner/outer circle click detection in 24hr
  • 7e9dab2 docs: remove cyber monday snackbar
  • 1a6b89e chore(release): publish v1.3.11
  • 8f15d16 fix(VExpandTransition): check for parent existence before adding class
  • bcf9f1f chore(release): publish v1.3.10
  • d6d65f3 fix(VTextField): border color in error state
  • a039846 fix(expand-transition): reset initial state when cancelled
  • 069558a fix(Btn): avoid setting bg with disabled and color prop (#5734)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.3.13

πŸ”§ Things we fixed

Commits

The new version differs by 1046 commits.

  • 4e91a9c chore(release): publish v1.3.13
  • 28f61b5 fix(kbd): fix kbd background color (#5864)
  • 4efdee7 fix(VTextField): add missing css selector
  • 9e893dd fix: stylus var name (possible breaking change introduced by #5802)
  • b6afe4a test(maskable): add unit tests
  • 980142f fix(VSelect): fix VSelect behavior when switching to another tab (#5780)
  • 68a9aec fix(VDataIterator): select is too tall in IE11 (#5656)
  • 62ecb91 fix(VMenu): hover stuck open when mouse exits page (#5844)
  • e015ee3 fix(VDataIterator): pagination width regression
  • 37c46b6 fix(VTextField): css rules were applied to checkboxes in v-select menu (#5595)
  • 993fa6d fix(VToolbarTitle): rtl mode (#5642)
  • 7eadc37 fix(VBadge): rtl mode (#5801)
  • 45da2ea fix(VChip): rtl mode (#5802)
  • 01c1ac8 chore(package): add unpkg link (#5810)
  • 902d947 chore(release): publish v1.3.12

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1051 commits.

  • d235fa7 chore(release): publish v1.3.14
  • e7eccfc fix(VProgressCircular): fix type check for width prop (#5875)
  • ae31593 chore: update vue to 2.5.21 (#5789)
  • 8a2a1a1 fix(VSelect): close menu on tab out
  • d3bc050 revert(VSelect): revert commit 980142f
  • 4e91a9c chore(release): publish v1.3.13
  • 28f61b5 fix(kbd): fix kbd background color (#5864)
  • 4efdee7 fix(VTextField): add missing css selector
  • 9e893dd fix: stylus var name (possible breaking change introduced by #5802)
  • b6afe4a test(maskable): add unit tests
  • 980142f fix(VSelect): fix VSelect behavior when switching to another tab (#5780)
  • 68a9aec fix(VDataIterator): select is too tall in IE11 (#5656)
  • 62ecb91 fix(VMenu): hover stuck open when mouse exits page (#5844)
  • e015ee3 fix(VDataIterator): pagination width regression
  • 37c46b6 fix(VTextField): css rules were applied to checkboxes in v-select menu (#5595)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1061 commits.

  • e96bb4b chore(release): publish v1.3.15
  • a1065ca fix(VCombobox): menu position may not update if multiple (#5888)
  • fb43e24 test: use keyCodes instead of numeric values
  • e842a40 docs: set default markup language to 'markup'
  • 38fe09e docs: handle errors when ads are blocked
  • c68d166 chore: enable server-side sourcemaps
  • 4b27318 chore(docs): enable rollbar
  • 1e71b23 chore: enable sourcemaps in production
  • e847e35 revert: partial revert of #5789
  • 5d9dcf9 fix(VExpansionPanelContent): add default value for header destructure
  • d235fa7 chore(release): publish v1.3.14
  • e7eccfc fix(VProgressCircular): fix type check for width prop (#5875)
  • ae31593 chore: update vue to 2.5.21 (#5789)
  • 8a2a1a1 fix(VSelect): close menu on tab out
  • d3bc050 revert(VSelect): revert commit 980142f

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v1.3.16

(2019-01-01)

Bug Fixes

Commits

The new version differs by 1069 commits.

  • 7f25c26 chore(release): publish v1.3.16
  • ca3e464 fix(VTreeview): async loading using custom children key (#5977)
  • d5f8266 fix(VTreeview): open-all not working with some item keys (#5976)
  • 3f2bb42 fix(VTreeview): bug when removing and adding children (#5991)
  • 4f18a8c fix(snackbar): add rtl to snackbar (#6013)
  • 3920f0e fix(VTreeview): active-class applies to node and all its children (#5978)
  • 4ddd95f docs(store/actions): override default product cap
  • 68694fa docs: update snackbar
  • e96bb4b chore(release): publish v1.3.15
  • a1065ca fix(VCombobox): menu position may not update if multiple (#5888)
  • fb43e24 test: use keyCodes instead of numeric values
  • e842a40 docs: set default markup language to 'markup'
  • 38fe09e docs: handle errors when ads are blocked
  • c68d166 chore: enable server-side sourcemaps
  • 4b27318 chore(docs): enable rollbar

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1505 commits.

  • 8794f2d chore(release): publish v1.4.0
  • 17dacdd test(VTreeview): correct snapshots from merge
  • b83d3bb Merge branch 'master' into dev
  • 7f25c26 chore(release): publish v1.3.16
  • ca3e464 fix(VTreeview): async loading using custom children key (#5977)
  • 56f7cd3 docs(VSparkline): remove reference to removed bar type
  • 1170c67 docs(VSparkline): typo in example
  • 81004dd docs(VSheet): improve usage example on mobile
  • fa0dd24 docs(VSparkline): add description for labels, fix showLabels reference
  • 0063c3d chore(api-generator): remove explicit type prop on v-sparkline
  • e739360 docs(VSparkline): add salesCard example
  • e44549c refactor(VSparkline): update hasLabel computed
  • 63d1f75 docs(VSparkline): add dashboardCard example
  • ca529a4 fix(VSparkline): de-reference points from helper methods
  • cc65f89 docs(VSparkline): update playground example

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 1602 commits.

  • 01cc849 chore(release): publish v1.4.2
  • db99b47 fix: lint comments
  • c42ccf3 docs(icons): update icons link
  • b08bf9d test(validatable): don't use it.each
  • 84e5807 fix(VTooltip): Update tooltip position dynamically (#5967)
  • 4cc8b8c fix(validatable): re-check validation after reset
  • bdcba37 revert: fix(validatable): reset validation on resetValidation call
  • e9c9b58 fix(VTimePicker): emit change event after clicking minutes/seconds (#6079)
  • 575b26e refactor(VDatePicker): convert to Typescript (#6137)
  • 3eddb56 fix(validatable): reset validation on resetValidation call
  • 9f83197 docs(faq): remove erroneous v-app info
  • fab2488 fix(VTimePicker): remove unnecessary mixins prop
  • 09a8c13 docs(codepen): move icon load to twittercard
  • 17b3c36 docs(codepen): load mdi fonts
  • 3549e88 docs: improve Russian docs (#6131)

There are 250 commits in total.

See the full diff