laoD
|
97902a1920
|
Image:fix prevent memory leak
|
2022-11-02 17:55:44 +08:00 |
laoD
|
00bd2afab5
|
fix:prevent memory leak
|
2022-10-24 17:58:35 +08:00 |
博风
|
575ffc0086
|
[build] 2.15.10
|
2022-09-13 20:30:50 +08:00 |
keray
|
bccadfc263
|
Tree: fix lazy-load check problem (#21934)
|
2022-09-13 15:01:59 +08:00 |
TC
|
d33c4e0c02
|
DatePicker: add months And years type (#21918)
|
2022-09-13 14:49:52 +08:00 |
zzjjhh001
|
336a49baa1
|
Loading: fix sticky DOM error (#22087)
Co-authored-by: zhaojinghui <zhaojinghui@haodf.com>
|
2022-08-18 20:00:09 +08:00 |
lqzhgood
|
813abcedbe
|
DatePicker: fix modify props "placement" error (#21908)
this PR https://github.com/ElemeFE/element/pull/21806 erroneously changed "placement" `data` -> `props`
|
2022-08-18 19:37:21 +08:00 |
博风
|
9eb1be46af
|
[build] 2.15.9
|
2022-06-03 09:48:31 +08:00 |
bobohuochai
|
4b2b24a7db
|
Table: fix el-checkbox not imported issue(#21796,#20625) (#21828)
Co-authored-by: 徐军 <xujun@pingpongx.com>
|
2022-06-02 19:56:32 +08:00 |
Cheese
|
c93981a56a
|
Input: remove unused scss variable (#21558)
remove unused scss variable & wrong comment
|
2022-06-02 19:22:49 +08:00 |
louiebb
|
934826c177
|
Cascader: fix unexpected error (#21759)
Co-authored-by: louie <liguanzhi@youxin.cloud>
|
2022-06-02 18:00:00 +08:00 |
XivLaw
|
807e20845e
|
DatePicker & Cascader: fix the dropdown animation direction (#21806)
|
2022-06-02 17:43:36 +08:00 |
zhankang
|
f0b3f9228c
|
Tooltip: fix getFirstElement (#21886)
|
2022-06-02 17:30:31 +08:00 |
bofeng
|
a2b7304685
|
Form-item: rules validate sync (#21892)
|
2022-06-02 17:27:33 +08:00 |
bofeng
|
0144bad33c
|
fix: codepen vue version and table-header sync (#21863)
* fix: codepen vue version
* fix table-header sync
|
2022-05-30 19:00:24 +08:00 |
博风
|
9984a9ed4d
|
[build] 2.15.8
|
2022-04-13 17:26:34 +08:00 |
bofeng
|
cc9a7d5ce4
|
Revert "Chore: replace node-sass with dart-sass (#21019)" (#21791)
This reverts commit d6dedac2e2 .
|
2022-04-12 13:24:48 +08:00 |
Allen
|
f109628ad1
|
DatePicker: fix function name typo (#21663)
|
2022-04-11 17:09:37 +08:00 |
Edwin Betancourt
|
473ef53f93
|
Switch: fix toggling value error (#19473)
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
|
2022-01-04 17:51:58 +08:00 |
好多大米
|
55bac06f0f
|
Table: revert sync fixed table rows height (#21486)
|
2021-11-23 15:54:40 +08:00 |
cs1707
|
f64fe0413a
|
[build] 2.15.7
|
2021-11-18 14:32:05 +08:00 |
好多大米
|
13d48cf511
|
Table: optimize performance (#21330)
* Table: optimize performance
* Table: fix sync height
|
2021-11-18 11:24:07 +08:00 |
好多大米
|
e39d4cb289
|
Button: fix disabled priority (#21375)
|
2021-11-17 11:11:19 +08:00 |
好多大米
|
d0ed7f94d6
|
Table: fix toggleAllSelection bug when table is empty (#21456)
|
2021-11-17 11:09:40 +08:00 |
Lin
|
d6dedac2e2
|
Chore: replace node-sass with dart-sass (#21019)
* chore: 移除 node-sass 替换为 sass 进行构建
- 更新调用库 gulp-sass 更新为 gulp-dart-sass 以支持 sass
- 更新 scss 使用语法旧语法已被废弃
* chore: add yarn lock
|
2021-11-15 11:43:08 +08:00 |
好多大米
|
bb35f474cd
|
Descriptions: fix label slot bug (#21462)
|
2021-11-11 15:52:44 +08:00 |
bchen1029
|
5e037ceaa6
|
Select: fix keydown event when composition (#21336)
|
2021-10-12 11:28:51 +08:00 |
好多大米
|
6ae261d840
|
Form: validate method reject error info (#21374)
|
2021-10-11 15:15:51 +08:00 |
Aex
|
492ab00ad7
|
Badge: fix type class when is-dot (#21308)
|
2021-09-16 16:17:16 +08:00 |
dennyak47
|
95445e209f
|
Select: fix click icon triggering dropdown (#21314)
|
2021-09-16 14:29:36 +08:00 |
cs1707
|
8ebddcf3e3
|
[build] 2.15.6
|
2021-09-02 15:09:19 +08:00 |
好多大米
|
f71afe023c
|
Drawer: fix append to body (#21264)
|
2021-08-26 15:46:34 +08:00 |
Aex
|
cd44289adf
|
Descirptions: avoid table style conflict (#21254)
* Descirptions: avoid table style conflict
* Table: avoid `th` & `td` style conflict
* Table: fix class location avoid click event errors
* Table: optimize getCellClass method
* Descriptions: add missing class
|
2021-08-26 12:18:08 +08:00 |
好多大米
|
a87ce4b282
|
Radio: fix checked state when browser go back (#21250)
|
2021-08-23 15:08:54 +08:00 |
SHIODA Masaharu
|
c50a0bf978
|
Dropdown: add disabled property (#21235)
|
2021-08-19 17:40:59 +08:00 |
好多大米
|
eeb9a93e86
|
Select: fix long text overflow in multiple mode (#21237)
|
2021-08-18 16:26:24 +08:00 |
好多大米
|
72be8f536f
|
Cascader: optimize performance (#21231)
|
2021-08-17 16:10:05 +08:00 |
好多大米
|
eb48974c14
|
Cascader: fix a bug that makes the browser jitter in zoom mode (#21207)
|
2021-08-09 14:38:40 +08:00 |
cs1707
|
ccb7666294
|
[build] 2.15.5
|
2021-08-04 14:04:04 +08:00 |
好多大米
|
a54484e8b3
|
Select: fix resetInputHeight (#21201)
|
2021-08-04 11:25:18 +08:00 |
cs1707
|
e74202c266
|
[build] 2.15.4
|
2021-08-03 14:50:46 +08:00 |
好多大米
|
c50e8dd1eb
|
Select: fix a bug that makes the browser jitter in zoom mode (#21197)
|
2021-08-03 11:01:56 +08:00 |
好多大米
|
4d7d24b200
|
Tree: fix insertChild (#21194)
|
2021-08-02 11:16:35 +08:00 |
pofore
|
4943867337
|
Select: fix select filterable bug (#17494)
|
2021-07-29 11:39:12 +08:00 |
好多大米
|
19f25baffc
|
Cascader: fix emitPath (#21185)
|
2021-07-28 15:57:11 +08:00 |
Nekojita1
|
f1252dcf61
|
Carousel: reset the timer when setActiveItem method is called (#20846)
|
2021-07-28 15:05:24 +08:00 |
好多大米
|
1ef72a3283
|
Message: fix message[type] (#21088)
|
2021-07-23 17:22:18 +08:00 |
好多大米
|
09e789bad2
|
Result: add result component (#21171)
|
2021-07-21 15:20:25 +08:00 |
好多大米
|
6bbc046563
|
chore: fix lint and some errors (#21136)
* chore: fix lint
* chore: fix lint and some errors
|
2021-07-09 18:04:34 +08:00 |
lichao
|
960bbcb562
|
RadioGroup: fix RadioGroup used in component causes exception #17908 (#20783)
|
2021-07-09 16:34:30 +08:00 |