Skip to content

Commit e26ebb8

Browse files
authored
feat: changelog (#1855)
1 parent a0639f2 commit e26ebb8

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#### 2.0.7 (2020-11-04)
2+
3+
##### New Features
4+
5+
* add multi-view plot ([#1843](https://github.com/antvis/g2plot/pull/1843)) ([49785169](https://github.com/antvis/g2plot/commit/4978516975f652609c116d9a97815b4c0185e5a2))
6+
* radial bar color demo ([#1845](https://github.com/antvis/g2plot/pull/1845)) ([a4340dc6](https://github.com/antvis/g2plot/commit/a4340dc60adddde0382c87cf0c9e7d79e25bc1ec))
7+
* **column/bar:** migrate connected area interaction ([#1852](https://github.com/antvis/g2plot/pull/1852)) ([a59301f3](https://github.com/antvis/g2plot/commit/a59301f362d62a14d78f22dcfa341d77192d5607))
8+
9+
##### Bug Fixes
10+
11+
* charts issue ([64477934](https://github.com/antvis/g2plot/commit/64477934800302093013b6cc5d7c7ec0a8011a17))
12+
* update & getDefaultOptions bugs ([#1850](https://github.com/antvis/g2plot/pull/1850)) ([bc4f7c8a](https://github.com/antvis/g2plot/commit/bc4f7c8ade45162b005465e56fad2a6fa1669d00))
13+
* Scatter regression line and Dual Axes change data ([#1848](https://github.com/antvis/g2plot/pull/1848)) ([654c8e10](https://github.com/antvis/g2plot/commit/654c8e10d1f0f1d7d68f6610bfcd0b28648ce314))
14+
* type define of legend, axis ([#1842](https://github.com/antvis/g2plot/pull/1842)) ([8f035d87](https://github.com/antvis/g2plot/commit/8f035d87d90d6b7ee5ed008a570233e3d88cf11a))
15+
16+
##### Tests
17+
18+
* coverage for util/path ([#1849](https://github.com/antvis/g2plot/pull/1849)) ([dd11880c](https://github.com/antvis/g2plot/commit/dd11880c69a166a88ebd8f3aec104a3ab42078e8))
19+
* 提升 bullet 的测试覆盖率以及优化代码 ([#1844](https://github.com/antvis/g2plot/pull/1844)) ([2ae9c9e6](https://github.com/antvis/g2plot/commit/2ae9c9e608cbd00bb8f9d66a40f47126b221ec04))
20+
* 提升 histogram 的测试覆盖率 ([#1841](https://github.com/antvis/g2plot/pull/1841)) ([0ad37a6b](https://github.com/antvis/g2plot/commit/0ad37a6b13d728af1217a067c29c1699e983f31e))
21+
122
#### 2.0.6 (2020-11-02)
223

324
##### Documentation Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2plot",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "An interactive and responsive charting library",
55
"keywords": [
66
"chart",
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@antv/event-emitter": "^0.1.2",
58-
"@antv/g2": "^4.1.0-beta.14",
58+
"@antv/g2": "^4.1.0-beta.16",
5959
"d3-hierarchy": "^2.0.0",
6060
"d3-regression": "^1.3.5",
6161
"dayjs": "^1.8.36",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.0.6';
1+
export const version = '2.0.7';
22

33
// G2 自定义能力透出
44
import * as G2 from '@antv/g2';

0 commit comments

Comments
 (0)