Chamberlab / datadeck-nwjs

Desktop tools for data recording, playback and processing.
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.2.7 of element-ui just got published.

Branch Build failing 🚨
Dependency element-ui
Current Version 1.2.6
Type dependency

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

As element-ui is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/Chamberlab/datadeck-nwjs/builds/216203183)
Release Notes 1.2.7
  • 修复 Select 不兼容 Vue 2.2.6 的问题,#3797

  • 优化 Table 的 Tooltip 渲染性能,#3478

  • 新增 Table tooltip-effect 属性

  • Fixed Select not compatible with Vue 2.2.6, #3797

  • Improve performance for rendering tooltip in Table, #3478

  • Add tooltip-effect property for Table

Commits

The new version differs by 4 commits .

  • c318380 [release] 1.2.7
  • 52fa5b6 [build] 1.2.7
  • a327318 Table: improve performance for rendering tooltip, fixed #3478 (#3836)
  • aa63558 Scrollbar: compatible with vue 2.2.6, fixed #3797 (#3845)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.2.8 just got published.

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

Release Notes 1.2.8
  • 修复 Form 的 resetFields 会给表单项重新赋值的问题,#3840(by @pengchongfu

  • 新增 CheckboxGroup 的 maxmin 属性,#3700(by @mdartic

  • 修复 DatePicker 在一些特定的日期会导致月份 +1 的问题,#3935

  • 新增 Message 的 closeAll 方法,#3966(by @pengchongfu

  • 新增 Slider 的 format-tooltip 属性,#3657(by @liyanlong

  • 修复内嵌于 Dialog 中的 Table 的筛选面板被遮挡的问题,#4023(by @liyanlong

  • 修复单选的 Select 在 Vue 2.2.x 下无法创建条目的问题,#3984

  • 修复某些断点下 span 为 0 的 Row 在其他断点下也会消失的问题,#4053

  • Fixed resetFields of Form reassigning form items, #3840 (by @pengchongfu)

  • Added max and min attributes for CheckboxGroup, #3700 (by @mdartic)

  • Fixed DatePicker adding one to picked month in some specific days, #3935

  • Added closeAll method for Message, #3966 (by @pengchongfu)

  • Added format-tooltip attribute for Slider, #3657 (by @liyanlong)

  • Fixed filter panel of Table being when nested in a Dialog, #4023 (by @liyanlong)

  • Fixed single Select unable to create new items in Vue 2.2.x, #3984

  • Fixed Row disappearing in all breakpoints if its span is set to 0 in some breakpoints, #4053

Commits

