Commit Graph

1332 Commits

Author SHA1 Message Date
zycoJamie
88a327fa4f
fix(date-picker): date-picker focus end-time resets start-time (#2290) 2021-07-28 17:15:44 +08:00
BeADre
74d03dd173
fix(input-number): fix style (#2738) 2021-07-28 15:32:11 +08:00
jeremywu
0047885b7f
release(project): release 1.0.2-beta.64 (#2733)
* release(project): release 1.0.2-beta.64

- Update changelog

* update change log

* update change log
2021-07-28 12:25:27 +08:00
jeremywu
3d6259263a
fix(locale): inject locale for modal like components (#2737)
- Add a runtime locale object cache for modal components to use
2021-07-28 12:20:23 +08:00
Daniel Jost
f3784cfb62
[types.ts] Fixed Nullable type for RefElement (#2730)
* Fixed Nullable type for RefElement

* Changed undefined to null
2021-07-28 10:16:41 +08:00
云游君
b1e81d5436
refactor(backtop): migrate css var (#2711) 2021-07-28 10:16:33 +08:00
咖喱
8f39b7cc6b
fix(message): using iconClass causes "el-message__icon" to be lost (#2709)
Co-authored-by: 穆建华 <galimu@foxmail.com>
2021-07-28 10:07:51 +08:00
msidolphin
ecd6e19c26
fix(input): no trigger input event when clear value (#2723)
fix #2688
2021-07-28 09:24:50 +08:00
msidolphin
1b8d27513d
fix(scrollbar): the problem of ScrollbarDirKey being deleted (#2722) 2021-07-28 09:24:08 +08:00
云游君
81b39e15de
fix(var): map merge default var (#2727) 2021-07-28 09:18:15 +08:00
云游君
c8acaebabd
refactor(var): simplify checkbox var & move transition to root (#2729) 2021-07-28 09:16:44 +08:00
0song
90c7c05f11
chore: update changelog 1.0.2-beta.63 (#2713) 2021-07-27 13:27:46 +08:00
云游君
30918a8d97
refactor(date-picker): migrate css var (#2689)
Co-authored-by: jeremywu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-27 10:40:22 +08:00
Wenfang Du
22c2791138
fix(radio-button): checked should sync with state (#2699)
closes #2694
2021-07-27 09:53:13 +08:00
kooriookami
7cf4c69b1f
update i18n version (#2690) 2021-07-27 09:26:20 +08:00
msidolphin
e7b4d5657c
docs(select-v2): add description of the height property (#2704)
fix #2700
2021-07-27 09:09:28 +08:00
msidolphin
89c01de6f1
fix(notification): improve type definition and define closeAll function (#2705)
fix #2696
2021-07-27 09:09:12 +08:00
mistery-li
52b474525d
fix(message): fixed message iconClass not working (#2695)
"fix #2692"

Co-authored-by: tujin_li <tujin.li@gshopper.com>
2021-07-27 09:08:46 +08:00
云游君
3f4e0f6f33
refactor: migrate tree/popup/form/timeline-item css var (#2697) 2021-07-27 09:02:46 +08:00
云游君
62976c27e3
fix(avatar): css property line-height (#2702) 2021-07-26 22:40:48 +08:00
云游君
6bdff00285
refactor(scrollbar): migrate css var (#2698) 2021-07-26 19:58:19 +08:00
云游君
16a45e6001
refactor(color): rename color-text to text-color (#2691)
* refactor(color): rename color-text to text-color

* fix(color): text-color typo
2021-07-26 17:33:39 +08:00
云游君
bf5e510f9f
refactor(tooltip): migrate css var (#2686) 2021-07-26 15:12:04 +08:00
云游君
d4cfd29248
refactor(popover): migrate css var (#2687) 2021-07-26 15:06:05 +08:00
jeremywu
426bbf2afe
fix(build): fix build script (#2683)
* fix(build): fix build script

- Replace cp command with rsync

* update build script
2021-07-26 12:47:02 +08:00
jeremywu
a846c08a56
fix(build): fix build script (#2680)
- Replace cp command with rsync
2021-07-26 12:03:27 +08:00
0song
243e2c47f8
fix: add ElConfigProvider css file (#2679) 2021-07-26 11:42:12 +08:00
jeremywu
07106da33a
fix(locale): dayjs related i18n issue (#2678)
- Fix dayjs related i18n issue.
2021-07-26 10:51:32 +08:00
jeremywu
8f20b35785
chore(project): releace 1.0.2-beta.59 (#2674)
* chore(project): releace 1.0.2-beta.59

- Update change log

* update breaking change
2021-07-26 00:55:09 +08:00
iamkun
bc6d4a18e0
chore: update i18n demo (#2672) 2021-07-26 00:40:37 +08:00
jeremywu
4ae4f85b2f
refactor(locale): i18n migration website code (#2671)
- Refactor website code accordingly.
2021-07-26 00:40:26 +08:00
jeremywu
c42f905c10
refactor: i18n implementation (#2670) 2021-07-26 00:24:30 +08:00
haoming
d55ca77137
fix(input): input maxlength calculate the correct length (#2654)
* fix(input): input maxlength calculate the correct length

* docs(input): Update maxlength comment

* fix(input): format code and remove upperLimit calculated attributes

* fix(input): props.maxlength is converted to number type

* docs(input): modify maxlength type
2021-07-25 22:48:47 +08:00
云游君
3181258403
refactor(border): migrate css var & simplify docs (#2663) 2021-07-25 16:27:07 +08:00
jeremywu
c8d65bf43d
feat(locale): locale-provider (#2662)
- Add a component for providing configs
- Add `use-locale` hooks into hooks for composable usage
- Add `use-locale` for `config-provider` to allow user to provide locale config via `react-like` API
- Add test cases against these new features
2021-07-25 15:26:00 +08:00
Jimmy
b609145f6a
style: remove bg-color of menu items at ':focus' state in vertical mode (#2659) 2021-07-25 15:13:21 +08:00
云游君
0a0db513e3
refactor(collapse): migrate css var (#2661) 2021-07-25 14:54:55 +08:00
云游君
6166d7ff21
refactor(color): migrate all color-text var & simplify color docs (#2656) 2021-07-25 00:01:34 +08:00
msidolphin
80a44d87a5
fix(select-v2): adjust the trigger conditions of focus and blur (#2650) 2021-07-24 23:51:53 +08:00
JeremyWuuuuu
48fd68bdf1 fix(locale): fix default translate method
- Fix the wrong logic of default translate method
2021-07-24 20:07:10 +08:00
内小子
2493048152
fix: ondemand style lost (#2648) 2021-07-24 20:06:02 +08:00
Mao NianYou
d6fecf9b32
fix(select): should not stop at invisible options by up and down (#2585)
* fix(select): should not stop at invisible options by up and down

this also fix another problem (#2562): about unselect user-created tag in ElSelect

fix #2563 #2562

* fix(select): checkDefaultFirstOption: exlucde disabled options

fix #2562 #2563

* test(select): add test for "default-first-option" (with navigation)

check default first option

re #2585
2021-07-24 11:41:23 +08:00
msidolphin
5b16f20725
fix: missing install & locale issue (#2647) 2021-07-24 00:47:20 +08:00
云游君
e3bf8ad3b3
refactor(empty): migrate css var (#2644) 2021-07-23 23:14:07 +08:00
云游君
741fd86f1d
refactor(descriptions): migrate css var (#2643) 2021-07-23 23:13:31 +08:00
云游君
0154b542e5
refactor(menu): migrate css var (#2642) 2021-07-23 23:13:08 +08:00
云游君
4ae485123e
refactor(dialog): migrate css var (#2641) 2021-07-23 23:12:45 +08:00
云游君
7e3b9df2da
refactor(transfer): migrate css var (#2639) 2021-07-23 23:11:41 +08:00
云游君
02f3c7d66d
refactor(carousel): migrate css var (#2638) 2021-07-23 23:11:00 +08:00
云游君
fc40a3bbfb
refactor(result): migrate css var (#2637) 2021-07-23 23:09:50 +08:00