Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eleme/morjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.67
Choose a base ref
...
head repository: eleme/morjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.68
Choose a head ref
  • 4 commits
  • 55 files changed
  • 2 contributors

Commits on Jul 13, 2023

  1. feat(plugin-compiler): 新增多端组件构建模式支持 (#75)

    * feat(plugin-compiler): 添加 compileType: components 组件构建模式
    
    * feat(utils): 添加组件构建模式的 CompileTypes 配置项
    
    * feat(website): 添加 compileType 为 components 的配置说明
    
    * feat(plugin-compiler): 添加组件 main 入口文件编译
    
    * feat(utils): 修改 CompileTypes 的配置名 component
    
    * feat(website): 添加 customEntries 对于组件配置说明
    
    * feat(plugin-compiler): 修改组件编译的 publicComponents 配置模式,支持数组和对象两种方式
    
    * feat(plugin-compiler): 修复 GitHub 上提出的 commented
    
    * feat(plugin-compiler): 删除类型声明,由于前置已经判断
    
    * feat(plugin-compiler): 跳过组件编译时对 app.x 的处理逻辑
    BboyZaki committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3307838 View commit details
    Browse the repository at this point in the history
  2. feat(runtime-base): 新增 hooks 的 pause、resume 方法,用于暂停/恢复部分 hooks 生命周期的执行 (

    #77)
    
    * feat(core): 添加运行时扩展参数 extend 的 onHooksCreated 方法,提供给 App 调用 $hooks 执行所需逻辑
    
    * feat(runtime-base): 新增 hooks 的状态和堆栈,添加 pause 用于暂停部分 hooks,resume 恢复所有 hooks
    
    * feat(plugin-compiler): 添加插件和分包下 App 扩展参数冲突问题
    
    * feat(plugin-compiler): 修改 warn 提示文案
    
    * feat(runtime-base): 补充 typescript 类型说明
    BboyZaki committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    aa712eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e1cfcb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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