Skip to content
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

Closed
wants to merge 3,597 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    3d06b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdff7f2 View commit details
    Browse the repository at this point in the history
  3. [types]: add permission type check (NervJS#1740)

    flow authored and luckyadam committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    029654e View commit details
    Browse the repository at this point in the history
  4. feat(types): BaseEvent添加两个常用事件处理的函数 (NervJS#1739)

    * BaseEvent添加两个常用事件处理的函数
    
    阻止默认行为和阻止事件冒泡的函数
    
    * 强迫症修改断句符
    wids1356 authored and luckyadam committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    01afc26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ffaf9f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    dea611b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f1ffa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea77b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request NervJS#1751 from huixisheng/patch-1

    docs: update component.md close#1750
    Pines-Cheng authored Dec 29, 2018
    Configuration menu
    Copy the full SHA
    91ebe53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50bbc36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74d3b2c View commit details
    Browse the repository at this point in the history
  7. fix(taro-h5): 改用 findDOMNode 优化 (NervJS#1754)

    * 使用findDOMNode 做优化,兼容React
    leeenx authored and luckyadam committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    e9eead9 View commit details
    Browse the repository at this point in the history
  8. style: 优化文档样式

    Pines-Cheng committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    36dc0c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f1d865 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af4d57c View commit details
    Browse the repository at this point in the history
  11. style(docs): 样式修正

    luckyadam committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    5ee554d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6744637 View commit details
    Browse the repository at this point in the history
  13. docs: Update composition.md (NervJS#1760)

    fix typo
    Shaoyao·琚 authored and luckyadam committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    abd265d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90901cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8974e97 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9e28464 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b40313 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    20dd278 View commit details
    Browse the repository at this point in the history
  19. chore: changelog

    luckyadam committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    798da0c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. fix: 修改 rollup.config.js name 字段的值 (NervJS#1769)

    将 TaroUtilss 修改成 TaroUtils
    godkun authored and luckyadam committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    b757207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87483a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    8bc4293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f30b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f605f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fab2c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f9ac60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbec912 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fba22ea View commit details
    Browse the repository at this point in the history
  8. 3 Configuration menu
    Copy the full SHA
    bf08d6a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    8588ddb View commit details
    Browse the repository at this point in the history
  2. docs: 更新文档

    luckyadam committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6b686b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    854c0be View commit details
    Browse the repository at this point in the history
  4. fix(webpack-runner): add esnextModules regex support the modules of c…

    …npm installed (NervJS#1796)
    onelong authored and luckyadam committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1bcb017 View commit details
    Browse the repository at this point in the history
  5. docs: Component extend from React.Component (NervJS#1793)

    The sample component extend from React.Component. It should be extend from Taro.Component.
    smilecc authored and luckyadam committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c11c564 View commit details
    Browse the repository at this point in the history
  6. refactor(types): BaseEvent 类型优化 (NervJS#1757)

    BaseEvent 类型优化,方便BaseEvent中的detail字段类型编写
    建议使用CommonEvent代替BaseEvent,当全部BaseEvent被替换成CommonEvent后,重置BaseEventOrig为BaseEvent
    BaseEventFunction同理
    mindfocus authored and luckyadam committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    913b149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17b8689 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cabad00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cdbf61 View commit details
    Browse the repository at this point in the history
  10. chore: changelog

    luckyadam committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    52847a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    3b77193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a4ad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b6d76 View commit details
    Browse the repository at this point in the history
  4. chore(eslint): ignore dist

    fjc0k committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    7365371 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. chore: revert yarn.lock

    fjc0k committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    b29aa09 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    a96c994 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    953971f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccb4aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37461e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7300861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d512b3e View commit details
    Browse the repository at this point in the history
  6. Update index.js

    jinjinjin0731 authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3b978e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0eb64cf View commit details
    Browse the repository at this point in the history
  8. Merge pull request NervJS#1722 from pacoyang/fix-textarea-input

    fix(taro-components): 修复 Textarea 组件无法传递 detail 问题
    jinjinjin0731 authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e542bdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    501dcd2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de94754 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced2dcf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4508763 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1501cee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1ee82f View commit details
    Browse the repository at this point in the history
  15. fix(RN): yarn dev:rn 时 报错 TypeError: TypeError: undefined is not an o…

    …bject (evaluating 'this.$router.params') close NervJS#1779
    Pines-Cheng committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    f10b764 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fddff16 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b43f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    2aaf6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28273d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaf122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f5166b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36b24e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    057ce87 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. feat(cli): config配置 alias选项 暂不支持转换usingComponents NervJS#1704 (NervJS…

    …#1859)
    
    在`transfromNativeComponents`函数调用了Util下的`isAliasPath`和`replaceAliasPath`解决
    lolipop99 authored and luckyadam committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    e3a5548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba22d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa91278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    831db14 View commit details
    Browse the repository at this point in the history
  5. fix(components): nerv 无法支持 render 的结果是一个数组,close NervJS#1804

    暂时性修复方案: render 返回一个数组时目前 nerv 只能渲染,不能移除,需要等待 fragments 支持
    yuche committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    8bd95c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2890c67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d615d View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    eb362a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21910f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Configuration menu
    Copy the full SHA
    1126cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3418dd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfa200 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. fix(taro-components): textarea event handler miss pass detail value

    textarea onFocus & onBlur event handler miss pass detail value
    pacoyang committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    08221f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf47fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    965a3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1eab76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f2174a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    127a68b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2188c92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5214691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ca6fbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a8c9a5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request NervJS#1867 from js-newbee/master

    fix: transform scss file with hyphen(-) in the filename
    Pines-Cheng authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    7af0559 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e80455 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a03359a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc511c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7969ebe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9397304 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8fae81 View commit details
    Browse the repository at this point in the history
  18. chore: changelog

    luckyadam committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    a703269 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. docs: update readme

    Pines-Cheng committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ce019e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3540f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e2ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e38d8b View commit details
    Browse the repository at this point in the history
  5. docs: update readme

    Pines-Cheng authored and luckyadam committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    84ae99f View commit details
    Browse the repository at this point in the history
  6. docs: fix readme link

    Pines-Cheng authored and luckyadam committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    18f433a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a67260a View commit details
    Browse the repository at this point in the history
  8. chore: changelog

    luckyadam committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    708b4fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    542db9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e638b50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd3ab91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19b29b4 View commit details
    Browse the repository at this point in the history
  13. chore: changelog

    luckyadam committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ba109df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fddcec5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28ccca0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    851a939 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    70fe933 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. fix(mobx): 1.2.7 mobx-h5 丢失文件

    huangciyin authored and yuche committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    6a95553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c430165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12ce03 View commit details
    Browse the repository at this point in the history
  4. Update bug_report.md

    Pines-Cheng authored Jan 16, 2019
    Configuration menu
    Copy the full SHA
    bcea637 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    876d10c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bfb315 View commit details
    Browse the repository at this point in the history
  7. docs: fix the misspelled. (NervJS#1954)

    wangziling authored and yuche committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ec50e86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16904a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    738de35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8902132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd53b6f View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    14a5594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eedf6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e8cb56 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    434daa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c64a97a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    9d64e98 View commit details
    Browse the repository at this point in the history
  2. fix(taro-alipay): setData 触发的 didUpdate 与 props 改变触发的 didUpdae 有可能会被小…

    …程序合并,所以判断条件需要更新
    Chen-jj committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    1b4e49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed834b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    466c16d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Configuration menu
    Copy the full SHA
    7355948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c9871 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    15b3cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b62485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0739784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1a891 View commit details
    Browse the repository at this point in the history
  5. Merge pull request NervJS#1985 from leeenx/master

    feat(taro-h5): 添加 createAnimation API
    Chen-jj authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    71d1d76 View commit details
    Browse the repository at this point in the history
  6. chore: changelog

    luckyadam committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    2be215e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef831e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4fc12d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef2309b View commit details
    Browse the repository at this point in the history
  10. fix(taro-swan/taro-tt): 百度和头条 properties 的 value 值设置成对应 defaultProps …

    …的值,避免 null 值覆盖 initData 值
    Chen-jj committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    1c79db3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c6b244 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8dc1cc View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. chore: Improve the function declaration in some types files (NervJS#2006

    )
    luoyelusheng authored and luckyadam committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d690ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bef8f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12b6715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09979cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    053c24b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    438e1f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cfd45b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    847f174 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef743d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b064a7 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    2b0e999 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    4d77930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85f0f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af11fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    334c284 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6d6d5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. 1 Configuration menu
    Copy the full SHA
    25b7d43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NervJS#2003 from chenxtdo/master

    fix(taro-components): 修复 picker date,start end 无效
    jinjinjin0731 authored Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e624b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c6d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a7e51 View commit details
    Browse the repository at this point in the history
  5. chore: 添加目录校验

    Pines-Cheng committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    2a4857d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1d965b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2c28ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd57e13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82ffd4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    961b009 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c5ccd7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1afb727 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    81455f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    27234e1 View commit details
    Browse the repository at this point in the history
  2. docs: 修改错误的组件类名称 (NervJS#2054)

    * 配置文档别名的示例加上逗号
    
    * 修改错误的类名称
    kycool authored and luckyadam committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    4350641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e168d2d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    fe9fdca View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    3a9cbe8 View commit details
    Browse the repository at this point in the history
  2. fix(components webpack-runner): components打包问题修复

    - components添加swiper依赖
    - 为components添加源码编译功能
    - 修复webpack-runner寻找依赖的路径错误
    Littly committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    d0f5732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e05b79f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd07ae View commit details
    Browse the repository at this point in the history
  5. chore: changelog

    luckyadam committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f46cc6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68d7208 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    1edb0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeae33f View commit details
    Browse the repository at this point in the history
  3. feat(taro): api 调整

    luckyadam committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    e8d73dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    592d053 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c6dfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65bd42d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e6cc94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f67bf9e View commit details
    Browse the repository at this point in the history
  9. chore: changelog

    luckyadam committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    cc532a5 View commit details
    Browse the repository at this point in the history
  10. docs: readme

    luckyadam committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0df1164 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1adb3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1feff1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdf3cbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    689ecc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2282083 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    454ab63 View commit details
    Browse the repository at this point in the history
  17. chore: changelog

    luckyadam committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    0409ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    1bf341c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77dc9e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c7606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f510a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87cbce0 View commit details
    Browse the repository at this point in the history
  6. chore: changelog

    luckyadam committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    6f91e49 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    65f786c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5bee56 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    02f0786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b622b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a7a2f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    97433a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    6e6cd8f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. feat: 新增dva模式

    fangkyi03 committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d4121a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6c121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b80b0f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    7044c30 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    e6e0ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    809cf5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8d3c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    0f2f998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f52af0 View commit details
    Browse the repository at this point in the history
  3. 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
    pamler authored and luckyadam committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    dd6c722 View commit details
    Browse the repository at this point in the history
  4. Merge pull request NervJS#2123 from js-newbee/taro-rn-px-transform

    fix(taro-rn): pxTransform 计算错误
    Pines-Cheng authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f16f051 View commit details
    Browse the repository at this point in the history
  5. fix(components): input { text-align: inherit } (NervJS#2101)

    小程序的input默认继承祖先元素的text-align
    而浏览器的input默认是text-align: start;
    qwIvan authored and luckyadam committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    cd8c4e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43f3a2a View commit details
    Browse the repository at this point in the history
  7. 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 ,导致插件内无法正确拿到文件路径问题
    xiaoyuze88 authored and luckyadam committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    14b5b71 View commit details
    Browse the repository at this point in the history
  8. fix(taro-cli): fix taro cli default clean path (NervJS#2130)

    修改taro-cli编译开始时,需要清理的dist路径,要与工程里的config配置的输出路径保持一致,不能写死成dist
    pamler authored and luckyadam committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ddfb51c View commit details
    Browse the repository at this point in the history
  9. Merge pull request NervJS#2114 from js-newbee/master

    fix(taro-router-rn): 页面根节点 height: 100% 无效
    Pines-Cheng authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    5038636 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e718d5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb56f91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f45ab3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b265628 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d88c7ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39eefb4 View commit details
    Browse the repository at this point in the history
  16. chore: changelog

    luckyadam committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3503428 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    1c4cc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207bcdf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Merge pull request #1 from NervJS/master

    同步版本
    fangkyi03 authored Feb 16, 2019
    Configuration menu
    Copy the full SHA
    02dd811 View commit details
    Browse the repository at this point in the history
  2. fix(weapp): dva模板修改

    fangkyi03 committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    7aaf688 View commit details
    Browse the repository at this point in the history