rex
|
284dba4d20
|
feat(sticky): add new prop scroll-top
fix #3114
|
2020-05-07 14:50:21 +08:00 |
|
rex
|
d66054f2dc
|
feat(slider): support model value
|
2020-05-05 10:39:25 +08:00 |
|
rex
|
f9b53aad99
|
feat(search): support model value
|
2020-05-01 22:25:44 +08:00 |
|
rex
|
ea1653657a
|
feat(rate): support model value
|
2020-05-01 16:34:55 +08:00 |
|
rex
|
c91f346e26
|
refactor(submit-bar): implement safe-area-inset-bottom with another view
fix #3080
|
2020-05-01 15:35:49 +08:00 |
|
rex
|
06d7be5bed
|
refactor(field): remove duplicate class name
|
2020-05-01 15:19:10 +08:00 |
|
陈森
|
8601cb1157
|
fix(Field): fix error message align
|
2020-05-01 15:19:09 +08:00 |
|
rex
|
7cce96a68d
|
feat(button): add new prop dataset (#3075)
fix #2483
|
2020-05-01 14:55:26 +08:00 |
|
rex
|
f502fe9add
|
refactor(button): rename dataset to detail
|
2020-05-01 14:53:45 +08:00 |
|
Lindy
|
ac6b34a823
|
fix(Sticky): pageScroll bind page (#3092)
* fix(Sticky): pageScroll miss this
* fix(Sticky): pageScroll miss this
|
2020-04-28 20:38:50 +08:00 |
|
rex
|
90b3aae5b2
|
build(tsconfig): skipLibCheck to avoid dependecies error (#3093)
fix #3081
|
2020-04-28 20:37:39 +08:00 |
|
rex
|
2a456cd66c
|
fix(button): set open-type to null when disabled (#3076)
fix #3074
|
2020-04-26 17:38:00 +08:00 |
|
rex
|
a5d33c22bd
|
feat(button): add new prop dataset
fix #2483
|
2020-04-26 17:15:41 +08:00 |
|
rex
|
7d0feac93a
|
fix(tab): hide scrollbar (#3072)
fix #2935
|
2020-04-26 16:10:16 +08:00 |
|
rex
|
074d49c28f
|
fix(uploader): emit click-preview for all file type (#3071)
fix #3049
|
2020-04-26 15:48:23 +08:00 |
|
rex
|
f1d055fb65
|
docs(actionsheet): fix doc error (#3070)
fix #3058
|
2020-04-26 14:37:37 +08:00 |
|
rex
|
c53ce239c2
|
fix(dialog): remove blank before title (#3069)
|
2020-04-26 14:35:02 +08:00 |
|
chenjiahan
|
942ea6b635
|
docs: improve format
|
2020-04-25 10:59:58 +08:00 |
|
chenjiahan
|
44fc8b065c
|
chore: prettier evenything
|
2020-04-25 10:59:58 +08:00 |
|
neverland
|
0e481d51f2
|
feat: add font-family (#3061)
|
2020-04-24 22:43:18 +08:00 |
|
chenjiahan
|
eeb03ce246
|
chore: run linter and fix
|
2020-04-24 22:40:49 +08:00 |
|
rex
|
087e0a5da8
|
feat(Uploader): prop accept add new value media (#3047)
fix #3016
|
2020-04-21 20:55:32 +08:00 |
|
neverland
|
918abd8dd4
|
chore(Uploader): identify bmp and jfif format (#3040)
|
2020-04-19 08:18:36 +08:00 |
|
rex
|
74ea6cbafc
|
fix(Field): avoid wxs error when set autosize (#3038)
fix #3033
|
2020-04-18 23:17:17 +08:00 |
|
rex
|
10810e2b45
|
feat(GoodsActionButton): add new css variable goods-action-line-height (#3037)
fix #3032
|
2020-04-18 22:59:30 +08:00 |
|
rex
|
ad30ba60e9
|
perf(Calendar): auto selected to max range (#3026)
fix #3021
|
2020-04-15 21:16:54 +08:00 |
|
rex
|
e054aafa2d
|
feat(Notify): add new prop top (#3018)
fix #2764
|
2020-04-14 21:17:41 +08:00 |
|
rex
|
16be4f7171
|
fix(Field): avoid setting showClear to undefined (#3012)
fix #3009
|
2020-04-13 17:39:19 +08:00 |
|
rex
|
e6c97e1904
|
fix(Field): fix max-height not work (#3007)
fix #3002
|
2020-04-12 12:43:04 +08:00 |
|
莫居尘
|
e10a328f44
|
docs: fix typo in action-sheet (#3005)
docs: fix typo in action-sheet
|
2020-04-12 12:41:38 +08:00 |
|
Lindy
|
a6f2d4e668
|
feat(Calendar): add cancel event (#2990)
* feat(Calendar): add cancel event
* feat(Calendar): rename cancel event
|
2020-04-10 23:02:08 +08:00 |
|
Ben199011
|
0bad228027
|
修改上传组件isImageUrl判断,有些七牛返回来的后缀的大写,加以判断 (#2987)
|
2020-04-10 23:01:36 +08:00 |
|
rex
|
df03bf3d12
|
fix(IndexBar): remove prop scrollTop (#2999)
fix #2821, fix #2768
|
2020-04-10 22:59:37 +08:00 |
|
rex
|
b850cce518
|
fix(Field): support model value (#2986)
fix #2960
|
2020-04-08 23:33:37 +08:00 |
|
rex
|
6d774d0585
|
docs(Skeleton): fix doc error (#2985)
fix #2959
|
2020-04-08 23:24:48 +08:00 |
|
rex
|
b4d16b670b
|
docs(Calendar): fix doc error (#2984)
fix #2965
|
2020-04-08 23:21:48 +08:00 |
|
chenjiahan
|
9683904c29
|
docs(Tabs): update name match (#2922)
|
2020-04-05 16:20:17 +08:00 |
|
chenjiahan
|
cd7063100f
|
docs(Tabs): add offset-top desc (#2922)
|
2020-04-05 16:15:42 +08:00 |
|
agoni1212
|
d9fa98bdbe
|
chore: demo
|
2020-04-04 22:12:48 +08:00 |
|
chenjiahan
|
e78c8daeab
|
chore(Siidebar): remove border
|
2020-04-03 14:31:29 +08:00 |
|
chenjiahan
|
90db9c8dfa
|
feat(TreeSelect): update nav backgroud color
|
2020-04-03 14:31:29 +08:00 |
|
rex
|
b23ff3ee89
|
fix(Calendar): fix wxs error on init when showConfirm is true (#2951)
fix #2949
|
2020-04-03 10:37:20 +08:00 |
|
rex
|
26fd387ee8
|
refactor(Sticky): refactor component with page scroll (#2950)
fix #2651, fix #2418
|
2020-04-03 09:58:23 +08:00 |
|
Lindy
|
cb85269f17
|
fix(Tab): fix Card Type Color custome (#2941)
|
2020-04-03 09:57:58 +08:00 |
|
rex
|
0f88540533
|
docs(Sidebar): adjust doc & example code (#2940)
fix #2923
|
2020-04-01 16:12:35 +08:00 |
|
rex
|
eb586dda23
|
feat(Field): add new props auto-focus & disable-default-padding & cursor (#2936)
add new event linechange
fix #2189
|
2020-04-01 15:42:00 +08:00 |
|
rex
|
92de5e9e34
|
docs(QuickStart): adjust quick start (#2939)
|
2020-04-01 15:41:07 +08:00 |
|
Lindy
|
141996b35e
|
feat(Uploader): add Uploader status display (#2929)
* feat(Uploader): add Uploader status display
* feat(Uploader): fix index.json
|
2020-04-01 13:04:26 +08:00 |
|
Lindy
|
f211bb47ae
|
feat(Image): add more mode (#2908)
|
2020-04-01 13:01:14 +08:00 |
|
Albert Liu
|
0fece1552c
|
docs: fix method name conflicts with lifecycle (#2927)
|
2020-04-01 12:51:09 +08:00 |
|