yourtion / vue-json-ui-editor

Edit JSON in UI form with JSON Schema and Vue.js
http://jsonui.js.org/
MIT License
505 stars 97 forks source link

An in-range update of element-ui is breaking the build 🚨 #11

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 2.4.4 of element-ui was just published.

Branch Build failing 🚨
Dependency element-ui
Current Version 2.4.3
Type devDependency

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

element-ui is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/yourtion/vue-json-ui-editor/builds/403463095?utm_source=github_status&utm_medium=notification)

Release Notes 2.4.4
  • 修复重置表单后触发 Select 组件校验问题,#11837
  • 修复 Input 组件 suffixappend 共存时样式错乱问题,#11951
  • 修复可清空的只读 Input 仍会显示清空图标的问题,#11967
  • 修复 Tree 节点禁用时仍可以选中的问题,#11847
  • 修复 Tree default-checked-keys 属性不生效的问题,#11971
  • 修复 Tree 在过滤节点时下 empty-text 不显示的问题,#11971
  • 修复 Table 的 empty-text 过长时的位置样式问题,#11965
  • 修复 Table 的 current-row-key 设置为 null 时高亮行不清除的问题,#11866
  • 修复当 filters 为空数组时显示过滤器下拉列表的问题,#11864
  • 修复 Radio 的 label 不阻止事件冒泡的问题,#11912

  • Fixed triggering Select validation after Form resetting, #11837
  • Fixed wrong position of Input suffix slot when suffix slot with append slot, #11951
  • Fixed clearable Input still displaying the clear icon when readonly, #11967
  • Fixed Tree node checked when it's disabled, #11847
  • Fixed Tree's default-checked-keys not working, #11971
  • Fixed empty-text not visible when Tree node filtered, #11971
  • Fixed the position of oversized empty-text in Table, #11965
  • Fixed Table row not be unhighlighted when current-row-key is assigned to null, #11866
  • Fixed showing filter dropdown when filters is an empty array, #11864
  • Fixed Radio's label does not stop event propagation, #11912
Commits

