Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 04a84cc

Browse files
committed
release: 1.3.0
1 parent b549fcd commit 04a84cc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.0
2+
3+
- [feat] support createG2((chart, configs)), read configs from <Chart configs={configs}>, [!24](https://github.com/antvis/g2-react/pull/24)
4+
- [fix] legacy deps, [#39](https://github.com/antvis/g2-react/issues/39)
5+
16
## 1.2.0
27

38
- [performance] react component should NOT update

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ See detail api of [g2](http://g2.alipay.com/api/)
9696
<td>false</td>
9797
<td>if the width of chart autoFit with parent</td>
9898
</tr>
99+
<tr>
100+
<td>configs</td>
101+
<td>any</td>
102+
<td></td>
103+
<td>as arguments of createG2((chart, configs))</td>
104+
</tr>
99105
</tbody>
100106
</table>
101107

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "g2-react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "factory wrapper for g2",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)