The new version differs by 52 commits .

  • 9f52a20 [release] 1.2.8
  • d420403 [build] 1.2.8
  • 44bc660 change mask icon source to github (#4063)
  • d184e9c Table: Add silent for filter-chagne
  • d652e73 Table: init filters.
  • 6287da4 Popper: workaround for #3952 (#4062)
  • 24cd59f support layout grid 0
  • 3417f9f Add basic
    CSS styles (#4061)
  • 29162c7 Table: Fixed #3896 (#4023)
  • 3bb5b5e Table: delete duplicate declaration "ElTooltip", fixed #4046 (#4047)
  • 640054b Tabs: update on resize, fixed (#3890) (#3938)
  • cc1349e Select: fix single mode allow-create not working in Vue 2.2.x (#3984)
  • d4ab75c Popper: add onUpdate support (#3991)
  • d94c8f6 Carousel: fix a docs error (#4032)
  • 646b521 Table: hide tooltip when it is destroyed, fixed #3836

There are 52 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.2.9 just got published.

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

Release Notes 1.2.9
  • 修复在有文本选中的情况下,RadioButton 需要多次点击才能生效的问题,#4217

  • 修复 Tree 的多选框在某些浏览器下不能全选的问题,#4107(by @pengchongfu

  • 修复可清空的 Cascader 清空按钮无效的问题,#4167(by @pengchongfu

  • 修复带有 Tooltip 的 Table 在路由切换时有时会报错的问题,#4085

  • 修复 Upload 无法移除待上传的文件的问题,#4233

  • 新增 Notification 的 onClick 属性,#4221(by @amouillard

  • 修复 DatePicker 在清空后值变为 undefined 的问题,#4186(by @pengchongfu

  • 修复 FormItem 中 ColorPicker 的样式错误,#4303

  • 新增 Tooltip 的 enterable 属性,#4210

  • Fixed RadioButton not working properly when some texts on the page are selected, #4217

  • Fixed the toggle-all checkbox of Tree not working in some browsers, #4107 (by @pengchongfu)

  • Fixed Cascader clear button not working, #4167 (by @pengchongfu)

  • Fixed router switching error when the page has a Table with Tooltips, #4085

  • Fixed Upload not able to remove selected files, #4233

  • Added onClick attribute for Notification, #4221 (by @amouillard)

  • Fixed binding value of DatePicker becoming undefined when cleared, #4186 (by @pengchongfu)

  • Fixed style error of ColorPicker when nested in a FormItem, #4303

  • Added enterable attribute for Tooltip, #4210

Commits

The new version differs by 84 commits .

  • bc64164 [release] 1.2.9
  • c1efdac [build] 1.2.9
  • 3ad2223 Changelog: update for 1.2.9
  • 907d321 ColorPicker: fix style when nested in form-item
  • 7883b16 Tooltip: add hide-on-hover
  • e7a6106 Select: fix width changes when clear icon shows, fixed #4202
  • 32543f3 Table: manage tooltip state better, fixed #4044
  • 9be5a40 DatePicker: set default value when clear, fix #4135 (#4186)
  • 3c7addd Notification: add onClick handler documentation
  • d51f088 Notification: add onClick handler
  • bcbd94f fix upload file remove can't remove when auto-upload is false
  • 7d5da75 Cascader: adjust close icon z-index, fix #4084
  • afeeadb Fixed error code
  • 6ddcb17 Fixed error code
  • afc2bbc Quickstart.md: Fixed missing component imports in the Quickstart example.

There are 84 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.3.0 just got published.

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

Release Notes 1.3.0 Beryllium

新特性:

  • 新增 Transfer 组件
  • 新增 transition 的文档,现在用户可以使用内置 transition 了
  • Slider 新增垂直模式,使用 vertical 属性即可打开,#4410(by @devange
  • CheckboxGroup 新增按钮模式,#3697(by @mdartic
  • Table
    • 新增 setCurrentRow 方法,#4390
    • 新增表尾合计行的功能,提供 show-summarysum-textsummary-method#4484
    • TableColumn 新增 filter-placement 属性,#4491
  • Dialog
    • 新增 before-close 属性,#4432
    • 新增 visible 属性,且支持 .sync 修饰符,#4539
  • Upload
    • 新增 disabled 属性,#4473
    • on-change 事件现在也会在添加文件后触发,#4447
    • 新增 abort 方法,#4575
  • Switch 新增 on-valueoff-value 属性,支持自定义两种状态的值,#4403
  • DatePicker
  • CarouselItem 新增 label 属性,#4317(by @paul-blundell
  • MessageBox 的 message 属性增加对 VNode 的支持,#4550
  • Pagination 的 current-page 增加对 .sync 的支持,#4539
  • Form 新增名为 label 的 slot,用于自定义标签文本的内容,#4634

修复:

  • Select 和 Table 的某些功能与 Vue 2.3.x 不兼容的问题,#4518
  • DatePicker 的 disabledDate 对手动在输入框中输入的值无效的问题,#4309
  • Tree 的树节点 ID 为数字 0 时的一些问题,#4415
  • TimePicker 在完成选择后数字不居中显示的问题,#4425(by @pengchongfu
  • Autocomplete 在输入中文时频繁触发搜索方法的问题,#4393(by @qazbnm456
  • Upload
    • 不能选择同一个文件的问题,#4461
    • auto-upload 为 false 时不显示预览图片的问题,#4572
    • 一些样式问题,#4643
  • 嵌套在 FormItem 中的按钮样式的 RadioGroup 的样式问题,#4336
  • ColorPicker 修复将绑定值赋值为空不会清空颜色面板的问题,#4668(by @pengchongfu
  • Table 修复在 Safari 下 show-overflow-tooltip 无效的问题,#4157(by @renxia

非兼容性更新:

  • 最低兼容 Vue 2.3.0

New features:

  • New component: Transfer
  • Now you can use our pre-defined transitions
  • Vertical mode for Slider, can be activated by the vertical attribute, #4410 (by @devange)
  • Button style for CheckboxGroup, #3697 (by @mdartic)
  • Table
    • Added setCurrentRow method, #4390
    • Added summary row, with three attributes: show-summary, sum-text and summary-method, #4484
    • Added filter-placement attribute for TableColumn, #4491
  • Dialog
    • Added a before-close hook, #4432
    • Added visible attribute, which supports the .sync modifier, #4539
  • Upload
    • Added disabled attribute, #4473
    • on-change now also triggers when a file is added, #4447
    • Added abort method
  • Switch now supports on-value and off-value, so that you can customize its values, #4403
  • DatePicker
  • Added label attribute for CarouselItem, #4317 (by @paul-blundell)
  • message of MessageBox now supports VNode, #4550
  • current-page of Pagination current-page now supports .sync, #4539
  • Added label slot for Form, so you can customize label's content, #4634

Fixes:

  • Compatibility issues of Select and Table with Vue 2.3.x, #4518
  • disabledDate of DatePicker having no effect on typed value in the input box, #4309
  • An issue when the key of a Tree node is number 0, #4415
  • TimePicker number not align when picked, #4425 (by @pengchongfu)
  • Autocomplete frequently triggering searching method when typing Chinese, #4393 (by @qazbnm456)
  • Upload
    • not able to select the same file multiple times, #4461
    • not displaying preview image when is auto-upload false, #4572
    • some style errors, #4643
  • Style bug of RadioGroup when nested in a FormItem, #4336
  • ColorPicker not clear the color panel when bound value is emptied, #4668 (by @pengchongfu)
  • show-overflow-tooltip of Table not working in Safari, #4157 (by @renxia)

Breaking changes:

  • Only compatible with Vue 2.3.0+
Commits

The new version differs by 160 commits0.

  • 68edc75 [release] 1.3.0
  • e064b78 [build] 1.3.0
  • 4f2bc65 Changelog: update for 1.3.0
  • 3a19bdd Dialog: fix visible.sync compatibility with before-close
  • b269c22 table: set width for each td>div.cell.el-tooltip element(#2198,#3128)
  • 5fc7e18 ColorPicker: empty value by v-model, fix #4662
  • 7adb556 fix uploading progress text style
  • 17e2d45 fix uploading style bug
  • bf7eabb Form: Add label slot
  • 6ee73f7 DatePicker: fix, add test for default-value
  • ca0ea3c [release] 1.3.0-beta.3
  • fca6207 [build] 1.3.0-beta.3
  • cf60e6c Changelog: update for 1.3.0-beta.3
  • defd128 add .sync support for Dialog and Pagination
  • d6265da fix datepicker test, revert emitter-removing attempt

There are 160 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.2 just got published.

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

Commits

The new version differs by 180 commits0.

  • d1b4e1c [release] 1.3.2
  • ffe02fb [build] 1.3.2
  • 7971ec3 Changelog: update for 1.3.2
  • 8d67762 Cascader: Add all locale lang.
  • fd7342b Cascader: Add before-filter hook
  • d338372 Table: fix table body height calculations
  • 595271f DatePicker: update week when value changes
  • bda5754 Pagination: fix default layout style in firefox
  • 627c29c doc: add load transiton on demand, fixed #4758
  • afb6625 InputNumber: improve user experience when typing, fix #4661 (#4712)
  • 57f159c docs: fix confused syntax
  • 88fb676 docs: fix confused syntax
  • dc6f754 declare el-collapse-transition in its dependents (#4728)
  • 6b315d0 [release] 1.3.1
  • 0774859 [build] 1.3.1

There are 180 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.3 just got published.

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

Commits

The new version differs by 197 commits0.

  • b6b48bb [release] 1.3.3
  • 850a24f [build] 1.3.3
  • 0c7dff0 Changelog: update for 1.3.3
  • cce0061 some bug fixes
  • 627e6cf key.esc no modal and msgbox with promises (#4819)
  • f2e8586 TimePicker: strange css behavior, fix #4813
  • d2ff0c2 Update ca.js
  • e78142d Update ca.js
  • 3902bcc DatePicker: fix, add test for unwanted 'input' event emission
  • 4f03d27 Cascader: Add default before-filter
  • 7f7d76d Update row.js
  • 3551ff0 Layout: custom element tag
  • cc441fa feat: split doc files (#4792)
  • 784e9fb Dropdown: add visible-change event (#4818)
  • 25ffb28 Update vi.js

There are 197 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.4 just got published.

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

Release Notes 1.3.4
  • 修复带展开行的 Table 在高亮和斑马纹效果下的问题,#4871(by @mu-yu
  • 新增 Select 的 default-first-option 属性,#4838(by @wacky6
  • 修复可创建选项的 Select 在没有选项数据时不显示「无数据」文本的问题,#4977

  • Fixed highlight and stripe effects of Table with expandable rows, #4871 (by @mu-yu)
  • Added default-first-option for Select, #4838 (by @wacky6)
  • Fixed Select with no options not displaying "No data" text when allow-create is true, #4977
Commits

The new version differs by 214 commits.

  • 4b48802 [release] 1.3.4
  • 862ba04 [build] 1.3.4
  • 2e10147 Changelog: update for 1.3.4
  • f485a3f Select: fix emptyText display when allow for create (#4977)
  • 5257b1e Table: fix wrong stripe style with expandable rows (#4873)
  • b124944 From: Complete the form component prop field description (#4890)
  • 3a90003 doc: fix wrong indent in select.md (#4972)
  • 4a68400 doc: remove dangling tag in switch (#4971)
  • 531a847 Update de.js
  • a3f144e docs: add Select default-first-option
  • e2e3179 Select: add default-first-option
  • ac571ce doc: add the missing styles for english docs
  • 068f5db Update tr-TR.js (#4875)
  • f8e1376 Update sk.js
  • 3fb5131 Table: fix #4692

There are 214 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.5 just got published.

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

Release Notes 1.3.5
  • 修复 Select 的 default-first-option 属性在远程搜索时不生效的问题,#5084
  • 修复 InputNumber 与其他表单组件同行显示时不能对齐的问题,#5127
  • 修复行内 FormItem 对复合型 Input 失效的问题,#5151
  • 修复 FormItem 在 Firefox 中的高度与其他浏览器不一致的问题,#5152
  • 修复 Cascader 中 value 为 0 的数据不能展开下一级的问题,#5172(by @Kingwl
  • 修复 Autocomplete 无法触发原生 keydownkeyup 事件的问题,#5129
  • 新增 Select 的 clear 事件,#5112
  • 修复 Cascader 在某些情况下下拉框的位置没有及时更新的问题,#5064
  • 提升 Dialog 和 MessageBox 的可访问性,#4786

  • Fixed default-first-option of Select not working in remote filtering, #5084
  • Fixed InputNumber not aligning with other form components, #5127
  • Fixed inline FormItem having no effect on mixed Input, #5151
  • Fixed height of FormItem being different in Firefox from other browsers, #5152
  • Fixed items with a value of 0 in Cascader can not be expanded, #5172 (by @Kingwl)
  • Fixed Autocomplete not triggering native keydown and keyup events, #5129
  • Added clear event for Select, #5112
  • Fixed Cascader's dropdown menu not updating its position in some situations, #5064
  • Better accessibility for Dialog and MessageBox, #4786
Commits

The new version differs by 245 commits.

  • 49c970c [release] 1.3.5
  • 48ee050 [build] 1.3.5
  • 610b355 Changelog: update for 1.3.5
  • 891bda0 feat: keep focusing inside the popup by tab key
  • d41c0c4 feat: popup close button accessible with tab key
  • 6563a3a DatePicker: timezone
  • 3284e0a DatePicker: timezone
  • 3b3b337 select into dialog esc stopper
  • b98a042 Switch: add test for single source of truth
  • ab129f1 Switch: simplity internal implementation
  • 74f8ccc Cascader: update popper
  • bffb180 Select: add clear event
  • 0c12143 fix input value is null before upload submit actually
  • 04a6113 fix keydown event not bubble
  • f19cc4c Cascader: fix invalid zero value (#3470)

There are 245 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.6 just got published.

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

Release Notes 1.3.6
  • 修复 ColorPicker 的默认值有时与面板中的值不一致的问题,#5183(by @Kingwl
  • 修复默认值为白色的 ColorPicker 无法通过面板改变 hue 的问题,#5184(by @Kingwl
  • 修复 Dialog 在滚动后,其嵌套的 Select 需多次点击才能呼出的问题,#5226
  • 新增 Autocomplete 的 props 属性,#5282
  • 修复 DatePicker 在手动输入值后按 Tab 切换焦点时下拉框不消失的问题,#5149(by @ChuckFields

  • Fixed inconsistency of ColorPicker's default value and panel value, #5183 (by @Kingwl)
  • Fixed ColorPicker not able to change hue in the panel when its default value is white, #5184 (by @Kingwl)
  • Fixed Select's dropdown taking multiple clicks to expand when nested in a Dialog after scrolling, #5226
  • Added props property for Autocomplete, #5282
  • Fixed dropdown of DatePicker not hiding when Tab key is pressed after manual input, #5149 (by @ChuckFields)
Commits

The new version differs by 266 commits.

  • a39db2c [release] 1.3.6
  • cf78e2c [build] 1.3.6
  • 14d7c80 update yarn.lock
  • 3cc37e4 publish independent packages
  • a3fe207 update i18n doc
  • 5606340 Changelog: update for 1.3.6
  • 433a66c Picker: esc => close and stop
  • 66cad95 DatePicker: Fix Typing a date and tabbing does not close the calendar #4948 (#5149)
  • a1ec75b add props support (#5188)
  • cb2e43f fix DatePicker and Select bug
  • f9b19d9 Dialog: fix incorrect updatePopper calls
  • dfe8972 Remove unnecessary comments
  • 137b70e Add missing translations
  • af17bd6 Add Estonian language
  • cc7a461 ColorPicker: replace watch hue with computed

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.3.7 just got published.

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

Commits

The new version differs by 286 commits.

  • 979ce8d [release] 1.3.7
  • 48733a2 [build] 1.3.7
  • 3f7cf2d Changelog: update for 1.3.7
  • 7986126 DatePicker: Fix year picker
  • 601bd64 add two warns
  • 64f80f5 Carousel: fix initial-index
  • 3883ab3 Dialog: fix nested popover cannot gain focus
  • ba9a5d5 fix checkbox not trigger input event bug
  • 9756a3c support dynamic form item rule required
  • a54b5e6 Switch: remove user-select
  • 869600f ScrollBar: cache bar width calculation
  • 45628ec ClickOutside: fix 'Cannot read property target of undefined'
  • 8675c31 Tooltip: fix arrow separating from tooltip
  • 2230a91 [Locale] lv.js - use full month names. (#5396)
  • 7a29401 Table: update sorting docs (#5364)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.4.0 just got published.

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

Release Notes 1.4.0 Boron

新特性:

  • Message
  • ColorPicker
    • 新增 active-change 事件,#5775
  • Popover
  • Table
  • Tree
    • 新增 disabled 属性,#5937
  • Menu
    • 新增 collaspe 属性,#5941
  • Select
    • 新增 value-key 属性,#5897

修复:

  • DatePicker
    • 部分内部文案不受 i18n 控制的问题,#5485
    • 初始值为空时,选择时间后的返回值毫秒部分不为零的问题,#5663
    • disabledDate 范围被扩大的问题,#4946(by @liyangworld
  • Steps
    • 动态增减步骤后的样式错误,#5456(by @elfman
  • Table
    • 带有固定列且可展开时,鼠标 hover 高亮行错位的问题,#5471(by @elfman
    • 部分浏览器不支持 classList 的问题,#5613(by @flynntsc
  • Select
    • 单选时打开下拉框有时无法定位到已选中项的问题,#5564(by @wacky6
    • 多选时 Vue 2.4.x 报错的问题,#5897
  • Radio
    • RadioGroup 内只有一个 Radio 时的圆角丢失问题,#5646(by @YYvanYang
  • Upload
    • auto-upload 为 false 时,无法选择之前删除的文件的问题,#5706
    • disabled 时删除按钮仍可见并可操作的问题,#5841
    • 兼容 Vue 2.4 key 不能是对象的问题,#5872
  • MessageBox
    • confirmprompt 情况下点击取消按钮仍然被 resolve 的问题,#5658
  • Rate
    • 初始值带有小数时,激活的 icon 不显示小数部分的问题,#5785
  • Pagination
  • Loading
  • Cascader
  • Tree
    • 在 lazy 模式下 setCheckedKeyssetCheckedNodes 方法的 bug,#5937
    • 在 lazy 模式下勾选父级节点会一次性加载全部后代节点的问题,#5963
  • Form
    • 未在 FormItem 上指定 label 时,label 的具名 slot 失效的问题,#5921
  • Tooltip
    • Vue 2.4.x 下触发元素为自定义组件时不工作的问题,#5916

非兼容性更新:

  • Select
    • 值为对象类型时,需要提供一个 value-key 作为唯一性标识,#5897

New features:

  • Message
  • ColorPicker
    • Added active-change event, #5775
  • Popover
  • Table
    • A third parameter value is passed to formatter, #5709 (by @haledeng)
  • Tree
    • Added disabled attribute, #5937
  • Menu
    • Added collaspe attribute, #5941
  • Select
    • Added value-key attribute, #5897

Bug fixes:

  • DatePicker
    • i18n failure for some texts, #5485
    • returning a non-zero millisecond value when initial value is empty, #5663
    • disabledDate affecting undesired date, #4946 (by @liyangworld)
  • Steps
    • style problems when a step is dynamically added or removed, #5456 (by @elfman)
  • Table
    • highlight row misplaced when an expandable Table has fixed table columns, #5471 (by @elfman)
    • classList not supported in some browsers, #5613 (by @flynntsc)
  • Select
    • single Select unable to scroll to the selected item when the dropdown menu pops up, #5564(by @wacky6
  • Radio
    • border radius lost in RadioGroups with only one Radio, #5646 (by @YYvanYang)
  • Upload
    • unable to reselect previously deleted file when auto-upload is false, #5706
    • delete button still visible and functioning when disabled, #5841
    • compatibility issue with Vue 2.4 key, #5872
  • MessageBox
    • clicking cancel buttons getting resolved when not invoked as a confirm or prompt, #5658
  • Rate
    • active icons not reflecting decimal part of initial value, #5785
  • Pagination
    • compatibility issue of total page display with vue-i18n@6.x, #5796 (by @mario56)
    • apostrophe incorrectly showing up when current page is one page less than total page, #5861 (by @openks)
  • Loading
  • Cascader
  • Tree
    • setCheckedKeys and setCheckedNodes in lazy mode, #5937
    • loading all descendent nodes when a parent node is checked in lazy mode, #5963
  • Form
    • label named slot not working when label is not assigned on FormItem, #5921
  • Tooltip
    • not working in Vue 2.4.x when the triggering element is a custom component, #5916

Breaking change:

  • Select
    • when value is an object, value-key is required as its unique identity key, #5897
Commits

The new version differs by 352 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.4.1 just got published.

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

Commits

The new version differs by 17 commits.

  • bd395fa [release] 1.4.1
  • 76ccc20 [build] 1.4.1
  • bc7ac26 Changelog: update for 1.4.1
  • ce0da21 check popper exist before invoke scrollIntoView
  • 6e685a3 Table: fix hover-row bgcolor of table with fixed column
  • ee03e3b Upload: remove delete icon when disabled
  • 2653564 fix tabs bug
  • 8e761ef fix tabs bug
  • ce270fe When missing model, validate will return false, then throw a warning to facilitate the developer troubleshooting
  • c1ce7a2 Popover: fix: delayed popover appears after mouse left
  • 513c90f fix menu bug
  • c1b062b Form: direct child items should inherit label-width
  • 1d7527d Removed Dutch "Jaar" suffix from DatePicker
  • e001f81 Tree: select fix
  • 9e7110c Changelog: fix typo

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 1.4.2 just got published.

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

Commits

The new version differs by 25 commits.

  • 463607f [release] 1.4.2
  • ed2f344 [build] 1.4.2
  • 74992ba Changelog: update for 1.4.2
  • 0966662 Table: allow omitting prop if sort-method is provided
  • aae7819 Table: hide table when nested in an invisible container
  • 7fa2967 Autocomplete: support autofocus
  • 22aae94 DatePicker: fix fecha i18n not responsive
  • d31b33a Slider: fix button jumping to 0 when clicked
  • e33a784 added arabic language locale file (#6323)
  • d40d256 Pagination: fix IE onchange doesn't work Bug (#6306)
  • 09e02e7 Autocomplete: hide suggestions on blur
  • f90bfa1 Slider: reset size on resize
  • 7c546dd chore(*): replace CDN with jsDelivr
  • cfe5f9e Switch: fix input and change emission sequence
  • 1ba6627 Input-Number: fixed multi-size component border overflow, tested on chrome 60, canary, chromium, safari, firefox (#6310)

There are 25 commits in total.

See the full diff