Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
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: remaxjs/remax Loading
base: v2.1.1
Choose a base ref
...
head repository: remaxjs/remax Loading
compare: v2.2.0
Choose a head ref
  • 18 commits
  • 84 files changed
  • 6 contributors

Commits on May 23, 2020

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

Commits on May 25, 2020

  1. docs: 更新文档

    Darmody committed May 25, 2020
    1 Configuration menu
    Copy the full SHA
    32650dc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. build(deps-dev): bump @types/node from 14.0.1 to 14.0.5 (#1001)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.1 to 14.0.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 26, 2020
    1 Configuration menu
    Copy the full SHA
    ded608c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @umijs/babel-plugin-auto-css-modules (#1000)

    Bumps [@umijs/babel-plugin-auto-css-modules](https://github.com/umijs/umi) from 3.1.4 to 3.2.2.
    - [Release notes](https://github.com/umijs/umi/releases)
    - [Commits](umijs/umi@v3.1.4...v3.2.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0da5161 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node-notifier from 7.0.0 to 7.0.1 (#999)

    Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/mikaelbr/node-notifier/releases)
    - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md)
    - [Commits](mikaelbr/node-notifier@v7.0.0...v7.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 26, 2020
    Configuration menu
    Copy the full SHA
    6897321 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6996dfc View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump memfs from 3.1.3 to 3.2.0 (#997)

    Bumps [memfs](https://github.com/streamich/memfs) from 3.1.3 to 3.2.0.
    - [Release notes](https://github.com/streamich/memfs/releases)
    - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
    - [Commits](streamich/memfs@v3.1.3...v3.2.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 26, 2020
    1 Configuration menu
    Copy the full SHA
    f00866b View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    a98ca93 View commit details
    Browse the repository at this point in the history
  7. feat: 支持运行时插件 (#988)

    * feat: 支持运行时插件
    
    close #983
    
    * fix: fix runtime plugin path
    yesmeck committed May 26, 2020
    1 Configuration menu
    Copy the full SHA
    3a59fff View commit details
    Browse the repository at this point in the history
  8. chore: enable site prerender (#991)

    * chore: enable site prerender
    
    * docs: fix site render
    
    * docs: fix now settings
    
    Co-authored-by: 信鑫-King <[email protected]>
    yesmeck and ycjcl868 committed May 26, 2020
    1 Configuration menu
    Copy the full SHA
    0c1d834 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on May 28, 2020

  1. fix(cli): 修复 watch 模式自定义 cwd 导致编译两次的问题 (#1008)

    * fix(cli): 修复 watch 模式自定义 cwd 导致编译两次的问题
    
    * style: prettier code
    noyobo committed May 28, 2020
    1 Configuration menu
    Copy the full SHA
    c14e111 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. feat: 小程序端支持 suspense (#995)

    * feat(remax): 小程序端支持suspense data fetching
    
    * fix(remax): 修复可能带来隐患的“hideInstance中直接修改VNode#props的操作”
    
    * test(remax): 减少suspense相关测试等待的时间
    
    * test(remax): 更新构建fixtures
    IronLu233 committed May 29, 2020
    1 Configuration menu
    Copy the full SHA
    aa23f14 View commit details
    Browse the repository at this point in the history
  2. test: 不指定 testcase

    yesmeck committed May 29, 2020
    1 Configuration menu
    Copy the full SHA
    3b58952 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    b8bdb2e View commit details
    Browse the repository at this point in the history
  4. test: 去掉 debug 信息

    yesmeck committed May 29, 2020
    1 Configuration menu
    Copy the full SHA
    4b4cee7 View commit details
    Browse the repository at this point in the history
  5. chore: 跳过 e2e 测试

    yesmeck committed May 29, 2020
    1 Configuration menu
    Copy the full SHA
    45959c6 View commit details
    Browse the repository at this point in the history
  6. v2.2.0

    yesmeck committed May 29, 2020
    1 Configuration menu
    Copy the full SHA
    50e3b0b View commit details
    Browse the repository at this point in the history
Loading