92 Commits

Author SHA1 Message Date
chenjiahan
f2c151c337 Merge branch 'dev' into next 2020-09-02 15:32:31 +08:00
neverland
d55585314f
feat(Tabbar): add before-change prop (#7081) 2020-09-02 11:45:11 +08:00
chenjiahan
4ddf4e7018 chore(Toast): improve clear method 2020-09-01 09:52:42 +08:00
chenjiahan
6e6cfe5c65 refactor: update usePopupState 2020-09-01 09:47:59 +08:00
chenjiahan
10355ed849 feat: add usePopupState 2020-08-31 19:59:19 +08:00
chenjiahan
f02afd882c feat: add mountComponent utils 2020-08-31 17:49:19 +08:00
chenjiahan
1237ee6c2c types: fix event listener typing 2020-08-28 14:05:20 +08:00
chenjiahan
216417eae6 chore: extract getSizeStyle 2020-08-26 18:09:32 +08:00
chenjiahan
2ec101f07b chore: rename api folder to composition 2020-08-26 15:32:30 +08:00
chenjiahan
762aed3e5d feat: add useRoute 2020-08-26 11:06:32 +08:00
chenjiahan
28f2fe340c chore: add pick utils 2020-08-24 10:19:43 +08:00
chenjiahan
1b96a45d0b types(Badge): improve typing 2020-08-23 12:07:37 +08:00
chenjiahan
58650aeb9b chore: fix lint issues 2020-08-21 17:45:51 +08:00
chenjiahan
33fa443342 types: remove unused type 2020-08-20 22:37:29 +08:00
chenjiahan
34ff811102 fix(Popup): legacy removeNode 2020-08-07 07:17:19 +08:00
chenjiahan
47ad40794e fix: failed to install component 2020-07-26 16:32:46 +08:00
chenjiahan
73d538be05 Merge branch 'dev' into next 2020-07-25 15:50:49 +08:00
neverland
839f65e533
feat: Sticky/Picker support vw unit (#6816) 2020-07-19 15:40:39 +08:00
neverland
e541260ef3
fix(Calendar): rendering fails in some cases (#6812) 2020-07-18 18:53:40 +08:00
chenjiahan
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
chenjiahan
0024a2db42 Merge branch 'dev' into next 2020-07-07 15:03:14 +08:00
neverland
710208eee0
fix(Image): memory leak during SSR (#6721) 2020-07-07 14:58:59 +08:00
chenjiahan
0a4c6676ba feat: i18n next 2020-07-05 08:26:58 +08:00
chenjiahan
1274c7c74c Merge branch 'dev' into next 2020-06-19 06:45:40 +08:00
neverland
fd388d0475
perf: use inline style instead of getComputedStyle (#6550) 2020-06-16 22:59:07 +08:00
neverland
97dc684f9b
fix(Tabbar): avoid redundant navigation error (#6474)
* fix(Tabbar): avoid redundant navigation error

* chore: robust
2020-06-06 20:20:42 +08:00
neverland
2f2760aba6
feat(Picker): item-height support rem unit (#6462) 2020-06-05 09:25:19 +08:00
chenjiahan
8b253c7280 Merge branch 'dev' into next 2020-05-28 14:14:28 +08:00
neverland
1962194499
chore: improve utils typing (#6341) 2020-05-22 17:18:15 +08:00
desperado
ca827c205e
fix(Field): minus can only be placed on the first char (#6303) 2020-05-19 16:20:54 +08:00
neverland
e61aa29118
fix(Stepper): incorrect value when format minus value (#6238) 2020-05-07 22:15:46 +08:00
neverland
7102129601
fix: incorrect vnode order in some cases (#6140) 2020-04-26 21:40:44 +08:00
neverland
177ef4d736
fix: sort vnode not work (#6100) 2020-04-20 19:33:28 +08:00
neverland
31674a162c
feat(eslint-config): extends typescript-eslint recommended (#6076) 2020-04-17 14:51:55 +08:00
neverland
14c18c6b8b
fix: sortChildren broke SSR (#6046) 2020-04-14 09:52:50 +08:00
chenjiahan
1d1c7b85d8 feat(eslint-config): add eslint-config-prettier 2020-04-11 18:11:42 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
36dbf0c4e0 types: improve vnode utils typing 2020-04-01 21:39:08 +08:00
chenjiahan
b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
chenjiahan
e7fb46552c Revert "chore: rename bem var"
This reverts commit 3fcb1d018ee394d962dfcf5ad669dbc2fe4c2d1f.
2020-03-23 10:35:01 +08:00
chenjiahan
3fcb1d018e chore: rename bem var 2020-03-23 10:31:14 +08:00
chenjiahan
fd9993cfa3 perf: faster bem 2020-03-23 10:29:18 +08:00
chenjiahan
f88bdb55da docs: fix action-sheet demo 2020-03-02 09:37:07 +08:00
chenjiahan
65bdc75ca6 chore: code review 2020-03-01 20:29:03 +08:00
chenjiahan
0993b394b1 fix(Tabs): incorrect scrollspy position while inside a scroller 2020-02-29 15:57:20 +08:00
陈嘉涵
080d1828c8 feat(Form): support async validation 2020-02-12 10:38:05 +08:00
陈嘉涵
35260e024a chore: add isPromise utils 2020-02-12 10:22:37 +08:00
陈嘉涵
52aa9e8559 fix(Popup): may throw error when using get-container and destroyed 2020-02-04 14:28:10 +08:00
陈嘉涵
e6bd26e0aa types(utils): improve isDate typing 2020-02-01 09:51:31 +08:00
陈嘉涵
4b54ec6a18 chore: add isFunction utils and improve isObject 2020-01-19 20:13:50 +08:00