rex
|
5ae50e8720
|
build: release 1.4.0-beta.3
v1.4.0-beta.3
|
2020-07-15 00:28:38 +08:00 |
|
rex
|
2145bc0fa9
|
build: compile 1.4.0-beta.3
|
2020-07-15 00:28:31 +08:00 |
|
rex
|
ee65d6c9e5
|
feat(notice-bar): add new prop background & add new event close (#3388)
fix #3380
|
2020-07-15 00:02:40 +08:00 |
|
agoni1212
|
375eb64adc
|
feat(GridItem): add icon-color prop (#3386)
|
2020-07-14 19:56:30 +08:00 |
|
neverland
|
3a3999ccaa
|
feat(Uploader): update delete icon style (#3385)
|
2020-07-14 19:50:34 +08:00 |
|
rex
|
20d1f2ede0
|
fix(field): adjust height in textarea (#3383)
|
2020-07-14 19:41:30 +08:00 |
|
neverland
|
0f65ed110c
|
fix(Uploader): remove round border radius (#3384)
|
2020-07-14 19:41:12 +08:00 |
|
rex
|
75c7a6151c
|
build: release 1.4.0-beta.2
v1.4.0-beta.2
|
2020-07-13 19:57:41 +08:00 |
|
rex
|
eea6059181
|
build: compile 1.4.0-beta.2
|
2020-07-13 19:57:36 +08:00 |
|
rex
|
92a0934bdf
|
refactor(nav-bar): move customStyle to root view (#3371)
fix #3369
|
2020-07-13 19:30:43 +08:00 |
|
rex
|
57cf883296
|
fix(dialog): show dialog after class ready (#3374)
fix #3362
|
2020-07-13 19:28:53 +08:00 |
|
Waiter
|
7d74a169fe
|
feat(Cell): add title-style prop, fix Field label width (#3370)
* fix(Field): title width
* feat(Field): add spacing
* feat(Cell): add titleStyle
* fix(Cell): no observer
Co-authored-by: songweite <songweite@youzan.com>
|
2020-07-13 16:38:39 +08:00 |
|
rex
|
c190b4efbc
|
build: release 1.4.0-beta.1
v1.4.0-beta.1
|
2020-07-10 10:14:46 +08:00 |
|
rex
|
99253aafff
|
build: compile 1.4.0-beta.1
|
2020-07-10 10:14:41 +08:00 |
|
neverland
|
c0b4455f68
|
feat(Uploader): update failed icon (#3359)
|
2020-07-09 15:48:27 +08:00 |
|
neverland
|
abd0457238
|
feat(Field): update disabled style (#3358)
|
2020-07-09 15:39:18 +08:00 |
|
neverland
|
da4a5f3cd4
|
feat(Field): update label style (#3357)
|
2020-07-09 15:30:40 +08:00 |
|
rex
|
fa54a19805
|
fix(datetime-picker): update value with origin column after change (#3352)
|
2020-07-09 14:15:02 +08:00 |
|
Wuli锤锤
|
44194c711e
|
fix(Area): When setting the attribute [columns-num=1 or columns-num=2] lower than the WeChat basic library version 2.7.7, the real machine environment reports an error (#3318)
|
2020-07-08 15:43:01 +08:00 |
|
DFmoon
|
3a60055f8e
|
feat(Empty): add Empty component (#3327)
* feat(Empty): add Empty component
* fix: 支持传入自定义图片链接
Co-authored-by: shendongfeng <shendongfeng@youzan.com>
|
2020-06-30 11:43:37 +08:00 |
|
neverland
|
08ab22b6d2
|
docs: fix job link (#3329)
|
2020-06-29 11:06:01 +08:00 |
|
neverland
|
82b9356315
|
fix(Uploader): incorrect default size and loading style (#3317)
|
2020-06-24 17:55:42 +08:00 |
|
neverland
|
b4cfcceca8
|
feat(Picker): update action button style (#3316)
|
2020-06-24 17:38:15 +08:00 |
|
rex
|
11dd8df9d4
|
docs(changelog): release 1.3.3
|
2020-06-24 17:34:36 +08:00 |
|
rex
|
b7f4627cbd
|
build: release 1.3.3
v1.3.3
|
2020-06-24 17:08:54 +08:00 |
|
rex
|
5f1c66d4ef
|
build: compile 1.3.3
|
2020-06-24 17:08:49 +08:00 |
|
rex
|
c92f46756a
|
feat(steps): add new steps properties inactiveIcon & activeIcon (#3315)
fix #3111
|
2020-06-24 17:06:01 +08:00 |
|
rex
|
4e6efd1b8b
|
fix(tabbar): fix style error in iphonese (#3314)
fix #2988
|
2020-06-24 16:12:24 +08:00 |
|
rex
|
b7ded1282f
|
fix(field): always set value after input (#3313)
fix #3297
|
2020-06-24 15:55:27 +08:00 |
|
rex
|
978b59650c
|
feat(field): add new external class label-class (#3311)
fix #3285
|
2020-06-24 15:15:02 +08:00 |
|
rex
|
6242423768
|
fix(grid): add margin-top for text with icon (#3310)
fix #3307
|
2020-06-24 15:05:16 +08:00 |
|
王颖博
|
d35649e88f
|
fix:uploader组件增加单张只读属性 (#3270)
* Update index.wxml
uploader组件,deletable属性只能控制全局是否可以删除,不能控制单张图片是否可删除,因此当fileList内为对象时,增加onlyRead标识,当onlyRead为true时,单张不显示删除icon;
* Update index.wxml
uploader组件,deletable属性只能控制全局是否可以删除,不能控制单张图片是否可删除,因此当fileList内为对象时,增加onlyRead标识,当onlyRead为true时,单张不显示删除icon;
* 补充upload deletable 文档
* Update index.wxml
* Update index.ts
Co-authored-by: wangyingbo <>
|
2020-06-16 21:25:43 +08:00 |
|
agoni1212
|
9de507dd10
|
Update Grid direction README (#3266)
* Update README.md
* Update README.md
|
2020-06-16 21:22:28 +08:00 |
|
rex
|
9717d4170b
|
fix(calendar): fix default-date not work in multiple mode (#3284)
fix #3271
|
2020-06-16 21:21:42 +08:00 |
|
rex
|
8456e58b46
|
perf(uploader): expand delete area (#3265)
fix #3243
|
2020-06-09 21:23:43 +08:00 |
|
rex
|
e16d611f94
|
fix(circle): can not set value dynamic (#3264)
fix #3239
|
2020-06-09 20:59:39 +08:00 |
|
rex
|
67dfb120c3
|
fix(nav-bar): fix style error with no left-text (#3263)
fix #3250
|
2020-06-09 17:59:15 +08:00 |
|
rex-zsd
|
4f4e6af9a6
|
docs: release 1.3.2
|
2020-06-04 14:38:06 +08:00 |
|
rex
|
3f1d1498f6
|
build: release 1.3.2
v1.3.2
|
2020-06-04 14:09:07 +08:00 |
|
rex
|
8aac1ebed0
|
build: compile 1.3.2
|
2020-06-04 14:09:03 +08:00 |
|
rex
|
5479631403
|
docs(popup): add doc for scroll (#3238)
fix #3175
|
2020-06-04 12:02:52 +08:00 |
|
Lindy
|
107782364a
|
fix(Grid): fix square item gutter bug (#3231)
|
2020-06-03 17:50:02 +08:00 |
|
rex
|
29f1628c00
|
feat(grid): add new prop icon-size & badge (#3236)
fix #3223
|
2020-06-03 17:36:06 +08:00 |
|
如风
|
d1cc1276ad
|
fix(calendar): 在多选日期状态下,选择完后点确定提交报错 (#3195)
|
2020-06-03 11:30:33 +08:00 |
|
rex
|
02bf7e857b
|
fix(uploader): avoid emit click-preview event in delete event (#3230)
fix #3216
|
2020-06-03 11:08:34 +08:00 |
|
rex
|
9a508de397
|
fix(button): compatible form-field-button in low sdk version (#3229)
|
2020-06-03 11:03:28 +08:00 |
|
rex
|
f40a5fbe97
|
fix(circle): fix type not work (#3228)
fix #3168
|
2020-06-02 21:40:34 +08:00 |
|
f00bar
|
5ccc355e3d
|
docs: typo fix in uploader (#3224)
|
2020-05-31 00:19:18 +08:00 |
|
neverland
|
6fee285b08
|
build: add actions to sync to gitee (#3212)
|
2020-05-28 11:26:15 +08:00 |
|
rex
|
662fe0a8ef
|
docs(tag): add prop closable doc (#3209)
fix #3200
|
2020-05-27 15:33:18 +08:00 |
|