Commit Graph

1766 Commits

Author SHA1 Message Date
neverland
784165d88c docs(Collapse): add disabled demo (#7361) 2020-10-20 09:31:03 +08:00
Callum
83fc8673a8 docs(Button): Fixed grammar in button readme. (#7359) 2020-10-19 17:07:21 +08:00
neverland
2b49ca60f4 fix(Popup): can't disable close-on-popstate (#7357) 2020-10-19 11:06:53 +08:00
neverland
22888a7e97 test: should not emit deprecation warning in test (#7356) 2020-10-18 19:54:39 +08:00
neverland
1b97315b54 fix(Calendar): does not show current month with larger screen sizes (#7355)
* fix(Calendar): does not show current month with larger screen sizes

* chore: fix demo snapshot
2020-10-18 19:50:34 +08:00
neverland
27d4cb7acf fix(Tabs): incorrect animation when content is empty (#7354) 2020-10-17 23:10:37 +08:00
neverland
7d0f4fc9ed fix: add info prop deprecation warning (#7352) 2020-10-16 20:52:19 +08:00
neverland
3fe485c959 fix(TreeSelect): add deprecation warning of navclick/itemclick (#7351) 2020-10-16 20:45:55 +08:00
neverland
3fc2af9842 fix(SwitchCell): add deprecation warning (#7350) 2020-10-16 20:40:21 +08:00
neverland
b4f2f2f330 fix(Field): incorrect label length when label-align is right (#7349) 2020-10-16 20:31:34 +08:00
neverland
a75b46feef docs(Cell): fix demo translation (#7348) 2020-10-16 20:25:10 +08:00
neverland
4efd8fb92f fix(Icon): add info prop deprecation warning (#7347)
* fix(Icon): add info prop deprecation warning

* chore: adjust
2020-10-16 20:22:44 +08:00
neverland
4b4203daec fix(Toast): add mask option deprecation warning (#7342) 2020-10-15 22:05:21 +08:00
neverland
444729862a fix(Row): should enable flex wrap (#7332) 2020-10-14 21:10:23 +08:00
neverland
68c54aaa25 docs(Calendar): fix false typo (#7331) 2020-10-14 21:01:16 +08:00
neverland
c82c30eccd chore(Tab): remove unused prop and update desc (#7330) 2020-10-14 20:55:37 +08:00
neverland
c13b953cff feat(IndexBar): add change event (#7296)
* feat(IndexBar): add change event

* docs(IndexBar): update event param
2020-10-08 18:56:21 +08:00
neverland
91daa4b6fe fix(GridItem): failed to break word (#7292) 2020-10-02 08:45:24 +08:00
chenjiahan
18312ce9e9 docs(Pagination): improve document 2020-10-01 17:16:25 +08:00
chenjiahan
27822b2e5e docs(Pagination): improve slot desc 2020-10-01 17:05:00 +08:00
chenjiahan
af43521fa2 docs(PasswordInput): adjust demo 2020-10-01 17:01:58 +08:00
chenjiahan
14cd2863cc fix(Picker): incorrect loading z-index 2020-10-01 10:04:46 +08:00
chenjiahan
e4e7d9d9eb docs(Locale): add faq 2020-10-01 10:01:40 +08:00
neverland
950dd10372 fix(Field): incorrect maxlength slicing (#7284)
* fix(Field): incorrect maxlength slicing

* chore: robust
2020-09-30 11:42:23 +08:00
neverland
04dca5f39d docs: add more intro (#7282) 2020-09-29 20:56:43 +08:00
neverland
8d2c4b1e46 feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
chenjiahan
0252710155 docs(Button): fix icon-position missing type 2020-09-26 22:30:55 +08:00
neverland
1e07fce513 docs(Form): add validate-trigger detail (#7251) 2020-09-26 15:03:58 +08:00
neverland
fd5afbf462 docs(PullRefresh): add min-height faq (#7250) 2020-09-26 14:38:27 +08:00
neverland
0a837e49a9 docs(Form): fix Area demo (#7249) 2020-09-26 14:31:50 +08:00
neverland
15d8f8fad9 docs(Locale): add German to CN README (#7248) 2020-09-26 14:22:55 +08:00
Tom Hare
ef44482883 feat(Locale): Add German translations (#7245) 2020-09-26 11:52:06 +08:00
neverland
68d47fe16a perf(Tab): skip rendering empty pane (#7238) 2020-09-23 18:00:26 +08:00
neverland
17099d3ac1 fix(Button): incorrect ref in for (#7237) 2020-09-23 17:42:24 +08:00
JSparow
106114333b feat(Pagination): pagination item custom render (#7222)
* feat(Pagination): pagination item custom render

* fix(Pagination): fix test result

* fix(Pagination): expose page object directly
2020-09-22 19:10:43 +08:00
chenjiahan
43da00b724 docs(changelog): 2.10.8 2020-09-21 21:36:15 +08:00
JSparow
e201bc55ee feat(SidebarItem): add title slot (#7220) 2020-09-21 21:29:09 +08:00
neverland
f609c224b1 docs(Tab): title slot can be dynamic (#7213) 2020-09-20 10:13:05 +08:00
neverland
17bd32491f chore(FIeld): remove unused code (#7212) 2020-09-20 10:12:55 +08:00
neverland
d9e24286d2 fix(Swipe): can't disable loop in some cases (#7208) 2020-09-18 21:53:50 +08:00
neverland
deeff0bdec fix(Swipe): incorrect indicator color trantision (#7207) 2020-09-18 21:49:54 +08:00
neverland
4528c6b9cc fix(Calendar): incorrect month title (#7205)
* fix(Calendar): incorrect month title

* chore: adjust util order

* fix: snapshot
2020-09-18 21:38:27 +08:00
neverland
e3d6328815 fix(Field): incorrect disabled color in iOS 14 (#7206)
* fix(Field): incorrect disabled color in iOS 14

* fix: field style
2020-09-18 21:30:16 +08:00
neverland
ffb01671a1 fix(List): scoped style not applied to first child (#7202) 2020-09-18 16:29:35 +08:00
Lindy
e026a5614d fix(CouponCell): discounted value (#7196)
* fix(CouponCell): discounted value

* feat(CouponCell): add unit test

* feat(CouponCell): add unit test
2020-09-18 11:29:34 +08:00
microJ
d541724bfc docs: fix class name (#7200) 2020-09-18 11:28:34 +08:00
chenjiahan
adccdbcb21 docs(Slider): update demo 2020-09-17 11:37:30 +08:00
neverland
38bde2a01f fix(NumberKeyboard): slot content click event not work (#7193) 2020-09-17 11:18:02 +08:00
neverland
9896d1f49a style(Field): adjust placeholder color to gray-6 (#7192) 2020-09-17 11:01:40 +08:00