Open greenkeeper[bot] opened 7 years ago
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
修复 Form 的 resetFields
会给表单项重新赋值的问题,#3840(by @pengchongfu)
修复 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
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.
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
修复在有文本选中的情况下,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
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.
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
vertical
属性即可打开,#4410(by @devange)on-value
和 off-value
属性,支持自定义两种状态的值,#4403default-value
属性,用于设定下拉框初次弹出时显示的日期,#4222(by @wacky6)type
,#4417(by @coffeedeveloper)label
属性,#4317(by @paul-blundell)message
属性增加对 VNode 的支持,#4550current-page
增加对 .sync
的支持,#4539disabledDate
对手动在输入框中输入的值无效的问题,#4309show-overflow-tooltip
无效的问题,#4157(by @renxia)vertical
attribute, #4410 (by @devange)on-value
and off-value
, so that you can customize its values, #4403default-value
attribute for initially displayed date in the dropdown, #4222 (by @wacky6)type
now supports dynamic updates, #4417 (by @coffeedeveloper)label
attribute for CarouselItem, #4317 (by @paul-blundell)message
of MessageBox now supports VNode, #4550current-page
of Pagination current-page
now supports .sync
, #4539label
slot for Form, so you can customize label's content, #4634disabledDate
of DatePicker having no effect on typed value in the input box, #4309show-overflow-tooltip
of Table not working in Safari, #4157 (by @renxia)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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
default-first-option
属性在远程搜索时不生效的问题,#5084value
为 0 的数据不能展开下一级的问题,#5172(by @Kingwl)keydown
和 keyup
事件的问题,#5129clear
事件,#5112default-first-option
of Select not working in remote filtering, #5084value
of 0 in Cascader can not be expanded, #5172 (by @Kingwl)keydown
and keyup
events, #5129clear
event for Select, #5112The 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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
props
属性,#5282props
property for Autocomplete, #5282The 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
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
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
Your tests are still failing with this version. Compare the changes 🚨
active-change
事件,#5775open-delay
属性,#5842(by @kaungmyatlwin)disabled
属性,#5937collaspe
属性,#5941value-key
属性,#5897disabledDate
范围被扩大的问题,#4946(by @liyangworld)confirm
或 prompt
情况下点击取消按钮仍然被 resolve 的问题,#5658label
时,label 的具名 slot 失效的问题,#5921value-key
作为唯一性标识,#5897active-change
event, #5775open-delay
attribute, #5842 (by @kaungmyatlwin)disabled
attribute, #5937collaspe
attribute, #5941value-key
attribute, #5897disabledDate
affecting undesired date, #4946 (by @liyangworld)confirm
or prompt
, #5658label
is not assigned on FormItem, #5921value-key
is required as its unique identity key, #5897The new version differs by 352 commits.
bd0549d
[release] 1.4.0
aba698d
[build] 1.4.0
fc2704f
Changelog: update for 1.4.0
e79557a
Upload: correct documentation
a408bf4
Tree: tree expend once when checked
527f3bd
Menu: compensate for Vue regression
ab53f58
Tree: update doc (#5968)
a090866
update doc sub-folder
520a8bf
[release] 1.4.0-beta.1
ced6640
[build] 1.4.0-beta.1
3d24ad8
update version.js
0f3d8b9
Update tree.md
79d1ff0
Tree: fix lazyload bug
cdd4aa7
Tree: fix setCheckedKeys bug
02459f1
Tree: fix setCheckedKeys
There are 250 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
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
Your tests are still failing with this version. Compare the changes 🚨
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
Version 1.2.7 of element-ui just got published.
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 TableCommits
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: