Skip to content

Commit

Permalink
Merge pull request #1146 from antvis/chore-3.8.2
Browse files Browse the repository at this point in the history
chore: release 3.8.2
  • Loading branch information
zengyue authored Mar 4, 2021
2 parents b4de11d + 808f0b6 commit 6a33051
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
#### 3.8.2 (2021-03-04)

##### Chores

* 升级travis node 版本 ([3e990f15](/~https://github.com/antvis/f2/commit/3e990f1586b01e71b252a437a2b7d9e97b040305))

##### New Features

* image 添加 radius 属性 ([31ddbc50](/~https://github.com/antvis/f2/commit/31ddbc50fe69db04145718f816d81af5e07133ce))
* group 支持添加背景 ([94403b69](/~https://github.com/antvis/f2/commit/94403b69b4827910e07c455077b81f836830a0c8))

##### Bug Fixes

* 修复touchend 后,points为空 ([e769d642](/~https://github.com/antvis/f2/commit/e769d6424c4158cc4a764b16c7044f8324537070))
* 修复hollowCircle报错和多geom时,crosshairs不显示的问题。Fixed [#1140](/~https://github.com/antvis/f2/pull/1140) ([c1b5c85b](/~https://github.com/antvis/f2/commit/c1b5c85b4ef68b85cda7a67340c5dda49c7501cc))
* 修复tooltip posy小于0被截断不显示 ([bcda3586](/~https://github.com/antvis/f2/commit/bcda35865c9e58b339bb53b07f6ccb5fda360f07))

#### 3.8.2 (2021-03-04)

##### Chores

* 升级travis node 版本 ([3e990f15](/~https://github.com/antvis/f2/commit/3e990f1586b01e71b252a437a2b7d9e97b040305))

##### New Features

* image 添加 radius 属性 ([31ddbc50](/~https://github.com/antvis/f2/commit/31ddbc50fe69db04145718f816d81af5e07133ce))
* group 支持添加背景 ([94403b69](/~https://github.com/antvis/f2/commit/94403b69b4827910e07c455077b81f836830a0c8))

##### Bug Fixes

* 修复hollowCircle报错和多geom时,crosshairs不显示的问题。Fixed [#1140](/~https://github.com/antvis/f2/pull/1140) ([c1b5c85b](/~https://github.com/antvis/f2/commit/c1b5c85b4ef68b85cda7a67340c5dda49c7501cc))
* 修复tooltip posy小于0被截断不显示 ([bcda3586](/~https://github.com/antvis/f2/commit/bcda35865c9e58b339bb53b07f6ccb5fda360f07))

#### 3.8.1 (2020-12-04)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "3.8.1",
"version": "3.8.2",
"description": "Charts for mobile visualization.",
"keywords": [
"f2",
Expand Down
2 changes: 1 addition & 1 deletion src/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import lang from './aria-lang.CN';
import { deepMix } from './util/common';

const Global = {
version: '3.8.1',
version: '3.8.2',
scales: {},
widthRatio: {
column: 1 / 2,
Expand Down

0 comments on commit 6a33051

Please sign in to comment.