Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix animationOptions type #1989

Merged
merged 2 commits into from
Apr 9, 2022
Merged

fix: fix animationOptions type #1989

merged 2 commits into from
Apr 9, 2022

Conversation

NewByVector
Copy link
Contributor

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Enhancement (changes that improvement of current feature or performance)
  • Refactoring (changes that neither fixes a bug nor adds a feature)
  • Test Case (changes that add missing tests or correct existing tests)
  • Code style optimization (changes that do not affect the meaning of the code)
  • Docs (changes that only update documentation)
  • Chore (changes that don't modify src or test files)

Self Check before Merge

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@x6-bot
Copy link
Contributor

x6-bot bot commented Apr 9, 2022

@NewByVector Please provide us with more info about this pull request.

@x6-bot x6-bot bot added PR: unreviewed PR does not have any reviews. resolution: needs more info 需要更多信息 Issues that require more information from their reporters pkg:x6 size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 9, 2022
@NewByVector NewByVector merged commit 5020e92 into master Apr 9, 2022
@NewByVector NewByVector deleted the fix-animate-type branch April 9, 2022 04:23
@x6-bot x6-bot bot added PR: merged PR has merged. and removed PR: unreviewed PR does not have any reviews. labels Apr 9, 2022
github-actions bot pushed a commit that referenced this pull request Apr 9, 2022
## @antv/x6 [1.31.3](https://github.com/antvis/x6/compare/@antv/x6@1.31.2...@antv/x6@1.31.3) (2022-04-09)

### Bug Fixes

* fix animationOptions type ([#1989](#1989)) ([5020e92](5020e92))
@x6-bot
Copy link
Contributor

x6-bot bot commented Apr 9, 2022

🎉 This PR is included in the following release 🎉

Thanks for being a part of the AntV community! 💪💯

@x6-bot x6-bot bot added the released PR has released label Apr 9, 2022
NewByVector added a commit that referenced this pull request Apr 12, 2022
* fix: 🐛 update dnd widget zIndex

* fix: 🐛 fix animateOptions type
NewByVector added a commit that referenced this pull request Apr 12, 2022
* fix(x6-vue-shape): 🐛 error on removing fragment node (#1974)

* fix: 🐛 fix scroller resize size miscalculation when graph resize (#1977)

Co-authored-by: mrmengj <mrmengj@gmail.como>

* fix: 🐛 change copystyle not include number propery when toSvg (#1985)

* docs: 📚️ optimize tooltip tools (#1988)

* docs: 📚️ update doc api (#1991)

Co-authored-by: DanielLeefu <you@2228429150@qq.com>

* fix: 🐛 fix animationOptions type (#1989)

* fix: 🐛 update dnd widget zIndex

* fix: 🐛 fix animateOptions type

* fix: 🐛 sync from master

* fix: 🐛 annotate a error test cases

Co-authored-by: sallen450 <qinghua10199@gmail.com>
Co-authored-by: MrMengJ <2646973632@qq.com>
Co-authored-by: mrmengj <mrmengj@gmail.como>
Co-authored-by: 九思⚡⚡⚡ <2228429150@qq.com>
Co-authored-by: DanielLeefu <you@2228429150@qq.com>
@x6-bot
Copy link
Contributor

x6-bot bot commented Jun 5, 2022

🎉 This PR is included in the following release 🎉

Thanks for being a part of the AntV community! 💪💯

github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
# [1.31.0](https://github.com/antvis/x6/compare/@antv/x6@1.30.2...@antv/x6@1.31.0) (2022-11-03)

### Bug Fixes

* 🐛 add return value for autoScroller in scroller plugin ([5e102a3](5e102a3))
* 🐛 add timeout for schedule ([#2303](#2303)) ([a6a2d12](a6a2d12))
* 🐛 change init method to public ([#2671](#2671)) ([8a17bfa](8a17bfa))
* 🐛 change jobqueue to transient ([0e39d94](0e39d94))
* 🐛 debounce update methords in scroller ([6e1bd9b](6e1bd9b))
* 🐛 ensure css loader for plugin ([24de125](24de125))
* 🐛 fix cellEditorOptions typo ([#1895](#1895)) ([4d174d7](4d174d7))
* 🐛 fix multiple selection drag error ([5ae7807](5ae7807))
* 🐛 fix the error in selected nodes position when snapline enabled ([#2797](#2797)) ([1e7f132](1e7f132))
* 🐛 fix type error in keyboard plugin ([#2674](#2674)) ([1701150](1701150))

### Features

* ✨ add autoResize feature ([5aeae97](5aeae97))
* ✨ add clipboard plugin ([8107f6d](8107f6d))
* ✨ add css method for dom ([#1959](#1959)) ([e8fbcd8](e8fbcd8))
* ✨ add dnd plugin ([269fae9](269fae9))
* ✨ add dom data methods ([#1969](#1969)) ([d1eb01c](d1eb01c))
* ✨ add dom event to replace jquery event ([#1929](#1929)) ([68c143b](68c143b))
* ✨ add events module in common ([#1932](#1932)) ([c1d0fc1](c1d0fc1))
* ✨ add history plugin ([#2819](#2819)) ([fd8d384](fd8d384))
* ✨ add html shape ([8d75504](8d75504))
* ✨ add keyboard plugin ([#2665](#2665)) ([bf53677](bf53677))
* ✨ add minimap plugin ([6cdecbb](6cdecbb))
* ✨ add panning and mousewheel module ([#2243](#2243)) ([55d36e4](55d36e4))
* ✨ add scroller api ([12173bf](12173bf))
* ✨ add selection plugin ([#2742](#2742)) ([50a5dc7](50a5dc7))
* ✨ add snapline plugin ([294672b](294672b))
* ✨ add some missing api ([1dcb3d9](1dcb3d9))
* ✨ add stencil plugin ([#2815](#2815)) ([4e1fb7b](4e1fb7b))
* ✨ add transform plugin ([#2818](#2818)) ([660e2d7](660e2d7))
* ✨ add trnsition methods for scroller plugin ([#2670](#2670)) ([f43e0a5](f43e0a5))
* ✨ add version.ts ([#1981](#1981)) ([aee3666](aee3666))
* ✨ add view sorting and display feature ([#2206](#2206)) ([9496d1a](9496d1a))
* ✨ add virtual render feature ([#2198](#2198)) ([fcba5e1](fcba5e1))
* ✨ export common and geometry in x6 package ([#2820](#2820)) ([df28200](df28200))
* ✨ expose the selection api ([#2756](#2756)) ([f3edbbc](f3edbbc))
* ✨ improve auto-resize feature ([40d5335](40d5335))
* ✨ improve scroller plugin ([#2667](#2667)) ([25b238f](25b238f))
* ✨ init x6-core repo ([#1954](#1954)) ([d7cfb6a](d7cfb6a))
* ✨ init x6-next repo ([#1943](#1943)) ([5913369](5913369))
* ✨ put animation in x6-common ([#2411](#2411)) ([f1c80a8](f1c80a8))
* ✨ remove jquery deps in x6-core ([#1971](#1971)) ([38c6fd6](38c6fd6))
* ✨ support inherit options for react-shape registry ([#2596](#2596)) ([ad63046](ad63046))
* 🐛 support click on the non-text area without adding a new label ([#1894](#1894)) ([4ae1b9e](4ae1b9e))
* add config module for x6-next ([#1945](#1945)) ([075db14](075db14))
* add onPortRendered options ([#2649](#2649)) ([12c6725](12c6725))
* add priority scheduling for async jobs ([#2052](#2052)) ([c32fdfd](c32fdfd))
* add rss command to run sharable scripts ([4a45fa7](4a45fa7))
* add rss command to run sharable scripts ([65764be](65764be))
* add scheduler for render nodes to improve performance ([#2044](#2044)) ([57a50a9](57a50a9))
* add scroller plugin ([#2580](#2580)) ([5e0e2ac](5e0e2ac))
* support mouseenter and mouseleave event ([#2559](#2559)) ([ecfd426](ecfd426))
* sync code from master ([#2004](#2004)) ([c681405](c681405)), closes [#1974](#1974) [#1977](#1977) [#1985](#1985) [#1988](#1988) [#1991](#1991) [#1989](#1989)

### Performance Improvements

* ⚡️ check whether label existed in port ([#2063](#2063)) ([5ae7271](5ae7271))
* ⚡️ optimize breakText for a high performance version ([#2242](#2242)) ([0aced58](0aced58))
* ⚡️ repalce getTransformToElement and getBBox to improve performance ([#2177](#2177)) ([1436586](1436586))
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
# [1.31.0](https://github.com/antvis/x6/compare/@antv/x6@1.30.2...@antv/x6@1.31.0) (2022-11-03)

### Bug Fixes

* 🐛 add return value for autoScroller in scroller plugin ([5e102a3](5e102a3))
* 🐛 add timeout for schedule ([#2303](#2303)) ([a6a2d12](a6a2d12))
* 🐛 change init method to public ([#2671](#2671)) ([8a17bfa](8a17bfa))
* 🐛 change jobqueue to transient ([0e39d94](0e39d94))
* 🐛 debounce update methords in scroller ([6e1bd9b](6e1bd9b))
* 🐛 ensure css loader for plugin ([24de125](24de125))
* 🐛 fix cellEditorOptions typo ([#1895](#1895)) ([4d174d7](4d174d7))
* 🐛 fix multiple selection drag error ([5ae7807](5ae7807))
* 🐛 fix the error in selected nodes position when snapline enabled ([#2797](#2797)) ([1e7f132](1e7f132))
* 🐛 fix type error in keyboard plugin ([#2674](#2674)) ([1701150](1701150))
* deps version ([2aff4b4](2aff4b4))

### Features

* ✨ add autoResize feature ([5aeae97](5aeae97))
* ✨ add clipboard plugin ([8107f6d](8107f6d))
* ✨ add css method for dom ([#1959](#1959)) ([e8fbcd8](e8fbcd8))
* ✨ add dnd plugin ([269fae9](269fae9))
* ✨ add dom data methods ([#1969](#1969)) ([d1eb01c](d1eb01c))
* ✨ add dom event to replace jquery event ([#1929](#1929)) ([68c143b](68c143b))
* ✨ add events module in common ([#1932](#1932)) ([c1d0fc1](c1d0fc1))
* ✨ add history plugin ([#2819](#2819)) ([fd8d384](fd8d384))
* ✨ add html shape ([8d75504](8d75504))
* ✨ add keyboard plugin ([#2665](#2665)) ([bf53677](bf53677))
* ✨ add minimap plugin ([6cdecbb](6cdecbb))
* ✨ add panning and mousewheel module ([#2243](#2243)) ([55d36e4](55d36e4))
* ✨ add scroller api ([12173bf](12173bf))
* ✨ add selection plugin ([#2742](#2742)) ([50a5dc7](50a5dc7))
* ✨ add snapline plugin ([294672b](294672b))
* ✨ add some missing api ([1dcb3d9](1dcb3d9))
* ✨ add stencil plugin ([#2815](#2815)) ([4e1fb7b](4e1fb7b))
* ✨ add transform plugin ([#2818](#2818)) ([660e2d7](660e2d7))
* ✨ add trnsition methods for scroller plugin ([#2670](#2670)) ([f43e0a5](f43e0a5))
* ✨ add version.ts ([#1981](#1981)) ([aee3666](aee3666))
* ✨ add view sorting and display feature ([#2206](#2206)) ([9496d1a](9496d1a))
* ✨ add virtual render feature ([#2198](#2198)) ([fcba5e1](fcba5e1))
* ✨ export common and geometry in x6 package ([#2820](#2820)) ([df28200](df28200))
* ✨ expose the selection api ([#2756](#2756)) ([f3edbbc](f3edbbc))
* ✨ improve auto-resize feature ([40d5335](40d5335))
* ✨ improve scroller plugin ([#2667](#2667)) ([25b238f](25b238f))
* ✨ init x6-core repo ([#1954](#1954)) ([d7cfb6a](d7cfb6a))
* ✨ init x6-next repo ([#1943](#1943)) ([5913369](5913369))
* ✨ put animation in x6-common ([#2411](#2411)) ([f1c80a8](f1c80a8))
* ✨ remove jquery deps in x6-core ([#1971](#1971)) ([38c6fd6](38c6fd6))
* ✨ support inherit options for react-shape registry ([#2596](#2596)) ([ad63046](ad63046))
* 🐛 support click on the non-text area without adding a new label ([#1894](#1894)) ([4ae1b9e](4ae1b9e))
* add config module for x6-next ([#1945](#1945)) ([075db14](075db14))
* add onPortRendered options ([#2649](#2649)) ([12c6725](12c6725))
* add priority scheduling for async jobs ([#2052](#2052)) ([c32fdfd](c32fdfd))
* add rss command to run sharable scripts ([4a45fa7](4a45fa7))
* add rss command to run sharable scripts ([65764be](65764be))
* add scheduler for render nodes to improve performance ([#2044](#2044)) ([57a50a9](57a50a9))
* add scroller plugin ([#2580](#2580)) ([5e0e2ac](5e0e2ac))
* support mouseenter and mouseleave event ([#2559](#2559)) ([ecfd426](ecfd426))
* sync code from master ([#2004](#2004)) ([c681405](c681405)), closes [#1974](#1974) [#1977](#1977) [#1985](#1985) [#1988](#1988) [#1991](#1991) [#1989](#1989)

### Performance Improvements

* ⚡️ check whether label existed in port ([#2063](#2063)) ([5ae7271](5ae7271))
* ⚡️ optimize breakText for a high performance version ([#2242](#2242)) ([0aced58](0aced58))
* ⚡️ repalce getTransformToElement and getBBox to improve performance ([#2177](#2177)) ([1436586](1436586))
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
# [1.31.0-beta.1](https://github.com/antvis/x6/compare/@antv/x6@1.30.2...@antv/x6@1.31.0-beta.1) (2022-11-03)

### Bug Fixes

* 🐛 add return value for autoScroller in scroller plugin ([5e102a3](5e102a3))
* 🐛 add timeout for schedule ([#2303](#2303)) ([a6a2d12](a6a2d12))
* 🐛 change init method to public ([#2671](#2671)) ([8a17bfa](8a17bfa))
* 🐛 change jobqueue to transient ([0e39d94](0e39d94))
* 🐛 debounce update methords in scroller ([6e1bd9b](6e1bd9b))
* 🐛 ensure css loader for plugin ([24de125](24de125))
* 🐛 fix cellEditorOptions typo ([#1895](#1895)) ([4d174d7](4d174d7))
* 🐛 fix multiple selection drag error ([5ae7807](5ae7807))
* 🐛 fix the error in selected nodes position when snapline enabled ([#2797](#2797)) ([1e7f132](1e7f132))
* 🐛 fix type error in keyboard plugin ([#2674](#2674)) ([1701150](1701150))
* deps version ([2aff4b4](2aff4b4))

### Features

* ✨ add autoResize feature ([5aeae97](5aeae97))
* ✨ add clipboard plugin ([8107f6d](8107f6d))
* ✨ add css method for dom ([#1959](#1959)) ([e8fbcd8](e8fbcd8))
* ✨ add dnd plugin ([269fae9](269fae9))
* ✨ add dom data methods ([#1969](#1969)) ([d1eb01c](d1eb01c))
* ✨ add dom event to replace jquery event ([#1929](#1929)) ([68c143b](68c143b))
* ✨ add events module in common ([#1932](#1932)) ([c1d0fc1](c1d0fc1))
* ✨ add history plugin ([#2819](#2819)) ([fd8d384](fd8d384))
* ✨ add html shape ([8d75504](8d75504))
* ✨ add keyboard plugin ([#2665](#2665)) ([bf53677](bf53677))
* ✨ add minimap plugin ([6cdecbb](6cdecbb))
* ✨ add panning and mousewheel module ([#2243](#2243)) ([55d36e4](55d36e4))
* ✨ add scroller api ([12173bf](12173bf))
* ✨ add selection plugin ([#2742](#2742)) ([50a5dc7](50a5dc7))
* ✨ add snapline plugin ([294672b](294672b))
* ✨ add some missing api ([1dcb3d9](1dcb3d9))
* ✨ add stencil plugin ([#2815](#2815)) ([4e1fb7b](4e1fb7b))
* ✨ add transform plugin ([#2818](#2818)) ([660e2d7](660e2d7))
* ✨ add trnsition methods for scroller plugin ([#2670](#2670)) ([f43e0a5](f43e0a5))
* ✨ add version.ts ([#1981](#1981)) ([aee3666](aee3666))
* ✨ add view sorting and display feature ([#2206](#2206)) ([9496d1a](9496d1a))
* ✨ add virtual render feature ([#2198](#2198)) ([fcba5e1](fcba5e1))
* ✨ export common and geometry in x6 package ([#2820](#2820)) ([df28200](df28200))
* ✨ expose the selection api ([#2756](#2756)) ([f3edbbc](f3edbbc))
* ✨ improve auto-resize feature ([40d5335](40d5335))
* ✨ improve scroller plugin ([#2667](#2667)) ([25b238f](25b238f))
* ✨ init x6-core repo ([#1954](#1954)) ([d7cfb6a](d7cfb6a))
* ✨ init x6-next repo ([#1943](#1943)) ([5913369](5913369))
* ✨ put animation in x6-common ([#2411](#2411)) ([f1c80a8](f1c80a8))
* ✨ remove jquery deps in x6-core ([#1971](#1971)) ([38c6fd6](38c6fd6))
* ✨ support inherit options for react-shape registry ([#2596](#2596)) ([ad63046](ad63046))
* 🐛 support click on the non-text area without adding a new label ([#1894](#1894)) ([4ae1b9e](4ae1b9e))
* add config module for x6-next ([#1945](#1945)) ([075db14](075db14))
* add onPortRendered options ([#2649](#2649)) ([12c6725](12c6725))
* add priority scheduling for async jobs ([#2052](#2052)) ([c32fdfd](c32fdfd))
* add rss command to run sharable scripts ([4a45fa7](4a45fa7))
* add rss command to run sharable scripts ([65764be](65764be))
* add scheduler for render nodes to improve performance ([#2044](#2044)) ([57a50a9](57a50a9))
* add scroller plugin ([#2580](#2580)) ([5e0e2ac](5e0e2ac))
* support mouseenter and mouseleave event ([#2559](#2559)) ([ecfd426](ecfd426))
* sync code from master ([#2004](#2004)) ([c681405](c681405)), closes [#1974](#1974) [#1977](#1977) [#1985](#1985) [#1988](#1988) [#1991](#1991) [#1989](#1989)

### Performance Improvements

* ⚡️ check whether label existed in port ([#2063](#2063)) ([5ae7271](5ae7271))
* ⚡️ optimize breakText for a high performance version ([#2242](#2242)) ([0aced58](0aced58))
* ⚡️ repalce getTransformToElement and getBBox to improve performance ([#2177](#2177)) ([1436586](1436586))
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
# [1.31.0-beta.1](https://github.com/antvis/x6/compare/@antv/x6@1.30.2...@antv/x6@1.31.0-beta.1) (2022-11-03)

### Bug Fixes

* 🐛 add return value for autoScroller in scroller plugin ([5e102a3](5e102a3))
* 🐛 add timeout for schedule ([#2303](#2303)) ([a6a2d12](a6a2d12))
* 🐛 change init method to public ([#2671](#2671)) ([8a17bfa](8a17bfa))
* 🐛 change jobqueue to transient ([0e39d94](0e39d94))
* 🐛 debounce update methords in scroller ([6e1bd9b](6e1bd9b))
* 🐛 ensure css loader for plugin ([24de125](24de125))
* 🐛 fix cellEditorOptions typo ([#1895](#1895)) ([4d174d7](4d174d7))
* 🐛 fix multiple selection drag error ([5ae7807](5ae7807))
* 🐛 fix the error in selected nodes position when snapline enabled ([#2797](#2797)) ([1e7f132](1e7f132))
* 🐛 fix type error in keyboard plugin ([#2674](#2674)) ([1701150](1701150))
* deps version ([2aff4b4](2aff4b4))
* error -> ETXTBSY: text file is busy ([814e0dd](814e0dd))

### chore

* release beta ([b5f3cfa](b5f3cfa))

### Features

* ✨ add autoResize feature ([5aeae97](5aeae97))
* ✨ add clipboard plugin ([8107f6d](8107f6d))
* ✨ add css method for dom ([#1959](#1959)) ([e8fbcd8](e8fbcd8))
* ✨ add dnd plugin ([269fae9](269fae9))
* ✨ add dom data methods ([#1969](#1969)) ([d1eb01c](d1eb01c))
* ✨ add dom event to replace jquery event ([#1929](#1929)) ([68c143b](68c143b))
* ✨ add events module in common ([#1932](#1932)) ([c1d0fc1](c1d0fc1))
* ✨ add history plugin ([#2819](#2819)) ([fd8d384](fd8d384))
* ✨ add html shape ([8d75504](8d75504))
* ✨ add keyboard plugin ([#2665](#2665)) ([bf53677](bf53677))
* ✨ add minimap plugin ([6cdecbb](6cdecbb))
* ✨ add panning and mousewheel module ([#2243](#2243)) ([55d36e4](55d36e4))
* ✨ add scroller api ([12173bf](12173bf))
* ✨ add selection plugin ([#2742](#2742)) ([50a5dc7](50a5dc7))
* ✨ add snapline plugin ([294672b](294672b))
* ✨ add some missing api ([1dcb3d9](1dcb3d9))
* ✨ add stencil plugin ([#2815](#2815)) ([4e1fb7b](4e1fb7b))
* ✨ add transform plugin ([#2818](#2818)) ([660e2d7](660e2d7))
* ✨ add trnsition methods for scroller plugin ([#2670](#2670)) ([f43e0a5](f43e0a5))
* ✨ add version.ts ([#1981](#1981)) ([aee3666](aee3666))
* ✨ add view sorting and display feature ([#2206](#2206)) ([9496d1a](9496d1a))
* ✨ add virtual render feature ([#2198](#2198)) ([fcba5e1](fcba5e1))
* ✨ export common and geometry in x6 package ([#2820](#2820)) ([df28200](df28200))
* ✨ expose the selection api ([#2756](#2756)) ([f3edbbc](f3edbbc))
* ✨ improve auto-resize feature ([40d5335](40d5335))
* ✨ improve scroller plugin ([#2667](#2667)) ([25b238f](25b238f))
* ✨ init x6-core repo ([#1954](#1954)) ([d7cfb6a](d7cfb6a))
* ✨ init x6-next repo ([#1943](#1943)) ([5913369](5913369))
* ✨ put animation in x6-common ([#2411](#2411)) ([f1c80a8](f1c80a8))
* ✨ remove jquery deps in x6-core ([#1971](#1971)) ([38c6fd6](38c6fd6))
* ✨ support inherit options for react-shape registry ([#2596](#2596)) ([ad63046](ad63046))
* 🐛 support click on the non-text area without adding a new label ([#1894](#1894)) ([4ae1b9e](4ae1b9e))
* add config module for x6-next ([#1945](#1945)) ([075db14](075db14))
* add onPortRendered options ([#2649](#2649)) ([12c6725](12c6725))
* add priority scheduling for async jobs ([#2052](#2052)) ([c32fdfd](c32fdfd))
* add rss command to run sharable scripts ([4a45fa7](4a45fa7))
* add rss command to run sharable scripts ([65764be](65764be))
* add scheduler for render nodes to improve performance ([#2044](#2044)) ([57a50a9](57a50a9))
* add scroller plugin ([#2580](#2580)) ([5e0e2ac](5e0e2ac))
* support mouseenter and mouseleave event ([#2559](#2559)) ([ecfd426](ecfd426))
* sync code from master ([#2004](#2004)) ([c681405](c681405)), closes [#1974](#1974) [#1977](#1977) [#1985](#1985) [#1988](#1988) [#1991](#1991) [#1989](#1989)

### Performance Improvements

* ⚡️ check whether label existed in port ([#2063](#2063)) ([5ae7271](5ae7271))
* ⚡️ optimize breakText for a high performance version ([#2242](#2242)) ([0aced58](0aced58))
* ⚡️ repalce getTransformToElement and getBBox to improve performance ([#2177](#2177)) ([1436586](1436586))

### BREAKING CHANGES

* 2.0-beta
github-actions bot pushed a commit that referenced this pull request Nov 3, 2022
# [2.0.0-beta.1](https://github.com/antvis/x6/compare/@antv/x6@1.30.2...@antv/x6@2.0.0-beta.1) (2022-11-03)

### Bug Fixes

* 🐛 add return value for autoScroller in scroller plugin ([5e102a3](5e102a3))
* 🐛 add timeout for schedule ([#2303](#2303)) ([a6a2d12](a6a2d12))
* 🐛 change init method to public ([#2671](#2671)) ([8a17bfa](8a17bfa))
* 🐛 change jobqueue to transient ([0e39d94](0e39d94))
* 🐛 debounce update methords in scroller ([6e1bd9b](6e1bd9b))
* 🐛 ensure css loader for plugin ([24de125](24de125))
* 🐛 fix cellEditorOptions typo ([#1895](#1895)) ([4d174d7](4d174d7))
* 🐛 fix multiple selection drag error ([5ae7807](5ae7807))
* 🐛 fix the error in selected nodes position when snapline enabled ([#2797](#2797)) ([1e7f132](1e7f132))
* 🐛 fix type error in keyboard plugin ([#2674](#2674)) ([1701150](1701150))
* deps version ([2aff4b4](2aff4b4))
* error -> ETXTBSY: text file is busy ([814e0dd](814e0dd))
* unique cmd file name ([da18f12](da18f12))

### chore

* release beta ([b5f3cfa](b5f3cfa))

### Features

* ✨ add autoResize feature ([5aeae97](5aeae97))
* ✨ add clipboard plugin ([8107f6d](8107f6d))
* ✨ add css method for dom ([#1959](#1959)) ([e8fbcd8](e8fbcd8))
* ✨ add dnd plugin ([269fae9](269fae9))
* ✨ add dom data methods ([#1969](#1969)) ([d1eb01c](d1eb01c))
* ✨ add dom event to replace jquery event ([#1929](#1929)) ([68c143b](68c143b))
* ✨ add events module in common ([#1932](#1932)) ([c1d0fc1](c1d0fc1))
* ✨ add history plugin ([#2819](#2819)) ([fd8d384](fd8d384))
* ✨ add html shape ([8d75504](8d75504))
* ✨ add keyboard plugin ([#2665](#2665)) ([bf53677](bf53677))
* ✨ add minimap plugin ([6cdecbb](6cdecbb))
* ✨ add panning and mousewheel module ([#2243](#2243)) ([55d36e4](55d36e4))
* ✨ add scroller api ([12173bf](12173bf))
* ✨ add selection plugin ([#2742](#2742)) ([50a5dc7](50a5dc7))
* ✨ add snapline plugin ([294672b](294672b))
* ✨ add some missing api ([1dcb3d9](1dcb3d9))
* ✨ add stencil plugin ([#2815](#2815)) ([4e1fb7b](4e1fb7b))
* ✨ add transform plugin ([#2818](#2818)) ([660e2d7](660e2d7))
* ✨ add trnsition methods for scroller plugin ([#2670](#2670)) ([f43e0a5](f43e0a5))
* ✨ add version.ts ([#1981](#1981)) ([aee3666](aee3666))
* ✨ add view sorting and display feature ([#2206](#2206)) ([9496d1a](9496d1a))
* ✨ add virtual render feature ([#2198](#2198)) ([fcba5e1](fcba5e1))
* ✨ export common and geometry in x6 package ([#2820](#2820)) ([df28200](df28200))
* ✨ expose the selection api ([#2756](#2756)) ([f3edbbc](f3edbbc))
* ✨ improve auto-resize feature ([40d5335](40d5335))
* ✨ improve scroller plugin ([#2667](#2667)) ([25b238f](25b238f))
* ✨ init x6-core repo ([#1954](#1954)) ([d7cfb6a](d7cfb6a))
* ✨ init x6-next repo ([#1943](#1943)) ([5913369](5913369))
* ✨ put animation in x6-common ([#2411](#2411)) ([f1c80a8](f1c80a8))
* ✨ remove jquery deps in x6-core ([#1971](#1971)) ([38c6fd6](38c6fd6))
* ✨ support inherit options for react-shape registry ([#2596](#2596)) ([ad63046](ad63046))
* 🐛 support click on the non-text area without adding a new label ([#1894](#1894)) ([4ae1b9e](4ae1b9e))
* add config module for x6-next ([#1945](#1945)) ([075db14](075db14))
* add onPortRendered options ([#2649](#2649)) ([12c6725](12c6725))
* add priority scheduling for async jobs ([#2052](#2052)) ([c32fdfd](c32fdfd))
* add rss command to run sharable scripts ([4a45fa7](4a45fa7))
* add rss command to run sharable scripts ([65764be](65764be))
* add scheduler for render nodes to improve performance ([#2044](#2044)) ([57a50a9](57a50a9))
* add scroller plugin ([#2580](#2580)) ([5e0e2ac](5e0e2ac))
* support mouseenter and mouseleave event ([#2559](#2559)) ([ecfd426](ecfd426))
* support turbo ([1da55bf](1da55bf))
* sync code from master ([#2004](#2004)) ([c681405](c681405)), closes [#1974](#1974) [#1977](#1977) [#1985](#1985) [#1988](#1988) [#1991](#1991) [#1989](#1989)

### Performance Improvements

* ⚡️ check whether label existed in port ([#2063](#2063)) ([5ae7271](5ae7271))
* ⚡️ optimize breakText for a high performance version ([#2242](#2242)) ([0aced58](0aced58))
* ⚡️ repalce getTransformToElement and getBBox to improve performance ([#2177](#2177)) ([1436586](1436586))

### BREAKING CHANGES

* force release 2.0-beta
* 2.0-beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged PR has merged. released PR has released resolution: needs more info 需要更多信息 Issues that require more information from their reporters size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant