-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.connect增加默认函数 weapp navigateTo函数增加params功能 #2106
Commits on Dec 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d06b4b - Browse repository at this point
Copy the full SHA 3d06b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdff7f2 - Browse repository at this point
Copy the full SHA bdff7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029654e - Browse repository at this point
Copy the full SHA 029654eView commit details -
feat(types): BaseEvent添加两个常用事件处理的函数 (NervJS#1739)
* BaseEvent添加两个常用事件处理的函数 阻止默认行为和阻止事件冒泡的函数 * 强迫症修改断句符
Configuration menu - View commit details
-
Copy full SHA for 01afc26 - Browse repository at this point
Copy the full SHA 01afc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffaf9f - Browse repository at this point
Copy the full SHA 0ffaf9fView commit details
Commits on Dec 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dea611b - Browse repository at this point
Copy the full SHA dea611bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1ffa7 - Browse repository at this point
Copy the full SHA 6f1ffa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eea77b9 - Browse repository at this point
Copy the full SHA eea77b9View commit details -
Merge pull request NervJS#1751 from huixisheng/patch-1
docs: update component.md close#1750
Configuration menu - View commit details
-
Copy full SHA for 91ebe53 - Browse repository at this point
Copy the full SHA 91ebe53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50bbc36 - Browse repository at this point
Copy the full SHA 50bbc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d3b2c - Browse repository at this point
Copy the full SHA 74d3b2cView commit details -
fix(taro-h5): 改用 findDOMNode 优化 (NervJS#1754)
* 使用findDOMNode 做优化,兼容React
Configuration menu - View commit details
-
Copy full SHA for e9eead9 - Browse repository at this point
Copy the full SHA e9eead9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36dc0c1 - Browse repository at this point
Copy the full SHA 36dc0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1d865 - Browse repository at this point
Copy the full SHA 8f1d865View commit details -
Configuration menu - View commit details
-
Copy full SHA for af4d57c - Browse repository at this point
Copy the full SHA af4d57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee554d - Browse repository at this point
Copy the full SHA 5ee554dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6744637 - Browse repository at this point
Copy the full SHA 6744637View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd265d - Browse repository at this point
Copy the full SHA abd265dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90901cc - Browse repository at this point
Copy the full SHA 90901ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8974e97 - Browse repository at this point
Copy the full SHA 8974e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e28464 - Browse repository at this point
Copy the full SHA 9e28464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b40313 - Browse repository at this point
Copy the full SHA 1b40313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dd278 - Browse repository at this point
Copy the full SHA 20dd278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 798da0c - Browse repository at this point
Copy the full SHA 798da0cView commit details
Commits on Dec 31, 2018
-
fix: 修改 rollup.config.js name 字段的值 (NervJS#1769)
将 TaroUtilss 修改成 TaroUtils
Configuration menu - View commit details
-
Copy full SHA for b757207 - Browse repository at this point
Copy the full SHA b757207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87483a1 - Browse repository at this point
Copy the full SHA 87483a1View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8bc4293 - Browse repository at this point
Copy the full SHA 8bc4293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f30b6f - Browse repository at this point
Copy the full SHA 7f30b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f605f - Browse repository at this point
Copy the full SHA 71f605fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fab2c4 - Browse repository at this point
Copy the full SHA 7fab2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9ac60 - Browse repository at this point
Copy the full SHA 7f9ac60View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbec912 - Browse repository at this point
Copy the full SHA cbec912View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba22ea - Browse repository at this point
Copy the full SHA fba22eaView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for bf08d6a - Browse repository at this point
Copy the full SHA bf08d6aView commit details
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8588ddb - Browse repository at this point
Copy the full SHA 8588ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b686b2 - Browse repository at this point
Copy the full SHA 6b686b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 854c0be - Browse repository at this point
Copy the full SHA 854c0beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcb017 - Browse repository at this point
Copy the full SHA 1bcb017View commit details -
docs: Component extend from React.Component (NervJS#1793)
The sample component extend from React.Component. It should be extend from Taro.Component.
Configuration menu - View commit details
-
Copy full SHA for c11c564 - Browse repository at this point
Copy the full SHA c11c564View commit details -
refactor(types): BaseEvent 类型优化 (NervJS#1757)
BaseEvent 类型优化,方便BaseEvent中的detail字段类型编写 建议使用CommonEvent代替BaseEvent,当全部BaseEvent被替换成CommonEvent后,重置BaseEventOrig为BaseEvent BaseEventFunction同理
Configuration menu - View commit details
-
Copy full SHA for 913b149 - Browse repository at this point
Copy the full SHA 913b149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b8689 - Browse repository at this point
Copy the full SHA 17b8689View commit details -
Configuration menu - View commit details
-
Copy full SHA for cabad00 - Browse repository at this point
Copy the full SHA cabad00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdbf61 - Browse repository at this point
Copy the full SHA 0cdbf61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52847a2 - Browse repository at this point
Copy the full SHA 52847a2View commit details
Commits on Jan 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b77193 - Browse repository at this point
Copy the full SHA 3b77193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a4ad1 - Browse repository at this point
Copy the full SHA 79a4ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b6d76 - Browse repository at this point
Copy the full SHA 17b6d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7365371 - Browse repository at this point
Copy the full SHA 7365371View commit details
Commits on Jan 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b29aa09 - Browse repository at this point
Copy the full SHA b29aa09View commit details
Commits on Jan 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a96c994 - Browse repository at this point
Copy the full SHA a96c994View commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 953971f - Browse repository at this point
Copy the full SHA 953971fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccb4aa - Browse repository at this point
Copy the full SHA 7ccb4aaView commit details -
Merge pull request NervJS#1817 from fjc0k/fix_h5_ScrollView
Fix h5 ScrollView
Configuration menu - View commit details
-
Copy full SHA for 37461e5 - Browse repository at this point
Copy the full SHA 37461e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7300861 - Browse repository at this point
Copy the full SHA 7300861View commit details -
Configuration menu - View commit details
-
Copy full SHA for d512b3e - Browse repository at this point
Copy the full SHA d512b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b978e0 - Browse repository at this point
Copy the full SHA 3b978e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb64cf - Browse repository at this point
Copy the full SHA 0eb64cfView commit details -
Merge pull request NervJS#1722 from pacoyang/fix-textarea-input
fix(taro-components): 修复 Textarea 组件无法传递 detail 问题
Configuration menu - View commit details
-
Copy full SHA for e542bdf - Browse repository at this point
Copy the full SHA e542bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 501dcd2 - Browse repository at this point
Copy the full SHA 501dcd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de94754 - Browse repository at this point
Copy the full SHA de94754View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced2dcf - Browse repository at this point
Copy the full SHA ced2dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4508763 - Browse repository at this point
Copy the full SHA 4508763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1501cee - Browse repository at this point
Copy the full SHA 1501ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ee82f - Browse repository at this point
Copy the full SHA c1ee82fView commit details -
fix(RN): yarn dev:rn 时 报错 TypeError: TypeError: undefined is not an o…
…bject (evaluating 'this.$router.params') close NervJS#1779
Configuration menu - View commit details
-
Copy full SHA for f10b764 - Browse repository at this point
Copy the full SHA f10b764View commit details -
Configuration menu - View commit details
-
Copy full SHA for fddff16 - Browse repository at this point
Copy the full SHA fddff16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b43f24 - Browse repository at this point
Copy the full SHA 4b43f24View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2aaf6d7 - Browse repository at this point
Copy the full SHA 2aaf6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28273d7 - Browse repository at this point
Copy the full SHA 28273d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eaf122 - Browse repository at this point
Copy the full SHA 2eaf122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5166b - Browse repository at this point
Copy the full SHA 0f5166bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b24e5 - Browse repository at this point
Copy the full SHA 36b24e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 057ce87 - Browse repository at this point
Copy the full SHA 057ce87View commit details
Commits on Jan 9, 2019
-
feat(cli): config配置 alias选项 暂不支持转换usingComponents NervJS#1704 (NervJS…
…#1859) 在`transfromNativeComponents`函数调用了Util下的`isAliasPath`和`replaceAliasPath`解决
Configuration menu - View commit details
-
Copy full SHA for e3a5548 - Browse repository at this point
Copy the full SHA e3a5548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba22d8 - Browse repository at this point
Copy the full SHA 4ba22d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa91278 - Browse repository at this point
Copy the full SHA fa91278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831db14 - Browse repository at this point
Copy the full SHA 831db14View commit details -
fix(components): nerv 无法支持 render 的结果是一个数组,close NervJS#1804
暂时性修复方案: render 返回一个数组时目前 nerv 只能渲染,不能移除,需要等待 fragments 支持
Configuration menu - View commit details
-
Copy full SHA for 8bd95c8 - Browse repository at this point
Copy the full SHA 8bd95c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2890c67 - Browse repository at this point
Copy the full SHA 2890c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d615d - Browse repository at this point
Copy the full SHA 81d615dView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for eb362a7 - Browse repository at this point
Copy the full SHA eb362a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21910f9 - Browse repository at this point
Copy the full SHA 21910f9View commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1126cf2 - Browse repository at this point
Copy the full SHA 1126cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3418dd6 - Browse repository at this point
Copy the full SHA 3418dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfa200 - Browse repository at this point
Copy the full SHA 6cfa200View commit details
Commits on Jan 14, 2019
-
fix(taro-components): textarea event handler miss pass detail value
textarea onFocus & onBlur event handler miss pass detail value
Configuration menu - View commit details
-
Copy full SHA for 08221f6 - Browse repository at this point
Copy the full SHA 08221f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf47fe - Browse repository at this point
Copy the full SHA caf47feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 965a3cb - Browse repository at this point
Copy the full SHA 965a3cbView commit details -
chore(deps): bump file-loader from 1.1.11 to 3.0.1 (NervJS#1917)
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/file-loader@v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1eab76 - Browse repository at this point
Copy the full SHA f1eab76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2174a - Browse repository at this point
Copy the full SHA 5f2174aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 127a68b - Browse repository at this point
Copy the full SHA 127a68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2188c92 - Browse repository at this point
Copy the full SHA 2188c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5214691 - Browse repository at this point
Copy the full SHA 5214691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca6fbd - Browse repository at this point
Copy the full SHA 1ca6fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8c9a5 - Browse repository at this point
Copy the full SHA 7a8c9a5View commit details -
Merge pull request NervJS#1867 from js-newbee/master
fix: transform scss file with hyphen(-) in the filename
Configuration menu - View commit details
-
Copy full SHA for 7af0559 - Browse repository at this point
Copy the full SHA 7af0559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e80455 - Browse repository at this point
Copy the full SHA 6e80455View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03359a - Browse repository at this point
Copy the full SHA a03359aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc511c9 - Browse repository at this point
Copy the full SHA dc511c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7969ebe - Browse repository at this point
Copy the full SHA 7969ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9397304 - Browse repository at this point
Copy the full SHA 9397304View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fae81 - Browse repository at this point
Copy the full SHA a8fae81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a703269 - Browse repository at this point
Copy the full SHA a703269View commit details
Commits on Jan 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce019e8 - Browse repository at this point
Copy the full SHA ce019e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3540f60 - Browse repository at this point
Copy the full SHA 3540f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e2ee6 - Browse repository at this point
Copy the full SHA 99e2ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e38d8b - Browse repository at this point
Copy the full SHA 4e38d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ae99f - Browse repository at this point
Copy the full SHA 84ae99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f433a - Browse repository at this point
Copy the full SHA 18f433aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a67260a - Browse repository at this point
Copy the full SHA a67260aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 708b4fd - Browse repository at this point
Copy the full SHA 708b4fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 542db9e - Browse repository at this point
Copy the full SHA 542db9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e638b50 - Browse repository at this point
Copy the full SHA e638b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3ab91 - Browse repository at this point
Copy the full SHA fd3ab91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b29b4 - Browse repository at this point
Copy the full SHA 19b29b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba109df - Browse repository at this point
Copy the full SHA ba109dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fddcec5 - Browse repository at this point
Copy the full SHA fddcec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ccca0 - Browse repository at this point
Copy the full SHA 28ccca0View commit details -
fix(taro-components): 修复 Picker 组件 Mode 为 date 时的选择区间问题 close NervJS#…
zhongxin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 851a939 - Browse repository at this point
Copy the full SHA 851a939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fe933 - Browse repository at this point
Copy the full SHA 70fe933View commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6a95553 - Browse repository at this point
Copy the full SHA 6a95553View commit details -
Configuration menu - View commit details
-
Copy full SHA for c430165 - Browse repository at this point
Copy the full SHA c430165View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12ce03 - Browse repository at this point
Copy the full SHA d12ce03View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcea637 - Browse repository at this point
Copy the full SHA bcea637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876d10c - Browse repository at this point
Copy the full SHA 876d10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfb315 - Browse repository at this point
Copy the full SHA 3bfb315View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec50e86 - Browse repository at this point
Copy the full SHA ec50e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16904a4 - Browse repository at this point
Copy the full SHA 16904a4View commit details
Commits on Jan 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 738de35 - Browse repository at this point
Copy the full SHA 738de35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8902132 - Browse repository at this point
Copy the full SHA 8902132View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd53b6f - Browse repository at this point
Copy the full SHA bd53b6fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 14a5594 - Browse repository at this point
Copy the full SHA 14a5594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eedf6c - Browse repository at this point
Copy the full SHA 2eedf6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8cb56 - Browse repository at this point
Copy the full SHA 1e8cb56View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 434daa5 - Browse repository at this point
Copy the full SHA 434daa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64a97a - Browse repository at this point
Copy the full SHA c64a97aView commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9d64e98 - Browse repository at this point
Copy the full SHA 9d64e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4e49e - Browse repository at this point
Copy the full SHA 1b4e49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed834b1 - Browse repository at this point
Copy the full SHA ed834b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 466c16d - Browse repository at this point
Copy the full SHA 466c16dView commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7355948 - Browse repository at this point
Copy the full SHA 7355948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c9871 - Browse repository at this point
Copy the full SHA 25c9871View commit details
Commits on Jan 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 15b3cd8 - Browse repository at this point
Copy the full SHA 15b3cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b62485 - Browse repository at this point
Copy the full SHA 2b62485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0739784 - Browse repository at this point
Copy the full SHA 0739784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1a891 - Browse repository at this point
Copy the full SHA 3a1a891View commit details -
Merge pull request NervJS#1985 from leeenx/master
feat(taro-h5): 添加 createAnimation API
Configuration menu - View commit details
-
Copy full SHA for 71d1d76 - Browse repository at this point
Copy the full SHA 71d1d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be215e - Browse repository at this point
Copy the full SHA 2be215eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef831e4 - Browse repository at this point
Copy the full SHA ef831e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4fc12d - Browse repository at this point
Copy the full SHA c4fc12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2309b - Browse repository at this point
Copy the full SHA ef2309bView commit details -
fix(taro-swan/taro-tt): 百度和头条 properties 的 value 值设置成对应 defaultProps …
…的值,避免 null 值覆盖 initData 值
Configuration menu - View commit details
-
Copy full SHA for 1c79db3 - Browse repository at this point
Copy the full SHA 1c79db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6b244 - Browse repository at this point
Copy the full SHA 6c6b244View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8dc1cc - Browse repository at this point
Copy the full SHA e8dc1ccView commit details
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d690ac1 - Browse repository at this point
Copy the full SHA d690ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bef8f0 - Browse repository at this point
Copy the full SHA 6bef8f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b6715 - Browse repository at this point
Copy the full SHA 12b6715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09979cb - Browse repository at this point
Copy the full SHA 09979cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 053c24b - Browse repository at this point
Copy the full SHA 053c24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 438e1f3 - Browse repository at this point
Copy the full SHA 438e1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfd45b - Browse repository at this point
Copy the full SHA 7cfd45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847f174 - Browse repository at this point
Copy the full SHA 847f174View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef743d3 - Browse repository at this point
Copy the full SHA ef743d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b064a7 - Browse repository at this point
Copy the full SHA 0b064a7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 2b0e999 - Browse repository at this point
Copy the full SHA 2b0e999View commit details
Commits on Jan 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4d77930 - Browse repository at this point
Copy the full SHA 4d77930View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85f0f4 - Browse repository at this point
Copy the full SHA c85f0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9af11fa - Browse repository at this point
Copy the full SHA 9af11faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334c284 - Browse repository at this point
Copy the full SHA 334c284View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d6d5a - Browse repository at this point
Copy the full SHA b6d6d5aView commit details
Commits on Jan 24, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for 25b7d43 - Browse repository at this point
Copy the full SHA 25b7d43View commit details -
Merge pull request NervJS#2003 from chenxtdo/master
fix(taro-components): 修复 picker date,start end 无效
Configuration menu - View commit details
-
Copy full SHA for e624b11 - Browse repository at this point
Copy the full SHA e624b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c6d75 - Browse repository at this point
Copy the full SHA c6c6d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a7e51 - Browse repository at this point
Copy the full SHA 09a7e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4857d - Browse repository at this point
Copy the full SHA 2a4857dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d965b - Browse repository at this point
Copy the full SHA d1d965bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c28ea - Browse repository at this point
Copy the full SHA c2c28eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd57e13 - Browse repository at this point
Copy the full SHA fd57e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ffd4a - Browse repository at this point
Copy the full SHA 82ffd4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 961b009 - Browse repository at this point
Copy the full SHA 961b009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5ccd7 - Browse repository at this point
Copy the full SHA 5c5ccd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1afb727 - Browse repository at this point
Copy the full SHA 1afb727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81455f5 - Browse repository at this point
Copy the full SHA 81455f5View commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 27234e1 - Browse repository at this point
Copy the full SHA 27234e1View commit details -
docs: 修改错误的组件类名称 (NervJS#2054)
* 配置文档别名的示例加上逗号 * 修改错误的类名称
Configuration menu - View commit details
-
Copy full SHA for 4350641 - Browse repository at this point
Copy the full SHA 4350641View commit details -
Configuration menu - View commit details
-
Copy full SHA for e168d2d - Browse repository at this point
Copy the full SHA e168d2dView commit details
Commits on Jan 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fe9fdca - Browse repository at this point
Copy the full SHA fe9fdcaView commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3a9cbe8 - Browse repository at this point
Copy the full SHA 3a9cbe8View commit details -
fix(components webpack-runner): components打包问题修复
- components添加swiper依赖 - 为components添加源码编译功能 - 修复webpack-runner寻找依赖的路径错误
Configuration menu - View commit details
-
Copy full SHA for d0f5732 - Browse repository at this point
Copy the full SHA d0f5732View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05b79f - Browse repository at this point
Copy the full SHA e05b79fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd07ae - Browse repository at this point
Copy the full SHA 6cd07aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f46cc6b - Browse repository at this point
Copy the full SHA f46cc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d7208 - Browse repository at this point
Copy the full SHA 68d7208View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1edb0ba - Browse repository at this point
Copy the full SHA 1edb0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for eeae33f - Browse repository at this point
Copy the full SHA eeae33fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d73dd - Browse repository at this point
Copy the full SHA e8d73ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 592d053 - Browse repository at this point
Copy the full SHA 592d053View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c6dfd - Browse repository at this point
Copy the full SHA f9c6dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bd42d - Browse repository at this point
Copy the full SHA 65bd42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6cc94 - Browse repository at this point
Copy the full SHA 7e6cc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f67bf9e - Browse repository at this point
Copy the full SHA f67bf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc532a5 - Browse repository at this point
Copy the full SHA cc532a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df1164 - Browse repository at this point
Copy the full SHA 0df1164View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1adb3c - Browse repository at this point
Copy the full SHA e1adb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1feff1 - Browse repository at this point
Copy the full SHA a1feff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf3cbd - Browse repository at this point
Copy the full SHA cdf3cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689ecc9 - Browse repository at this point
Copy the full SHA 689ecc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2282083 - Browse repository at this point
Copy the full SHA 2282083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454ab63 - Browse repository at this point
Copy the full SHA 454ab63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0409ca0 - Browse repository at this point
Copy the full SHA 0409ca0View commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1bf341c - Browse repository at this point
Copy the full SHA 1bf341cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77dc9e4 - Browse repository at this point
Copy the full SHA 77dc9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c7606 - Browse repository at this point
Copy the full SHA d6c7606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f510a1 - Browse repository at this point
Copy the full SHA 1f510a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cbce0 - Browse repository at this point
Copy the full SHA 87cbce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f91e49 - Browse repository at this point
Copy the full SHA 6f91e49View commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65f786c - Browse repository at this point
Copy the full SHA 65f786cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bee56 - Browse repository at this point
Copy the full SHA b5bee56View commit details
Commits on Feb 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02f0786 - Browse repository at this point
Copy the full SHA 02f0786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b622b - Browse repository at this point
Copy the full SHA 87b622bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a7a2f - Browse repository at this point
Copy the full SHA b0a7a2fView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 97433a5 - Browse repository at this point
Copy the full SHA 97433a5View commit details
Commits on Feb 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6e6cd8f - Browse repository at this point
Copy the full SHA 6e6cd8fView commit details
Commits on Feb 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d4121a9 - Browse repository at this point
Copy the full SHA d4121a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6c121 - Browse repository at this point
Copy the full SHA 3d6c121View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80b0f9 - Browse repository at this point
Copy the full SHA b80b0f9View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7044c30 - Browse repository at this point
Copy the full SHA 7044c30View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e6e0ef6 - Browse repository at this point
Copy the full SHA e6e0ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 809cf5d - Browse repository at this point
Copy the full SHA 809cf5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8d3c6 - Browse repository at this point
Copy the full SHA 9b8d3c6View commit details
Commits on Feb 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f2f998 - Browse repository at this point
Copy the full SHA 0f2f998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f52af0 - Browse repository at this point
Copy the full SHA 7f52af0View commit details -
fix(taro-components): fix richText component (NervJS#2131)
主要修改了两个地方: 1. RichText这个组件,nodes的type如果不是text的话,children这个属性在微信小程序的doc里是可选的,所以item.children就可能为undefined,所以加个默认值空数组。 2. 对于有些node类型,例如image,它的attrs不仅仅限于class和style,还有src、width、height等。由于情况比较多,所以这块建议直接把这些属性拿过来,统统赋给props
Configuration menu - View commit details
-
Copy full SHA for dd6c722 - Browse repository at this point
Copy the full SHA dd6c722View commit details -
Merge pull request NervJS#2123 from js-newbee/taro-rn-px-transform
fix(taro-rn): pxTransform 计算错误
Configuration menu - View commit details
-
Copy full SHA for f16f051 - Browse repository at this point
Copy the full SHA f16f051View commit details -
fix(components): input { text-align: inherit } (NervJS#2101)
小程序的input默认继承祖先元素的text-align 而浏览器的input默认是text-align: start;
Configuration menu - View commit details
-
Copy full SHA for cd8c4e3 - Browse repository at this point
Copy the full SHA cd8c4e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f3a2a - Browse repository at this point
Copy the full SHA 43f3a2aView commit details -
fix(taro-cli+taro-plugin-babel):修复taro调用babel时未传递filename导致插件内无法访问编译文…
…件路径问题(NervJS#2168) (NervJS#2172) 1. 修复 taro-plugin-babel 中调用 babel.transform 未传递 config.filename 导致插件中无法访问 state.file.opts.filename问题 2. 修复 taro-cli/weapp.js 中调用 plugin-babel 时 file 参数始终传递 entryFilePath 而非 sourceFilePath ,导致插件内无法正确拿到文件路径问题
Configuration menu - View commit details
-
Copy full SHA for 14b5b71 - Browse repository at this point
Copy the full SHA 14b5b71View commit details -
fix(taro-cli): fix taro cli default clean path (NervJS#2130)
修改taro-cli编译开始时,需要清理的dist路径,要与工程里的config配置的输出路径保持一致,不能写死成dist
Configuration menu - View commit details
-
Copy full SHA for ddfb51c - Browse repository at this point
Copy the full SHA ddfb51cView commit details -
Merge pull request NervJS#2114 from js-newbee/master
fix(taro-router-rn): 页面根节点 height: 100% 无效
Configuration menu - View commit details
-
Copy full SHA for 5038636 - Browse repository at this point
Copy the full SHA 5038636View commit details -
Configuration menu - View commit details
-
Copy full SHA for e718d5e - Browse repository at this point
Copy the full SHA e718d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb56f91 - Browse repository at this point
Copy the full SHA bb56f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f45ab3 - Browse repository at this point
Copy the full SHA 9f45ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b265628 - Browse repository at this point
Copy the full SHA b265628View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88c7ed - Browse repository at this point
Copy the full SHA d88c7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39eefb4 - Browse repository at this point
Copy the full SHA 39eefb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3503428 - Browse repository at this point
Copy the full SHA 3503428View commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1c4cc6f - Browse repository at this point
Copy the full SHA 1c4cc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 207bcdf - Browse repository at this point
Copy the full SHA 207bcdfView commit details
Commits on Feb 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02dd811 - Browse repository at this point
Copy the full SHA 02dd811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aaf688 - Browse repository at this point
Copy the full SHA 7aaf688View commit details