The new version differs by 22 commits.

  • dc4a686 [release] 2.4.4
  • 1c5bce7 [build] 2.4.4
  • 010fb07 Changelog: update for 2.4.4 (#11981)
  • b18642f Tree: fix defaultCheckedKeys and emptyText bug (#11971)
  • 5e32b4c Input: add missing readonly prop (#11967)
  • f5a0a7e Fix - [Bug Report] Localization #11961 (#11968)
  • b0a80e0 Input: fix style error when suffix exists with append (#11951)
  • 4b04a1c Table: fix empty slot position (#11965)
  • 3b58e65 Radio: change component name (#11957)
  • 1f8c7ba Chore: provide a key with v-for (#11891)
  • 9da7c48 Chore: add missing style (#11953)
  • 21a6aa3 Radio: stop event propagation on radio label (#11912)
  • 1e6e32b Button: optimize scss(#11900)
  • 45241cb Table: changing current-row-key when current-row-key is assigned to null (#11866)
  • b6eaaf6 Table: disable filter when filters is an empty array (#11864)

There are 22 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 2.4.3 your tests are passing again. Downgrade this dependency 📌.

greenkeeper[bot] commented 6 years ago

Version 2.4.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes 2.4.5
  • 修复 Table 设置 class-nameexpand 列不生效的问题,#12006
  • 新增 Table 的 toggleAllSelection 方法,#12047
  • 修复 Input 包含 Select 时,suffix 插槽位置显示不正确的问题,#12108
  • 修复 Option 的 line-height 无法设置的问题,#12120
  • 修复初始值为 null 的 TimeSelect 在执行 resetField 后无法再赋值的问题,#12010
  • 修复 Tree 组件中不响应方向键以外 keydown 事件的问题,#12008
  • 修复 Tree 在懒加载情况下选中父节点的问题,#12106
  • Tree 的 getCheckedNodes 方法新增 includeHalfChecked 参数,#12014

  • Fixed Table setting class-name does not work for expand column, #12006
  • Added toggleAllSelection method for Table, #12047
  • Fixed wrong position of suffix slot when Input contains Select, #12108
  • Fixed line-height of Option unable to set, #12120
  • Fixed TimeSelect with default value of null could not be assigned after executing resetField, #12010
  • Fixed keydown event which is not arrow key does not work in Tree, #12008
  • Fixed parent node checked in lazy mode, #12106
  • Added includeHalfChecked parameter for getCheckedNodes of Tree, #12014
Commits

The new version differs by 24 commits.

  • 9a1c436 [release] 2.4.5
  • b0b3110 [build] 2.4.5
  • 250825f Changelog: update for 2.4.5 (#12134)
  • 3ed7244 Tree: add includeHalfChecked flag to getCheckedNodes (#12014)
  • 1cc45b8 Input: fix wrong style of Input suffix (#12108)
  • 69dd539 date-picker: fix #11152 (#12114)
  • 5c9eb37 Select: remove redundant style (#12120)
  • 51877f6 Tree: not check node when check-strictly is true (#12106)
  • c2d41ad MessageBox: add missing type (#12118)
  • 4130f2a Table: add toggleAllSelection method (#12047)
  • dc54d42 Chore: add es doc for new component (#12098)
  • 43f8312 Docs: update Cascader doc (#12074)
  • e003b14 Use methods instead of inline expressions (#12059)
  • eaebce5 MessageBox: fix type definition (#12058)
  • f23e45b Table: allow filterable without filter-method (#12045)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 2.4.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.4.6
  • 修复 Table 的 filter 初始值为空数组时不显示筛选图标的问题,#12165
  • 修复 Menu 在更改 collapse 时不保存菜单激活状态的问题,#12178 (by @elfman)
  • 修复 Cascader 未转义特殊字符的问题,#12248
  • 修复禁用的 RadioButton 在点击时显示 box-shadow 的问题,#12262
  • 修复 Select 初始值为 undefined 时方向键失效的问题,#12322
  • 修复 Select 多选时输入的关键字消失的问题,#12304
  • 修复 Select 多选时查询函数没有去抖的问题,#12181
  • 修复 Dialog 在全屏显示时宽度不正确的问题,#12203
  • 修复 Main 在 IE 下的显示不正确的问题,#12237
  • 修复 Input 触发两次表单校验的问题,#12260
  • 修复 Tree 在懒加载时添加节点导致节点消失的问题,#12256
  • 修复 Tree 节点在拖拽后无法删除的问题,#12279
  • 修复 Popover 在 InputNumber 聚焦时不显示的问题,#12284
  • 添加 Autocomplete 的 popper-append-to-body 属性,#12241
  • 添加 Pagination 的 page-size 属性 sync 修饰符的支持,#12281

  • Fixed Table not showing filter icon when filters is assigned empty array, #12165
  • Fixed Menu not saving active state when collapse is changed, #12178 (by @elfman)
  • Fixed Cascader not escaping special characters for Regexp, #12248
  • Fixed disabled RadioButton showing box-shadow when clicked, #12262
  • Fixed arrow key not effect when default value is undefined,#12322
  • Fixed query function of Select not debounced in multi mode, #12181
  • Fixed query keyword of Select disappearing in multi mode, #12304
  • Fixed incorrect width of Dialog when it is displayed in full screen, #12203
  • Fixed incorrect display of Main on IE, #12237
  • Fixed Input triggering two form validations, #12260
  • Fixed adding new Tree node causing nodes to disappear, #12256
  • Fixed Tree node not deleted after dragging, #12279
  • Fixed Popover not visible when InputNumber focuses, #12284
  • Added popper-append-to-body attribute for Autocomplete, #12241
  • Added sync modifier support for Pagination's page-size attribute, #12281
Commits

The new version differs by 50 commits.

  • 3990d9b [release] 2.4.6
  • 244d57f [build] 2.4.6
  • fc4f5fd Changelog: update for 2.4.6 (#12325)
  • 915fc52 Tree: fix add node bug in lazy mode (#12265)
  • 7158ddc Select & Cascader: add default value for query string (#12322)
  • 6f08e94 Select: not clear text when filtering (#12304)
  • 4af2d87 Menu: fix docs (#12299)
  • 4cbe3f3 Pagination: make page-size attribute supports .sync (#12281)
  • 9c5b7e5 Popover: show popper when InputNumber focused (#12284)
  • 3da485b Tree: register node after dragging (#12279)
  • 9e738a8 Input: not trigger form validation when input (#12260)
  • b1be1f4 Radio: fix focus style (#12262)
  • 250e3f6 Slider: avoid NaN when min and max values ​​are equal (#12256)
  • fbe58a4 Cascader: escape special characters for regexp (#12248)
  • cb93645 Autocomplete: add popper-append-to-body attribute (#12241)

There are 50 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 2.4.7
  • 修复 DatePicker 未触发表单检验的问题,#12328#12348
  • 修复 DatePicker 多选时报错的问题,#12347
  • 修复 DatePicker 选择时间时 spinner 位置不正确的问题,#12415 (by @rang-ali
  • 修复 Datepicker 输入框自动填充的问题,#12521 (by @abdallanayer
  • 修复 Cascader 中 Input 未高亮的问题,#12341
  • 修复 Tabpane 顺序不正确的问题,#12346
  • 修复 ColorPicker 取色光标位置不正确的问题,#12376 (by @cnwhy
  • 调整 Submenu 的样式,#12457
  • 修复 Submenu 选中后没有高亮的问题,#12479
  • 修复 Cascader 选择值不正确的问题,#12508 (by @huangjinqiang
  • 修复 Pagination 输入框值不正确的问题,#12525
  • 调整 Pagination 触发事件的顺序,#12530
  • 修复 Table 的 filter 不显示的问题,#12539
  • 修复 Tree 无法删除节点的问题,#12684
  • 修复 Select 在单选时 Input 高度变化的问题,#12719
  • 修复 Form 在嵌套时 label 显示不正确的问题,#12748
  • 新增 Input 的 autocomplete 属性,废弃 auto-complete 属性,#12514 (by @axetroy
  • 新增 Form 的 slot-scope 展示表单校验信息,#12715 (by @YamenSharaf

  • Fixed DatePicker not triggering form validation, #12328 #12348
  • Fixed DatePicker throwing errors in multiple mode, #12347
  • Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
  • Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
  • Fixed Input not highlighted in Cascader, #12341
  • Fixed wrong order of Tabpane, #12346
  • Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
  • Adjust the style of Submenu, # 2457
  • Fixed not highlighted after Submenu is selected, #12479
  • Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
  • Fixed incorrect value of Pagination input box, #12525
  • Adjust order that Pagination triggers events, #12530
  • Fixed Table Filter not displayed, #12539
  • Fixed Tree unable to delete nodes, #12684
  • Fixed height of Select Input changing in single mode, #12719
  • Fixed style of FormItem label in nested Form, #12748
  • Added autocomplete attribute for Input, deprecated auto-complete, #12514 (by @axetroy)
  • Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
Commits

The new version differs by 33 commits.

  • 66215f6 [release] 2.4.7
  • 774d0fb [build] 2.4.7
  • 813345d Changelog: update for 2.4.7 (#12765)
  • 0bc07d7 docs: improved documentation for el-form (#12635)
  • 9f345d8 Select: use initial height to reset height of input (#12719)
  • faed463 doc: add missing info in quickstart (#12574)
  • ea27fb8 FormItem: using slot-scope to display validation message (#12715)
  • 2d6b5fc Form: fix style of form label in nested form (#12748)
  • 4017fe4 Pagination: update doc (#12685)
  • 3cf277c Tree: fix tree node not deleted (#12684)
  • b7be905 Upload: create blob URL when picture displays (#12402)
  • b8cdece Fix invalid link (#12667)
  • 64bb5f8 i18n: add Vietnamese translation of remaining items (#12609)
  • dc4ecb7 i18n: add Persian translation of the remaining items (#12581)
  • fff8f20 Chore: update donation qrcode (#12553)

There are 33 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 23 commits.

  • f23c63c [release] 2.4.8
  • e17ecf7 [build] 2.4.8
  • dd451b2 changelog for 2.4.8 (#12950)
  • 80410b4 Tabs: scroll to active tab (#12948)
  • 7e29e1c Tree: fix type definition (#12941)
  • 7482751 Table: fix table column default alignment (#12578)
  • 6b76896 Table: called render header in index column (#12914)
  • b55ea51 Input: s autocomplete on textarea (#12917)
  • 6cb92ac DatePicker: validate input date (#12898)
  • e772579 chore: update date-picker comment notes (#12899)
  • 143f0c6 test: update test case for form (#12886)
  • 58bb0a3 ButtonGroup: fix Dropdown style in ButtonGroup(#12815) (#12819)
  • 44a85b8 Form: emits error message on validate event (#12860)
  • 99a1f4f doc: update i18n doc for Serbian language (#12867)
  • 17d817c Tabs: fix order of TabNav when array is sorted (#12846)

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 2.4.9
  • Form 组件 clearValidate 方法参数支持字符串,#12990 (by @codinglobster
  • Badge 新增 type 属性,#12991
  • 用户可以使用 scoped-slot 来自定义表头,#13012(by @ivanseidel
  • 修复 IE 下 Select 输入框不能输入的问题,#13034(by @GaliMU
  • Select 多选时,选项不换行,#12329 (by @akki-jat
  • Select 下拉列表展开后,箭头图标也可以正确显示,#12353(by @firesh
  • 修复 Select 的 size 属性不生效的问题,#13070
  • 多选时可以清除 Select 已选中的值,#13049(by @ZSkycat
  • 修复最后一个 TabNav 不能删除的问题,#13039
  • 修复 TabNav 中 label 显示不正确的问题,#13178
  • Alert 新增 title slot,#13082(by @Kingwl
  • 修复 Table 中的 tooltip 内容不正确的问题,#13159(by @elfman
  • 优化 Upload 文件列表删除时的动画,#12987
  • 当 InputNumber 控制按钮不显示时,调整了边距,#13052

  • The parameter of Form's clearValidate supports string, #12990 (by @codinglobster)
  • Added type attribute for Badge, #12991
  • Users can use scoped-slot to customize table column header #13012 (by @ivanseidel)
  • Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU)
  • Select option does not wrap when space is enough, #12329 (by @akki-jat)
  • When dropdown list of Select is expanded, the arrow icon will also display correctly, #12353 (by @firesh)
  • Fixed that the size attribute of Select does not work, #13070
  • Select multiple values can be cleared, #13049 (by @ZSkycat)
  • Fixed the last TabNav unable be deleted, #13039
  • Fixed that TabNav label is not displayed correctly, #13178
  • Added title slot for Alert, #13082 (by @Kingwl)
  • Fixed an issue where the tooltip content in Table was incorrect, #13159 (by @elfman)
  • Optimize the animation of Upload when file is deleted, #12987
  • Adjusted style of InputNumber when control button is not displayed, #13052
Commits

The new version differs by 28 commits.

  • 2c32ff9 [release] 2.4.9
  • c6204c3 [build] 2.4.9
  • 69dd67a changelog for 2.4.9 (#13182)
  • 672ff0a Tabs: set TabNav key (#13178)
  • cf42b54 Table: update Chinese doc (#13177)
  • 3a1ee20 Table: tooltip content prefer innerText instead of textContent (#13159)
  • 2bafed0 Table: Adds header rendering slot (#13012)
  • 31d31d9 Alert: add support for title slot (#13082)
  • 97728bd aria: add role dialog (#13084)
  • 6ae54e5 Select: fix option wrap in multiple mode (#12329)
  • 39fc1b2 Tag: optimize code (#13069)
  • 868bbc7 Select: fix readonly problem in edge (#13034)
  • ef39757 Select: fix size attribute not working (#13070)
  • 9b1d120 NavMenu: fix typo (#13060)
  • 590bca1 i18n: Add missing Slovenian translations (#13059)

There are 28 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 43 commits.

  • 66b5d93 [release] 2.4.10
  • afd5d4f [build] 2.4.10
  • 1e1508c Changelog for 2.4.10 (#13447)
  • 465ec7c Transfer: fix component crash when target order is push (#13333)
  • c1b869d Cascader: add visible-change event (#13415)
  • 0265586 Autocomplete: add clearable prop (#12171)
  • d37f74f Progress: add text status (#13198)
  • d97555b Tree: fixed default-checked-keys display wrong (#13349)
  • 9738054 DatePicker: optimize code, fix #12980, follow up #8156 (#13374)
  • 61f2b8a Cascader: set separator when filtering (#13389)
  • bf7bb4b Table: stop event propagation for checkbox (#13369)
  • fb4ba16 TimePicker: explicit declare box-sizing: content-box (#13347)
  • d241282 Alter: title is not a required prop (#13360)
  • 2b7fa61 Tree: add currentNodeKey property declaration and fix test for currentNodeKey (#13197)
  • d1440c9 Tree: add iconClass attribute (#13337)

There are 43 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 11 commits ahead by 11, behind by 3.

  • 4b84b59 [release] 2.4.11
  • dd92017 [build] 2.4.11
  • 4633eb2 changelog for 2.4.11 (#13510)
  • 48821cf Col: fix the responsive bug caused by 'xs' variable (#13468)
  • 9483353 Menu: revert #13296 (#13478)
  • 93790b6 doc: input-number, fix missing num9 declaration (#13463)
  • 62b58fd Docs: fix typo (#13458)
  • d2d4f53 docs: update Spanish doc 2.4.10 (#13449)
  • 5537a7b [release] 2.4.10
  • d293b18 [build] 2.4.10
  • 650eed6 changelog for 2.4.10

See the full diff