-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: image lost while updating the size for an image node, closes: #3938
; (#3991) * fix: image lost while updating the size for an image node, closes: #3938; * chore: update version num * 自环边样式 startPoint & endPoint 计算问题 #3974 (#3990) * fix: 自环问题连接点问题修复 * feat: change var to halfOfWidth and halfOfHeight * feat: 修改注释 * feat: 完善文档 * feat: 修改注释 * feat: 修改注释 * feat: add loop feat unit test * feat: 删除空行 * feat: 修改名称 Co-authored-by: linjie <[email protected]> Co-authored-by: tulaoda <[email protected]> Co-authored-by: linjie <[email protected]>
- Loading branch information
1 parent
6561f29
commit ce0dbae
Showing
16 changed files
with
535 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import G6 from '@antv/g6-pc'; | ||
|
||
G6.version = '4.7.7'; | ||
G6.version = '4.7.8'; | ||
|
||
export * from '@antv/g6-pc'; | ||
export default G6; | ||
export const version = '4.7.7'; | ||
export const version = '4.7.8'; |
Oops, something went wrong.