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

fix(react): 支付宝小程序插件配置字段缺失、Taro专有Hooks在小程序插件页面中无法使用 #11362

Merged
merged 12 commits into from
Mar 27, 2022

Commits on Feb 28, 2022

  1. fix(taro-alipay): 支付宝小程序插件配置字段缺失

    支付宝小程序插件生成的plugin.json配置缺少pages
    
    NervJS#11361
    fw6 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3efec85 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Merge branch 'next' into next

    fw6 authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5a194c5 View commit details
    Browse the repository at this point in the history
  2. fix(react): 修复小程序插件无法使用hooks问题

    Taro专有 Hooks在小程序插件页面中可以使用
    
    NervJS#11373
    fw6 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    dc93f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b05ab View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

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

Commits on Mar 14, 2022

  1. fix: 更改代码写法,修复错误

    临时修复react-devtools在插件开发模式下报错问题;PR中根据代码建议调整写法
    
    NervJS#11438
    fw6 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7c7f30b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Revert "fix(react): 修复小程序插件无法使用hooks问题"

    This reverts commit dc93f9a.
    
    # Conflicts:
    #	packages/taro-loader/src/native-component.ts
    Chen-jj committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    e4c1357 View commit details
    Browse the repository at this point in the history
  2. chore: update plugin example

    Chen-jj committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    dddf71d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4b2db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d08d8dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62d72af View commit details
    Browse the repository at this point in the history
  6. fix: ci

    Chen-jj committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    0720f6c View commit details
    Browse the repository at this point in the history