Skip to content

Commit

Permalink
release 3.3.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Nov 19, 2018
1 parent 16cfa74 commit 44d05c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
#### 3.3.0-beta.1 (2018-11-11)
#### 3.3.0-beta.4 (2018-11-19)

##### Chores

Expand All @@ -7,6 +7,7 @@

##### New Features

* support snap property for crosshairs. ([267e59eb](https://github.com/antvis/f2/commit/267e59ebe249ebc38bad2abed0f3e6ca29933d4c))
* Guide component support change visible. ([1ba0db13](https://github.com/antvis/f2/commit/1ba0db13eaea3d24c82cb16646136636e032cfdb))
* PieLabel plugin support active selected shape. ([fc06bca3](https://github.com/antvis/f2/commit/fc06bca3bd07f8ffe32935ab7ec9ad0b64ed9dd8))
* optimize category scale's normalization of non-drawing data. For pan and swipe interaction. ([14556a29](https://github.com/antvis/f2/commit/14556a294b3922c5219b0017a5437898bbd3fa4b))
Expand All @@ -20,8 +21,10 @@

##### Bug Fixes

* fix the gradient color bug. Closed [#389](https://github.com/antvis/f2/pull/389). ([5cf6e442](https://github.com/antvis/f2/commit/5cf6e44248507e18b4f4ac5fbdee33fe3407a9f9))
* fix pinch errors of category scale. Closed [#342](https://github.com/antvis/f2/pull/342). ([d41802f2](https://github.com/antvis/f2/commit/d41802f294a01c70af5f8b178c1c8362add395d9))


#### 3.2.4 (2018-10-25)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "3.3.0-beta.3",
"version": "3.3.0-beta.4",
"description": "Charts for mobile visualization.",
"keywords": [
"f2",
Expand Down
2 changes: 1 addition & 1 deletion src/global.js
Expand Up @@ -2,7 +2,7 @@ const Theme = require('./theme');
const Util = require('./util/common');

const Global = {
version: '3.3.0-beta.3',
version: '3.3.0-beta.4',
trackable: true,
scales: {},
widthRatio: {
Expand Down

0 comments on commit 44d05c4

Please sign in to comment.