msidolphin
7aa732892d
style(select-v2): optimized the style ( #2628 )
2021-07-23 17:05:39 +08:00
jeremywuuuuu
1d24eefd42
update ci node version
2021-07-23 16:46:53 +08:00
jeremywuuuuu
4e5ef0d3a8
build(project): update bundle strategy
...
- Update the build script for generating *.d.ts files
- Update package.json module entry.
- Update CI pipeline node version
- Reorganized main bundle structure
- Update i18n functionalities
2021-07-23 16:46:53 +08:00
0song
ec56779bf0
chore: update readme ( #2619 )
2021-07-22 19:24:22 +08:00
0song
e9f8b47673
chore: update website ( #2620 )
2021-07-22 19:24:00 +08:00
kooriookami
6ddd84d61a
perf(date-picker): shortcuts support function type ( #2617 )
...
re #2598
2021-07-22 17:49:52 +08:00
0song
5699b710be
chore: Update readme sponsor ( #2616 )
2021-07-22 17:03:31 +08:00
jeremywu
7d2263a99a
chore: Update README.md ( #2609 )
...
* Update README.md
* Update README.md
2021-07-22 14:31:19 +08:00
anguiao
82bd102995
fix(style): ensure that the loading icon is inline ( #2550 )
2021-07-22 11:21:28 +08:00
kooriookami
b9555ea242
docs(scrollbar): expose update function ( #2607 )
2021-07-22 11:18:34 +08:00
jeremywu
2f6f5dbae0
chore: Update README.md ( #2608 )
2021-07-22 11:09:53 +08:00
kooriookami
47bc9f7f83
perf(affix): expose update function ( #2603 )
...
re #2594
2021-07-22 08:30:17 +08:00
云游君
912cb45e11
refactor(avatar): migrate css var ( #2601 )
2021-07-21 22:51:41 +08:00
ZenQuan
6a7b9a4d8b
feat(autocomplete): optimize some const of autocomplete ( #2593 )
...
* feat(autocomplete): optimize some const of autocomplete
* feat(autocomplete): optimize some const of autocomplete
2021-07-21 22:47:51 +08:00
云游君
0bf673def1
refactor(tag): migrate css var ( #2592 )
2021-07-21 20:34:49 +08:00
云游君
d05e5a6b4a
refactor(color): migrate color css var & simplify color box docs ( #2589 )
...
* refactor(color): migrate color css var & simplify color box docs
* Update unit-test.yml
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-20 22:58:06 +08:00
hangzou
65924dd40c
feat: new hook: useCssVar
for inject custom css vars ( #2547 )
...
* feat: new hook: `usecssvars` for inject custom css vars
* perf: optimize usecssvar logic
* test: test css var
2021-07-20 15:26:17 +08:00
云游君
57b23f5544
refactor(table+calendar): migrate css var ( #2588 )
...
* refactor(table): migrate css var
* refactor(calendar): migrate css var
2021-07-20 15:16:03 +08:00
云游君
c9f03eaee4
refactor(pagination): migrate css var ( #2587 )
2021-07-20 13:18:24 +08:00
云游君
43b02d2f73
refactor(skeleton): migrate css var ( #2586 )
2021-07-20 13:16:54 +08:00
云游君
c2661e9363
refactor(switch): migrate css var ( #2584 )
...
* refactor(switch): migrate css var
* refactor(switch): remove switch var in common
2021-07-20 12:53:09 +08:00
云游君
2663d7e219
refactor(button): migrate css var ( #2582 )
2021-07-20 12:51:52 +08:00
kooriookami
a0e5776ea3
fix(descriptions): fix the last td colspan ( #2567 )
...
re #2559
2021-07-19 20:15:24 +08:00
云游君
4ffb2d164c
refactor(cascader): migrate css var ( #2578 )
2021-07-19 20:11:27 +08:00
云游君
e430bd3d49
refactor(message-box): migrate css var ( #2568 )
2021-07-19 19:38:44 +08:00
云游君
9744f089f0
refactor(color): add error var ( #2565 )
2021-07-19 17:28:52 +08:00
inottn
c49b84e81f
fix(time-select): fix editable prop and add disabled prop ( #1899 )
...
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2021-07-19 15:42:18 +08:00
云游君
a08a6c5670
refactor(message): migrate css var ( #2560 )
2021-07-19 14:33:22 +08:00
jeremywu
425567ec3b
refactor(hooks): refactor transition ( #2556 )
...
* refactor(hooks): refactor transition
- Introduce new hook named useTransition
- Update transition.scss with css vars
* - Align variable name.
* - Update transitions to cssvars
* - Address PR comments
2021-07-18 20:08:58 +08:00
云游君
deac9dd213
refactor(notification): migrate css var ( #2552 )
2021-07-16 14:24:25 +08:00
songjianet
0949006f74
docs(radio-ComponsitionApi): Update the documentation of the radio component ( #2524 )
...
* docs(radio): Update the documentation of the radio component
* docs(radio): Update code format
2021-07-16 10:53:22 +08:00
msidolphin
c8244b381b
feat(cascader): supports popper-append-to-body feature ( #2544 )
...
supports popper-append-to-body feature and improved documentation for cascader and select
fix #2500
2021-07-16 09:10:55 +08:00
云游君
47c40708b8
refactor(alert): replace all css var ( #2545 )
2021-07-16 09:00:30 +08:00
云游君
6e46c23000
refactor(color): css var for border-color & simplify border-color docs ( #2540 )
2021-07-15 21:06:30 +08:00
0song
2870e8e2a5
chore: update change log format ( #2543 )
2021-07-15 18:02:10 +08:00
Square Coin
d17d6a5b49
feat(menu): improve handleItemClick ( #2514 )
...
* feat(menu): improve handleItemClick function
* chore(menu): add description of handleItemClick
* feat(menu): better name
* Address comments
* Update doc for all languages
Co-authored-by: liik <linyunqianpp@126.com>
Co-authored-by: jeremywuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-15 15:18:02 +08:00
msidolphin
9999f2fd10
docs(other): missing style tag problem ( #2539 )
2021-07-15 14:26:17 +08:00
jeremywu
c28d7b3738
feat(hooks): redesign popper apis ( #2529 )
...
* feat(hooks): redesign popper apis
- Redesign use-popper APIs to make it more adaptable.
* - Reorganize the popper APIs
2021-07-15 14:08:13 +08:00
云游君
a99b20a8c1
refactor(typography): add css var for typography & simplify example code ( #2531 )
...
* refactor(typography): add css var for typography & simplify example code
* fix: add @use "sass:map" for _var.scss
2021-07-15 13:33:22 +08:00
云游君
ab8250d85a
refactor(container): header/footer/aside size by css variables ( #2530 )
2021-07-15 08:45:29 +08:00
Dinarte Jesus
b791aca744
feat(formItem): Change slot label formItem to scopedSlots ( #2522 )
...
* Change slot label from formItem to scoupedSlot
* Improve docs with scoped value
* Update documentation for scopedSlots on FormItem
2021-07-15 08:44:29 +08:00
msidolphin
270f4bc97a
refactor(container): header/footer/asdide size by css variables ( #2526 )
...
fix #2482
2021-07-14 22:00:15 +08:00
bastarder
5b52f21311
fix(tree): fix el-tree accordion attribute only takes effect on root nodes ( #1996 ) ( #2523 )
...
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
2021-07-14 18:00:51 +08:00
msidolphin
d1dc55dc65
fix(select): filtered empty groups ( #2507 )
...
fix #2506
2021-07-14 15:01:00 +08:00
jeremywu
2e097605dc
feat(hooks): export popperjs common attributes ( #2520 )
...
- Export popperjs/core common attributes for reusing
2021-07-14 14:59:39 +08:00
msidolphin
08c60ed85b
feat(checkbox): label supports object type
...
re #2509
2021-07-14 11:55:28 +08:00
云游君
37d3d778c1
chore(style): lint scss by prettier ( #2515 )
2021-07-14 09:27:52 +08:00
JeremyWuuuuu
a7a8f29a19
refactor(popper): use-popper-hook for popper
...
- Add new use popper hook into the codebase for replacing the current `use-popper`
2021-07-13 17:49:00 +08:00
清尘
8a9a0e38df
fix(select-v2): fix select-v2 inputWidth is not defined ( #2510 )
2021-07-13 17:35:49 +08:00
itreetree
10d24a76ab
fix(menu): fix el-menu activeIndex bug ( #2468 )
2021-07-13 16:57:05 +08:00