Commit Graph

1828 Commits

Author SHA1 Message Date
msidolphin
a504503eab
fix(components): [el-form-item] validate success does not return fields (#4001)
fix #3860
2021-10-27 18:46:34 +08:00
jeremywu
a82968e4df
chore(docs): Update frontmatter field for selelct-v2 and tree-v2 (#4053)
- Remove type field
- Add title field
2021-10-27 18:33:21 +08:00
BaboonKing
ba00ae375e
fix(components): [el-date-picker] increase width of range separator (#4028) 2021-10-27 09:05:14 +08:00
啝裳
442d8bf7a3
feat(dev): play add @element-plus/icons (#4034) 2021-10-27 00:38:46 +08:00
Alan Wang
89ede5d05f
fix: popover repeat when exist fixed column in table (#3394)
* fix: popover repeat when exist fixed column in table

* Update render-helper.ts
2021-10-26 17:19:12 +08:00
三咲智子
2bd4d533e4
fix(dev): fix play auto import (#4031) 2021-10-26 17:09:14 +08:00
iceman
65a29f2a2b
refactor(components): [el-message] change the name of stopTimer
Co-authored-by: iceman <dd>
2021-10-26 11:04:36 +08:00
三咲智子
4e99d0b5ba
build!: simplify build & support esm import (#4018)
* build!: simplify build & support native esm import

* build: refactor build

* refactor: reorganize files

* refactor: refactor build

* build: improve perf

* fix: scripts

* build: add rollup-plugin-filesize

* chore: scripts ignore no-console

* build: disable tree-shaking

* build: improve code

* build: add sourcemap

* build: add banner

* refactor: remove annotation

* build!: improve esm exports (#3871)

* build: improve esm import

* refactor: change mjs for esm version

* chore: improve exports map

* fix: add sideEffects

* refactor: improve alias

* build: upgrade dependencies
2021-10-25 17:07:48 +08:00
msidolphin
ef8a3534e1
docs: optimized link style (#4027) 2021-10-25 16:57:22 +08:00
jeremywu
8fdf558b04
fix(docs): adding title for components (#4025)
- Remove `type` field.
- Add `title` field
2021-10-25 15:21:08 +08:00
三咲智子
1bca47dcf7
fix(components): button displays icon only (#4019)
* fix(components): button displays icon only

* docs: add chinese button
2021-10-25 14:32:11 +08:00
jeremywuuuuu
74fa835f9f fix(docs): add extra field for frontmatter
- Add `type` into frontmatter field to avoid crowdin auto wrap
2021-10-25 14:26:50 +08:00
jeremywu
adfb6a95fc
docs: fix compiled static html lang (#4021) 2021-10-25 10:22:45 +08:00
M5 Universe
55fd145547
fix(components): [el-icon] support string size (#3835) 2021-10-25 09:43:54 +08:00
Marco Velarde
174756b73d
docs: add missing upload 'method' attribute documentation (#4008) 2021-10-25 04:20:02 +08:00
神楽坂みずき
5cd8be2434
feat(components): add space between two characters in Chinese (#3992) 2021-10-24 22:47:39 +08:00
Kevin
ba6433700c fix: type error 2021-10-22 14:48:38 -04:00
Kevin
0ae66f8230 chore: upgrade dependencies 2021-10-22 14:48:38 -04:00
jeremywu
7d581e0b53
docs: fix translation dropdown error (#4007) 2021-10-23 01:23:49 +08:00
jeremywu
6006e910aa
refactor(components): ElInputNumber (#3974)
* refactor(components): ElInputNumber

- Rename index.vue -> input-number.vue
- Extract inputNumberProps and inputNumberEmits to input-number.ts

* Update input number docs

* Update input number docs

* Update input number docs

* Address comments

* Code perfection

* Make modelValue required field

* Fix linter

* Remove unnecessary code

* Fix linter
2021-10-22 23:28:03 +08:00
jeremywu
b2a0631a87
fix(docs): translation missing (#4006)
- Update the judgement for getting the correct answer
2021-10-22 22:50:54 +08:00
jeremywu
db976bba68
chore(docs): adding lang field for markdowns (#4005)
- Add lang field for all *.md files' frontmatters
2021-10-22 19:32:39 +08:00
jeremywu
bac9bb604b
fix(docs): docs-search-not-working (#4004)
* fix(docs): docs-search-not-working

- Fix docsearch configuration for searching docs

* Remove unused variable
2021-10-22 19:10:42 +08:00
三咲智子
b5db48dfc1
feat(dev): play add unplugin-vue-components (#3931) 2021-10-22 15:59:29 +08:00
btea
78f8246a89
fix(components): [el-select-v2] set a non-empty array value error (#3998) 2021-10-22 15:48:59 +08:00
jeremywu
17d7a50ee5
fix(docs): doc language selector kept reversing (#3987)
* fix(docs): doc language selector kept reversing

- Reverse language list for only once

* prevent reversing the original list

* - Remove current selected language from the list
- Fix the bug when select language in small screen the nav won't close

* Code optimization
2021-10-22 14:50:30 +08:00
Alan Wang
67e03d458d
fix(components): [el-input] disable button style error (#3989) 2021-10-22 12:21:00 +08:00
Alan Wang
4b76238ea3
fix(components): [el-affix] update method does not exist (#3996) 2021-10-22 12:15:35 +08:00
Ibrahim Al Khalil
51d8271181
feat: add translation for Bengali language (#3972) 2021-10-22 12:09:00 +08:00
波比小金刚
4741b40e19
fix: tag should support large size too (#3948) 2021-10-22 11:11:20 +08:00
btea
fdb06718eb
feat(components): [el-popconfirm] adjust tag and style (#3981) 2021-10-21 21:54:31 +08:00
jeremywu
a75cdde895
chore(docs): update website table theme (#3985)
- Adjust current table to archived version
- Reverse the language list to put Chinese on the top
2021-10-21 16:12:17 +08:00
jeremywuuuuu
3786ba9993 fix(utils): remove $ from util
- Replace $ with unref from vue
- Remove $ from `@element-plus/utils/util` to prevent ref sugar issue
2021-10-20 06:14:18 -04:00
spx
896a6c9860
fix(components): select v-2 value-key seems not working #2904 (#3915)
* fix(components): select v-2 value-key seems not working #2904

select v-2 value-key seems not working #2904

fix #2904

* fix(components): select v-2 value-key seems not working #2904

select v-2 value-key seems not working #2904

fix #2904
2021-10-20 11:24:09 +08:00
Element
2c01c77fed
chore: update changelog 1.1.0-beta.24 (#3967) 2021-10-20 11:07:02 +08:00
jeremywu
8b64402c08
update package json field for fixing the bundler (#3965) 2021-10-20 10:59:56 +08:00
Element
c664b9000c
chore: update changelog 1.1.0-beta.23 (#3964) 2021-10-20 10:41:10 +08:00
jeremywu
289fdcf96f
fix(build): fix package entry field (#3962)
- Replace index.mjs with index.js
2021-10-20 10:40:09 +08:00
Element
f083837c8f
chore: Update changelog 1.1.0-beta.22 (#3960)
* chore: update changelog 1.1.0-beta.22

* adjust changelog

Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-10-20 10:18:27 +08:00
btea
bccca92dfd
refactor(utils): dom and add test (#3950)
* refactor(utils): getAttribute replace className

* test: add dom test

* fix(utils): update trimArr and test

* chore: includes replace indexOf

* chore: modify judge
2021-10-20 10:04:54 +08:00
Alan Wang
21e37b1900
build: support build on windows (#3956) 2021-10-20 09:45:47 +08:00
Otto
7349165300
fix(components): elProgress 修复不必要的 props required 定义,减少单测错误 (#3954) 2021-10-20 09:45:19 +08:00
jeremywu
16f069ebbe
Revert "build!: simplify build & support native esm import (#3900)" (#3945)
* Revert "build!: simplify build & support native esm import (#3900)"

This reverts commit fb94222bb4.

* remove module

* Fix linter

* Add @element-plus/icons as dependency

* update pnpm lock file

* temporary lock element-plus at 1.1.0-beta.20
2021-10-20 09:42:32 +08:00
jeremywu
4be8526b85
Revert "ci: fix init crowdin token (#3911)" (#3943)
This reverts commit 1e6914d453.
2021-10-19 17:08:23 +08:00
jeremywu
065470a0be
Revert "build: fix copying font files (#3929)" (#3942)
This reverts commit 7961329aa8.
2021-10-19 17:08:15 +08:00
Alan Wang
fffed80a81
fix(components): [el-rate] decimal icon display problem (#3921)
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
2021-10-19 13:26:56 +08:00
btea
208be236cd
fix(utils): svg classname deal (#3926) 2021-10-19 13:26:30 +08:00
三咲智子
7961329aa8
build: fix copying font files (#3929) 2021-10-19 13:26:19 +08:00
Element
feda0d2ccf
chore: Update changelog 1.1.0-beta.21 (#3919) 2021-10-18 16:43:54 +08:00
btea
3c98dd627f
refactor(utils): addClass and removeClass (#3858) 2021-10-18 16:33:34 +08:00