Skip to content

Commit

Permalink
🔖 chore(release): v1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.2.0](v1.1.0...v1.2.0)
<sup>Released on **2024-01-10**</sup>

#### ✨ 新特性

- 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug..

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug., closes [#77](#77) ([bde06cc](bde06cc))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jan 10, 2024
1 parent bde06cc commit 319bb00
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [Version&nbsp;1.2.0](https://github.com/ant-design/pro-flow/compare/v1.1.0...v1.2.0)

<sup>Released on **2024-01-10**</sup>

#### ✨ 新特性

- 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug..

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- 新增 connect、edges、nodes 的 onChange 回调,修复 FlowEditor Demo bug., closes [#77](https://github.com/ant-design/pro-flow/issues/77) ([bde06cc](https://github.com/ant-design/pro-flow/commit/bde06cc))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

## [Version&nbsp;1.1.0](https://github.com/ant-design/pro-flow/compare/v1.0.1...v1.1.0)

<sup>Released on **2024-01-09**</sup>
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": "@ant-design/pro-flow",
"version": "1.1.0",
"version": "1.2.0",
"description": "A React based Flow components",
"keywords": [
"flow",
Expand Down

0 comments on commit 319bb00

Please sign in to comment.