nnn-gif / ethvm

EthVM: Open source Ethereum networks explorer
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency vuetify was updated from 1.3.9 to 1.3.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 could not complete due to an error ([Details](https://travis-ci.org/niktrix/ethvm/builds/460303658?utm_source=github_status&utm_medium=notification)).

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

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 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 14 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)

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.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 120 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 120 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.6

πŸ”§ Bug Fixes

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

The new version differs by 39 commits.

  • 3b3d511 chore(release): publish v1.4.6
  • d3937e0 fix(VExpansionPanel): fix lazy entry animation
  • e38c912 revert "fix(VExpansionPanel): fix lazy animation (#6222)"
  • 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)

There are 39 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.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