Skip to content

Commit

Permalink
up g2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hm.hm committed Aug 21, 2018
1 parent b271174 commit 09ac4c5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
#### 3.2.2-beta.4
### 3.2.3
#### G2 version 3.2.7
#### buf fix
- fix(chart): downlownImage not working in svg context
- fix(event): fixed bug of guide-line click
- fix(g): avoid initializing matrix again, use reset instead
- fix(g): new a rect as clip instead of add the shape into a group
- fix(legend): fix continuous error position when useHtml is true
- fix(legend): slider mousemove events under the condition that legend container is a seperate canvas
- fix(region-filter): 判断layer销毁不执行创建shape的行为
- fix(tooltip): fixed tooltip bug of enterable feature
- fix(tooltip, event): fix plotleave and tooltip hide bugs

#### New Features
- chore(dev): remove svg-related building code
- chore(dev): update g and interaction
- chore(test): fixing test cases for new renderer
- chore(tooltip): blockTooltipChange -> stopTooltip
- feat(renderer): chart scope renderer switching
- feat(tooltip): add blockTooltipChange state
- feat(track): add trackingInfo for product analysis
- refactor(g): change __attrs to _attrs in tests

#### 3.2.1-beta.4
##### bug fix
- fix testDemo bugs: dataChange,data change lodash isEqual error.

#### 3.2.2-beta.3
#### 3.2.1-beta.3
##### bug fix
- after padding change, guide disappear.
- after geom label content change, change padding, geom label content change as before.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bizcharts",
"version": "3.2.1-beta.4",
"version": "3.2.2",
"description": "A powerful React chart library based G2 for browser",
"main": "umd/BizCharts.js",
"browser": "umd/BizCharts.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"react": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@antv/g2": "3.2.7-beta.5",
"@antv/g2": "3.2.7",
"invariant": "^2.2.2",
"warning": "^3.0.0",
"prop-types": "^15.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Themes from './themes';
import * as components from './components';


G2.Global.trackingInfo = { bizcharts: '3.2.1-beta.4' };
G2.Global.trackingInfo = { bizcharts: '3.2.2' };

const BizCharts = Util.mix(components, {
G2,
Expand Down

0 comments on commit 09ac4c5

Please sign in to comment.