Commit Graph

1695 Commits

Author SHA1 Message Date
btea
d8ea564355
chore(project): compatible windows the shell command (#3550) 2021-09-22 18:18:43 +08:00
iamkun
66e04c95b6
Update CHANGELOG.en-US.md 2021-09-22 17:12:44 +08:00
啝裳
57519896c5
fix: [el-scrollbar] cascade selector of cascader is stuck after clicking (#3546)
* fix: [el-scrollbar] cascade selector of cascader is stuck after clicking

* fix: [el-scrollbar] cascade selector of cascader is stuck after clicking

* fix: [el-scrollbar] cascade selector of cascader is stuck after clicking
2021-09-22 15:44:20 +08:00
yuzhang
325cc43709
feat(components): [el-message-box] add inline style prop (#3537) 2021-09-22 10:06:40 +08:00
Dreamcreative
d7a96911d4
fix(components): [el-select-v2] fix style problem when select-v2 option too long (#3534) 2021-09-22 08:47:42 +08:00
三咲智子
0ca6853c18
chore(dev): disallow eslint warning (#3541) 2021-09-22 01:58:17 +08:00
三咲智子
426a1814d0
refactor(components): refactor empty (#3522)
* refactor(components): refactor empty

* fix: tests
2021-09-22 01:41:44 +08:00
三咲智子
9575d111c2
refactor(components): refactor message (#3524)
* refactor(components): refactor message

* chore: remove unused
2021-09-22 01:40:18 +08:00
三咲智子
2431b589af
refactor(components): refactor notification (#3495)
* refactor(components): refactor notification

* chore: fix type

* refactor(components): improve vnode

* Update notification.vue
2021-09-22 01:19:35 +08:00
三咲智子
6256189100
refactor(components): refactor pagination (#3526)
* refactor(components): refactor pagination

* fix: tests

* fix: emits

* refactor: improve props
2021-09-22 01:19:04 +08:00
三咲智子
bb5ec2c487
refactor(components): refactor link (#3527)
* refactor(components): refactor link

* fix: buildProp
2021-09-22 00:48:26 +08:00
三咲智子
6a57d547d0
refactor(components): refactor icon (#3528) 2021-09-22 00:46:23 +08:00
三咲智子
d71c87344a
refactor: fix buildProp (#3529) 2021-09-21 17:19:35 +08:00
云游君
9fddcf42fa
fix(style): use flex replace float & fix vertical center (#3523) 2021-09-21 02:23:44 +08:00
Aex
8acb9dc0eb
chore(project): add vite init & update vite config with ts (#3519) 2021-09-21 02:09:18 +08:00
SongWuKong
8a868a885c
fix(docs): notification documentation with types demo icon missing (#3521) 2021-09-21 01:50:43 +08:00
三咲智子
d166ede064
chore(dev): support latest volar (#3508) 2021-09-21 01:37:59 +08:00
jeremywu
801526771b
fix(docs): dialog documentation syntax error (#3515)
- Fix dialog docs syntax error
2021-09-20 20:03:02 +08:00
jeremywu
6867d4a7a2
fix(docs): theme documentation issue (#3511) 2021-09-20 00:04:11 +08:00
jeremywu
91d851f44d
fix(components): [el-virtual-list] potential mem issue (#3510)
- Replace memo with memoize-one for preventing mem outage
2021-09-19 22:09:18 +08:00
btea
0f10ff2fcd
docs: start-up vitepress show network (#3501) 2021-09-19 20:45:55 +08:00
jeremywu
079bb11b8c
chore(project): ignore play file (#3506)
* chore(project): ignore play file

- Remove cached play file

* update new way for ignore

* better solution
2021-09-19 20:45:38 +08:00
jeremywu
ccaddca6b4
fix(build): full bundle transform error (#3504)
- Prevent transformer to transform @element-plus/icons
2021-09-19 20:23:00 +08:00
云游君
2322103059
chore: remove import-from (#3503) 2021-09-19 20:18:14 +08:00
云游君
ac30cd0d6e
chore: add vscode config & upgrade typescript/sass/vite (#3502)
* chore: add vscode config & upgrade typescript/sass/vite

* fix: format scss by prettier
2021-09-19 19:34:25 +08:00
三咲智子
7d1fa5aea1
refactor(components): refactor page-header (#3491)
* refactor(components): refactor page-header

* fix
2021-09-19 18:22:22 +08:00
三咲智子
1e02424daf
refactor(components): refactor tag (#3489)
* refactor(components): refactor tag

* fix
2021-09-19 18:21:43 +08:00
三咲智子
fbebf03d8c
refactor(components): refactor popconfirm (#3490)
* refactor(components): refactor popconfirm

* fix(components): fix path

* chore: change name

* fix
2021-09-19 18:21:23 +08:00
三咲智子
cff124ceca
refactor(components): refactor breadcrumb (#3487)
* refactor(components): refactor breadcrumb

* fix

* Revert "fix"

This reverts commit 5e096c51065776c726a21a541813387d40723153.
2021-09-19 18:18:13 +08:00
云游君
4ba61574a4
docs(theme-chalk): add how to custom theme by scss or css variables (#3494)
* docs(theme-chalk): add how to custom theme by scss or css variables

* fix(docs): modify by comments
2021-09-19 17:25:49 +08:00
Aex
138008e3ab
chore(project): use specified run id for preview depoly (#3500) 2021-09-19 17:24:42 +08:00
三咲智子
25f948fb25
refactor(components): refactor overlay (#3496) 2021-09-19 16:00:19 +08:00
三咲智子
d9cfaaac52
refactor(components): refactor divider (#3488) 2021-09-19 15:50:11 +08:00
三咲智子
b365fe6278
refactor(components): refactor backtop (#3486) 2021-09-19 15:10:59 +08:00
Aex
dd871cc8e9
fix(theme-chalk): [el-radio] input border hover color (#3493) 2021-09-19 02:51:02 +08:00
jeremywu
71dc2c5c4e
chore(docs): website UI updates (#3477) 2021-09-19 00:12:50 +08:00
云游君
0836097c55
refactor(components): drawer animation use transition replace keyframe (#3447)
* refactor(components): drawer animation use transition replace keyframe

* fix(components): fix drawer leave animation
2021-09-19 00:09:41 +08:00
Aex
5ff3de24b5
fix(components): [el-dialog] content scrolling behavior (#3484) 2021-09-18 22:43:07 +08:00
啝裳
a24c2977e1
perf(components): [el-button] delete isEmpty (#3479) 2021-09-18 20:49:50 +08:00
三咲智子
39009034f1
chore: adjust scripts (#3475) 2021-09-18 13:46:40 +08:00
BeADre
fdc2bef0c1
feat(components): [el-timeline] add center prop (#3436)
* feat(components): [el-timeline]add center prop

* fix: remove unnecessary selector
2021-09-18 11:31:58 +08:00
啝裳
48a787d55f
fix: [el-table] an extra 0 after the total line at safari (#3471) 2021-09-18 10:25:54 +08:00
三咲智子
ec8680632c
chore: remove mitt (#3474) 2021-09-18 10:25:23 +08:00
Aex
78ab1b2f8e
feat(hooks): add same target support (#3473)
* feat(hooks): add same target support

* fix: dialog test

* fix: remove unused code

* improvement: custom-mask-event attr
2021-09-18 10:04:25 +08:00
三咲智子
029fa7718d
docs: fix vue version (#3467) 2021-09-18 09:58:37 +08:00
jeremywu
8d14c3f54d
chore(docs): website updates (#3472) 2021-09-18 00:34:56 +08:00
btea
e78e7ce67a
chore(project): modify docs:gen-locale rm -rf to rimraf (#3470) 2021-09-17 21:07:14 +08:00
jeremywu
477519a52e
feat(project): local dev environment (#3463)
- Add vite config for local dev
2021-09-17 16:42:20 +08:00
三咲智子
0636e1e240
style: add import and stricter lint (#3440)
* style: add import lint

* chore: apply eslint rules

* chore: add stricter lint

* chore: lint all files

* auto fix

* manually fix

* restore build-indices.ts
2021-09-17 15:27:31 +08:00
三咲智子
1615b9ee67
feat(dev): improve typings (#3457)
* refactor: improve buildProp

* feat(dev): add global components type for Volar
2021-09-17 15:07:32 +08:00