3.1.3 (2020-07-10)
- fix
onAfterConnect
event (a704aec)
3.1.2 (2020-06-11)
3.1.1 (2020-04-22)
- distinguish class component and function component (565159f)
- suppress content editable warning (5f4135c)
3.1.0 (2020-04-07)
withEditorContext
supports functional component (e7e3512)- refactor the anchor point of the node (9edbf9a)
- upgrade to G6 3.3.x (104c6c1)
3.0.6 (2020-03-24)
- command manager is not singleton (962779a)
3.0.5 (2020-02-11)
- maybe parent node is undefined (3d3c3a4)
3.0.4 (2020-02-11)
3.0.3 (2020-02-06)
- add
shouldTriggerShortcut
method (3880958)
- export
G6
andbaseCommand
(eb103c7)
3.0.2 (2020-02-04)
- export
commandManager
andbehaviorManager
(a67fb0a)
3.0.1 (2020-01-15)
- check if edge is destroyed (e6c2e06)
- add
fold
andunfold
buttons for mind graph (86a9067)
3.0.0 (2020-01-09)
- upgrade to G6 3.x (a5e574d)
2.0.4 (2019-04-24)
- Fix the position of the edges of the group (8ea67e4)
2.0.3 (2019-04-08)
- Add the type definitions for the project (b70ff04)
2.0.2 (2019-03-20)
- Add the setting of
corejs
option (a635c64)
2.0.1 (2019-01-15)
- The root node of mind can not be selected (735da00)
- Minimap: Import the
Minimap
component directly fromG6
(4bba85e)
2.0.0 (2019-01-02)
- Replace
@antv/g6-editor
withgg-editor-core
(44c0e92)
1.5.2 (2018-12-29)
- Get the project version from the environment variables (57bf784)
1.5.1 (2018-12-28)
- Can't get the version of the project (abc59fc)
1.5.0 (2018-12-28)
- Can't get the
pageId
property of the child class (2e2b1fe)
1.4.0 (2018-12-26)
- Add the
Koni
component (5fbbc8e)
1.3.5 (2018-12-14)
- Record the version of the project (8de4469)
- Upgrade the
track
method (d2d41b8) - track: Delay sending track messages (f29aab6)
- utils: Add the
toQueryString
method (2681afc) - utils: Add the
uniqueId
method (03d56e7)
1.3.4 (2018-11-22)
1.3.3 (2018-11-06)
1.3.2 (2018-11-06)
- Complement the mouse synthetic event (4c3f0cf)
1.3.1 (2018-11-02)
1.3.0 (2018-10-24)
- Replace the track method with the track method of G6Editor (8356eee)
1.2.5 (2018-10-21)
- Context: Forward the
ref
property (c370409)
1.2.4 (2018-10-21)
- Register: Pass the context down to the
Register
component (2a32a9d)
1.2.3 (2018-10-19)
1.2.2 (2018-09-30)
- Toolbar: Register the
Toolbar
after the page added (252662a)
1.2.1 (2018-09-29)
- propsAPI: Pass the
executeCommand
method (dff1c1b)
1.2.0 (2018-09-20)
- GGEditor: Add the
withPropsAPI
static method for the GGEditor (d5602c6) - propsAPI: Pass the
read
andsave
method of the current page (a08fca8)
1.1.3 (2018-09-11)
- Listener support the components async render (a27a1fa)
1.1.2 (2018-09-10)
1.1.1 (2018-09-06)
- constants.js: Rename event onBeforeItemUnactived to onBeforeItemInactivated as unactived is not (9a15675)
- DetailPannel: Fix repeat render (d1bfb78)
- Fix onKeyUpEditLabel event (a4cafda)
- Fix read data after component props changed (56bb985)
- Fix register command (3022645)
- Rename events name (ed3a301)
- Flow: Add the default data for the Flow component (a73394c)
- Flow: Add the default props for the Flow component (b091bb9)
- ItemPanel: To separate the typo Itempannel from the code base. (c54f6d7)
- track.js: Update the format of the
page
param (2594366)
- Execute
read
method after page added (25e41d1) - ContextMenu: The menu container can toggle display status based on the page status (8c294c9)
- Init (33ea4e0)
- Base/Editor: Call track funciton when the either Mind or Flow is added on the page (e0d974c)
- BaseComponent: Rename Base/index into Base/BaseComponent (e1af153)
- ContextMenu: Pass the
className
andstyle
props to the ContextMenu component (74a32ef) - Global: Add Global for storing global variables (2703203)
- Minimap: Resize automatically (c125f94)
- PropsAPI: Add PropsAPI class for exposing the API as the props for the child components in con (51b199d)
- utils: Add toQueryString into utils (b8d0981)
- webpack.config.base: Add GG_EDITOR_VERSION, G6_VERSION, G6_EDITOR_VERSION from package.json as (2440d0d)