Skip to content

Commit

Permalink
chore: new version (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Mar 17, 2021
1 parent e18fbf3 commit a0ae386
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 2.3.16 (2021-03-17)

##### Documentation Changes

* **legend:** 图例分页导航器的主题样式设置 ([#2435](https://github.com/antvis/g2plot/pull/2435)) ([e18fbf33](https://github.com/antvis/g2plot/commit/e18fbf335972f9ccd8f2616f1f63cf5e1742d30b))
* **theme:** 文档补充主题配置参考链接 ([#2433](https://github.com/antvis/g2plot/pull/2433)) ([e8f19b6c](https://github.com/antvis/g2plot/commit/e8f19b6c56583050eb82ba68cbf4bfdb225fbd2e))
* statistic 英文文档完善 ([#2423](https://github.com/antvis/g2plot/pull/2423)) ([e690398b](https://github.com/antvis/g2plot/commit/e690398b00eede031b337bb01b9e1f97f8be1672))

##### New Features

* add coordinate attribute to heatmap ([#2425](https://github.com/antvis/g2plot/pull/2425)) ([55842a6b](https://github.com/antvis/g2plot/commit/55842a6b1af3568a218f82bc80ffe7b7b777528e))
* **second-geometry:** 辅助几何图形 point 支持独立设置 state style ([#2429](https://github.com/antvis/g2plot/pull/2429)) ([7d0a5301](https://github.com/antvis/g2plot/commit/7d0a5301ae1ac5994fcb926080e03422d36d5d89))

##### Bug Fixes

* **multi-view:** 修复多图层图表折线图联动取数问题 ([#2428](https://github.com/antvis/g2plot/pull/2428)) ([52fb1471](https://github.com/antvis/g2plot/commit/52fb14717e8d547f4c82039b6b54cbb0c9f1d655))
* **liquid:** annotation width ([#2418](https://github.com/antvis/g2plot/pull/2418)) ([9ce38a40](https://github.com/antvis/g2plot/commit/9ce38a40a61c3338aaa9a0cf09498fb4644d3258))

#### 2.3.14 (2021-03-11)

##### Documentation Changes
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/g2plot",
"version": "2.3.15",
"version": "2.3.16",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.3.15';
export const version = '2.3.16';

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

0 comments on commit a0ae386

Please sign in to comment.