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.13.4
Choose a base ref
...
head repository: remaxjs/remax Loading
compare: v2.13.5
Choose a head ref
  • 18 commits
  • 48 files changed
  • 4 contributors

Commits on May 31, 2021

  1. build(deps): bump @babel/parser from 7.14.3 to 7.14.4 (#1590)

    Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.14.3 to 7.14.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.14.4/packages/babel-parser)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a82801f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33574b1 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump lerna from 3.22.1 to 4.0.0 (#1592)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.22.1 to 4.0.0.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/core/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v4.0.0/core/lerna)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    babb729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ded286 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff1d27b View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @types/ejs from 3.0.5 to 3.0.6 (#1595)

    Bumps [@types/ejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ejs) from 3.0.5 to 3.0.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ejs)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    aec4193 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump ejs from 3.1.5 to 3.1.6 (#1596)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v3.1.5...v3.1.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f40c543 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e292d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. fix(wechat): fix preview media (#1617)

    * sync wechat picker props
    
    add picker headerText prop
    
    * sync wechat picker props
    
    add wechat picker header-text prop
    
    * sync wechat picker props
    
    add wechat picker header-text prop
    
    * feat: add wechat match-media component
    
    * fix: remove unused props alias
    
    * feat: add wechat page-container component
    
    * feat: add wechat share-element component
    
    * feat: wechat swiper component add snap-to-edge prop
    
    * feat: wechat text component add user-select prop
    
    * feat: wechat input component add always-embed prop
    
    * docs: add share-element doc
    
    * feat: add wechat keyboard-accessory component
    
    * feat: remove wechat keyboard-accesssory unused alias
    
    * feat: add wechat live-pusher prop
    
    * feat: sync wechat video prop
    
    * feat: add wechat voip-room component
    
    * feat(wechat): 添加ad-custom 组件
    
    * feat(wechat): 添加page-meta组件
    
    * feat(wechat): 添加navigation-bar组件
    
    * fix(wechat): 修复video组件backgroundPoster属性定义错误
    
    * feat(wechat): 添加测试代码
    
    * fix(wechat): 添加AppConfig缺少的声明
    
    * test: update snapshot
    
    * chore: lint fix
    
    * fix(wechat): 修复page-meta、navigation-bar组件渲染错误
    
    * feat: 补充wechat previewMedia api
    
    Co-authored-by: Wei Zhu <[email protected]>
    douxc and yesmeck committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    3995718 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo (#1612)

    FishPlusOrange committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    bf354e6 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @babel/types from 7.12.7 to 7.14.5 (#1615)

    Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.12.7 to 7.14.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-types)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/types"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    15d6f1d View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @types/webpack-dev-server from 3.11.1 to 3.11.4 (

    …#1602)
    
    Bumps [@types/webpack-dev-server](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-dev-server) from 3.11.1 to 3.11.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-dev-server)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/webpack-dev-server"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    80d9746 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.26.0 (#…

    …1603)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.9.0 to 4.26.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d29445c View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @types/webpack-dev-middleware from 3.7.2 to 5.0…

    ….0 (#1601)
    
    Bumps [@types/webpack-dev-middleware](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-dev-middleware) from 3.7.2 to 5.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-dev-middleware)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/webpack-dev-middleware"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2a6f311 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. build(deps): bump @umijs/babel-plugin-auto-css-modules (#1623)

    Bumps [@umijs/babel-plugin-auto-css-modules](https://github.com/umijs/umi) from 3.4.22 to 3.4.25.
    - [Release notes](https://github.com/umijs/umi/releases)
    - [Commits](umijs/umi@v3.4.22...v3.4.25)
    
    ---
    updated-dependencies:
    - dependency-name: "@umijs/babel-plugin-auto-css-modules"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    58a0808 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @babel/preset-typescript from 7.12.7 to 7.14.5 (#1622)

    Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.12.7 to 7.14.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.14.5/packages/babel-preset-typescript)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-typescript"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f34074f View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint-plugin-react from 7.23.2 to 7.24.0 (#1621)

    Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 to 7.24.0.
    - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
    - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.23.2...v7.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1b0ed39 View commit details
    Browse the repository at this point in the history
  4. v2.13.5

    yesmeck committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    87d114d View commit details
    Browse the repository at this point in the history
Loading