From 7368b05b0582ac72eac063f6437923d9188052f3 Mon Sep 17 00:00:00 2001 From: Kermit Date: Wed, 10 Feb 2021 15:10:39 +0800 Subject: [PATCH 1/5] fix: update snapshot (#29309) --- .../__tests__/__snapshots__/demo.test.js.snap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/typography/__tests__/__snapshots__/demo.test.js.snap b/components/typography/__tests__/__snapshots__/demo.test.js.snap index d01b329641..5bf0a312d3 100644 --- a/components/typography/__tests__/__snapshots__/demo.test.js.snap +++ b/components/typography/__tests__/__snapshots__/demo.test.js.snap @@ -68,7 +68,7 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
  • Patterns @@ -76,7 +76,7 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
  • Resource Download @@ -164,7 +164,7 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
  • 设计原则 @@ -172,7 +172,7 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
  • 设计模式 @@ -180,7 +180,7 @@ exports[`renders ./components/typography/demo/basic.md correctly 1`] = `
  • 设计资源 From a93767562a9220689cf731872dbf8a6adaa01fa3 Mon Sep 17 00:00:00 2001 From: Kermit Date: Wed, 10 Feb 2021 15:53:07 +0800 Subject: [PATCH 2/5] chore(slider): optimize tooltip align (#29308) --- components/slider/SliderTooltip.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/slider/SliderTooltip.tsx b/components/slider/SliderTooltip.tsx index 4a8436e29a..965b520e5f 100644 --- a/components/slider/SliderTooltip.tsx +++ b/components/slider/SliderTooltip.tsx @@ -19,7 +19,6 @@ const SliderTooltip = React.forwardRef((props, ref) => { rafRef.current = raf(() => { innerRef.current?.forcePopupAlign(); rafRef.current = null; - keepAlign(); }); } @@ -31,7 +30,7 @@ const SliderTooltip = React.forwardRef((props, ref) => { } return cancelKeepAlign; - }, [visible]); + }, [visible, props.title]); return ; }); From 5edc935d94dae97e3fe3e4c1a65181f397f173bd Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Wed, 10 Feb 2021 17:46:25 +0800 Subject: [PATCH 3/5] feat: new antd-colors, smaller size (#29307) * feat: new colors, smaller size * feat: alpha version icons, test ci --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8a02e2a8d..3d8d2bc15b 100644 --- a/package.json +++ b/package.json @@ -109,8 +109,8 @@ "ie >= 11" ], "dependencies": { - "@ant-design/colors": "^5.0.0", - "@ant-design/icons": "^4.4.0", + "@ant-design/colors": "^6.0.0", + "@ant-design/icons": "4.5.0-alpha.0", "@ant-design/react-slick": "~0.28.1", "@babel/runtime": "^7.12.5", "array-tree-filter": "^2.1.0", From 7ffacd6051ba83401feb30b2b0869724eae8e0ab Mon Sep 17 00:00:00 2001 From: zombiej Date: Wed, 10 Feb 2021 17:57:18 +0800 Subject: [PATCH 4/5] chore: Update icons version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d8d2bc15b..ffd017ac67 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ ], "dependencies": { "@ant-design/colors": "^6.0.0", - "@ant-design/icons": "4.5.0-alpha.0", + "@ant-design/icons": "^4.5.0", "@ant-design/react-slick": "~0.28.1", "@babel/runtime": "^7.12.5", "array-tree-filter": "^2.1.0", From eb720d3f846f75357065bb41eb6f4b73785320e8 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 10 Feb 2021 18:23:03 +0800 Subject: [PATCH 5/5] ci: update verify acition --- .github/workflows/verify-package-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-package-version.yml b/.github/workflows/verify-package-version.yml index 31c8387002..060adaa598 100644 --- a/.github/workflows/verify-package-version.yml +++ b/.github/workflows/verify-package-version.yml @@ -7,7 +7,7 @@ on: jobs: verify: runs-on: ubuntu-latest - if: contains(github.event.pull_request.title, 'changelog') + if: contains(github.event.pull_request.title, 'changelog') || contains(github.event.pull_request.title, 'release') steps: - uses: actions/checkout@v2 - name: verify-version