1974 Commits

Author SHA1 Message Date
Yi Kai
405bd9d253
docs: 新增支付宝小程序版本链接 (#3873)
* docs: 新增支付宝小程序版本链接

* docs: 更新支付宝小程序链接
2020-12-18 14:29:27 +08:00
rex
2f040ffeba
Merge pull request #3869 from rex-zsd/pref/20201217_1
perf(tags): remove useless code
2020-12-17 19:47:06 +08:00
zhongnan
b5ea04eb10 perf(tags): remove useless code 2020-12-17 19:45:48 +08:00
rex
c7e1f7efdb
Merge pull request #3868 from rex-zsd/hotfix/wxs_20201217
perf(wxs): improve performance with wxs
2020-12-17 17:25:33 +08:00
zhongnan
daa56aa5c6 perf(wxs): improve performance with wxs 2020-12-17 17:24:20 +08:00
rex
96219debee
Merge pull request #3866 from rex-zsd/hotfix/tabs_20201216
fix(tab): use groupSetData to keep tab render sync
2020-12-16 23:35:10 +08:00
zhongnan
b28d128991 fix(tab): use groupSetData to keep tab render sync
fix #3290, fix #1867
2020-12-16 23:33:46 +08:00
rex
555f2e9561
fix(Slier): fix slide step with max been set 2020-12-16 17:58:04 +08:00
zhongnan
d1043eeb03 fix(slider): fix slide step with max been set 2020-12-16 17:56:08 +08:00
rex
424168788d
fix(goods-action): set box-sizing to keep height (#3865)
fix #3753
2020-12-16 17:36:23 +08:00
frank
a5e2c120fd
Update index.js
自定义等分时,滑动需按照自定义等分的距离触发步进
2020-12-15 16:15:24 +08:00
chaselen
6b1f510daa
fix(Calendar): display 'NaN/NaN/NaN' in phone device after select date (#3833) 2020-12-11 10:31:49 +08:00
dependabot[bot]
5a4034d341
build(deps): bump ini from 1.3.5 to 1.3.7 (#3838)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 10:31:28 +08:00
rex
979dc506bf
perf(button): use wxs instead of setData (#3839) 2020-12-11 10:31:05 +08:00
chencc
ca08409488
修复文档快速开始适配新版小程序开发者工具 (#3836)
目前新版开发者工具创建的小程序目录文件结构问题,npm构建的文件目录为miniprogram_npm,并且开发工具会默认在当前目录下创建miniprogram_npm的文件名,所以新版本的miniprogramNpmDistDir配置为'./'即可
2020-12-11 09:51:08 +08:00
zhongnan
d11df5ca02 docs(changelog): release 1.6.3 2020-12-09 14:13:11 +08:00
zhongnan
2331ba5ab3 build: release 1.6.3 v1.6.3 2020-12-09 14:02:51 +08:00
zhongnan
c21ecfe52d build: compile 1.6.3 2020-12-09 14:02:46 +08:00
rex
0cd64e92e5
perf(tab): improve wxs style assemble & export resize methods (#3827)
fix #3676
2020-12-09 13:53:58 +08:00
rex
1104e07fd7
perf(collapse): use animate to improve performance (#3826)
fix #3820
2020-12-09 11:14:58 +08:00
rex
bbbbbe3961
fix(area): support areaList without county_list (#3824)
fix #3814
2020-12-08 19:02:46 +08:00
rex
f8c09af273
fix(info): fix style error (#3823)
fix #3817
2020-12-08 15:52:32 +08:00
九旬大爷的梦
f17e29309a
Update link.ts (#3821)
fix(mixins): 页面栈上限后导致的跳转失败
2020-12-08 15:25:55 +08:00
rex
e0335973c9
fix(nav-bar): prevent getRect (#3822)
fix #3818
2020-12-08 15:25:15 +08:00
rex
ed834afc44
feat(Dialog): add new prop beforeClose (#3815)
* feat(dialog): add new prop beforeClose

* docs(dialog): update doc & example

fix #3769

* docs(dialog): fix component demo

fix #3812
2020-12-06 21:43:44 +08:00
wekerSnail
c16ea3ccce
Update index.json (#3811)
修复路径错误
2020-12-04 15:12:24 +08:00
rex
8fe599438d
fix(progress): improve pivot position (#3808)
fix #3592
2020-12-04 11:16:03 +08:00
da
526f5ef46e
fix(Field): showWordLimit value.length > maxlength (#3802)
Clicking on the keyboard to associate words causes the current number of words to exceed the limit, but the actual number does not exceed
Disconnect the real machine for debugging
2020-12-03 14:44:22 +08:00
九旬大爷的梦
7244e81505
Update link.ts (#3805)
fix(mixins): 页面栈上限后导致的跳转失败
2020-12-03 14:43:26 +08:00
rex
44dc6e768a
feat(uploader): support css variables (#3797)
fix #3789
2020-11-30 21:24:44 +08:00
rex
9725ec336b
refactor(rect): remove getRect behavior (#3795) 2020-11-30 16:17:48 +08:00
zhongnan
0343307825 docs(changelog): release 1.6.2 2020-11-29 19:55:54 +08:00
zhongnan
330e4d55b8 build: release 1.6.2 v1.6.2 2020-11-29 19:47:18 +08:00
zhongnan
22c9889d6f build: compile 1.6.2 2020-11-29 19:47:12 +08:00
rex
c7aebbe686
feat(tabbar): add new props placeholder & icon-prefix (#3792)
fix #3445
2020-11-29 19:45:51 +08:00
jm
c254b3d073
fix(datetime-picker): 修复year-month 选择字段校验报错 (#3783) 2020-11-29 18:25:41 +08:00
rex
166ba61c0f
perf(icon): use wxs (#3791) 2020-11-29 18:24:26 +08:00
rex
35b2c1d99d
fix(info): text vertical middle in android (#3778)
fix #3569
2020-11-23 21:09:10 +08:00
rex
f1ea060b25
fix(tab): correct line position in complete mode (#3777)
* fix(tab): correct line position in complete mode

fix #3767, fix #3579

* refactor(tabs): remote console.log
2020-11-23 20:06:36 +08:00
Jackwew
e42169ac51
feat: notify 组件没有全局居中 (#3751)
Co-authored-by: www <bugEngineer@163.com>
2020-11-23 19:32:43 +08:00
Yang Libin
25acaf072a
fix: add deploy branch gh-pages (#3772) 2020-11-21 17:49:09 +08:00
zhongnan
d24b72e140 docs(changelog): release 1.6.1 2020-11-12 22:52:39 +08:00
zhongnan
70c55f0ed1 build: release 1.6.1 v1.6.1 2020-11-12 22:43:45 +08:00
zhongnan
6a4741302b build: compile 1.6.1 2020-11-12 22:43:39 +08:00
rex
2ea15ef256
fix(field): fix empty label render (#3756)
fix #3754, fix #3750
2020-11-12 22:37:45 +08:00
rex
805d426dca
fix(picker): recover emit (#3755)
fix #3749
2020-11-12 22:23:49 +08:00
zhongnan
d64960d442 docs(changelog): release 1.6.0 2020-11-11 11:59:09 +08:00
zhongnan
923149b97e build: release 1.6.0 v1.6.0 2020-11-11 11:40:56 +08:00
zhongnan
bc52682061 build: compile 1.6.0 2020-11-11 11:40:52 +08:00
rex
402f4873f0
fix(tsconfig): fix ts compile error (#3747) 2020-11-11 11:39:41 +08:00