1 Star 0 Fork 0

TaroAltman / GGEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG.md 13.22 KB
一键复制 编辑 原始数据 按行查看 历史
高力 提交于 2020-07-10 18:33 . chore: update the changelog of the project

3.1.3 (2020-07-10)

Bug Fixes

  • fix onAfterConnect event (a704aec)

3.1.2 (2020-06-11)

Bug Fixes

3.1.1 (2020-04-22)

Bug Fixes

  • distinguish class component and function component (565159f)
  • suppress content editable warning (5f4135c)

3.1.0 (2020-04-07)

Bug Fixes

  • copying a model should be a deep copy (03f9875)
  • the GraphEvent parameter may be empty (d9476dd)

Features

  • 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)

Features

  • command manager is not singleton (962779a)

3.0.5 (2020-02-11)

Bug Fixes

  • maybe parent node is undefined (3d3c3a4)

3.0.4 (2020-02-11)

Bug Fixes

  • optimize the shouldTriggerShortcut method (9fd1db9)
  • the edges may have been removed (63045b5)

Features

  • export the global instance (c1ff342)
  • focus on the root node of the mind graph (3025a2d)

3.0.3 (2020-02-06)

Bug Fixes

  • add shouldTriggerShortcut method (3880958)

Features

  • export G6 and baseCommand (eb103c7)

3.0.2 (2020-02-04)

Features

  • export commandManager and behaviorManager (a67fb0a)

3.0.1 (2020-01-15)

Bug Fixes

  • check if edge is destroyed (e6c2e06)

Features

  • add fold and unfold buttons for mind graph (86a9067)

3.0.0 (2020-01-09)

Features

2.0.4 (2019-04-24)

Bug Fixes

  • Fix the position of the edges of the group (8ea67e4)

2.0.3 (2019-04-08)

Features

  • Add the type definitions for the project (b70ff04)

2.0.2 (2019-03-20)

Bug Fixes

  • Add the setting of corejs option (a635c64)

2.0.1 (2019-01-15)

Bug Fixes

  • The root node of mind can not be selected (735da00)

Features

  • Minimap: Import the Minimap component directly from G6 (4bba85e)

2.0.0 (2019-01-02)

Features

  • Replace @antv/g6-editor with gg-editor-core (44c0e92)

1.5.2 (2018-12-29)

Features

  • Get the project version from the environment variables (57bf784)

1.5.1 (2018-12-28)

Bug Fixes

  • Can't get the version of the project (abc59fc)

1.5.0 (2018-12-28)

Bug Fixes

  • Can't get the pageId property of the child class (2e2b1fe)

1.4.0 (2018-12-26)

Features

1.3.5 (2018-12-14)

Features

  • 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)

Features

  • Complement the mouse synthetic event (4c3f0cf)

1.3.1 (2018-11-02)

1.3.0 (2018-10-24)

Features

  • Replace the track method with the track method of G6Editor (8356eee)

1.2.5 (2018-10-21)

Features

  • Context: Forward the ref property (c370409)

1.2.4 (2018-10-21)

Bug Fixes

  • Register: Pass the context down to the Register component (2a32a9d)

1.2.3 (2018-10-19)

1.2.2 (2018-09-30)

Bug Fixes

  • Toolbar: Register the Toolbar after the page added (252662a)

1.2.1 (2018-09-29)

Features

  • propsAPI: Pass the executeCommand method (dff1c1b)

1.2.0 (2018-09-20)

Bug Fixes

  • Page: Fix the propType of pageId (3b6259b)
  • Update the components reference (d748568)

Features

  • GGEditor: Add the withPropsAPI static method for the GGEditor (d5602c6)
  • propsAPI: Pass the read and save method of the current page (a08fca8)

1.1.3 (2018-09-11)

Bug Fixes

  • Listener support the components async render (a27a1fa)

1.1.2 (2018-09-10)

1.1.1 (2018-09-06)

Bug Fixes

  • 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)

Features

  • 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 and style 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)
TypeScript
1
https://gitee.com/zhangxuanzhi/GGEditor.git
git@gitee.com:zhangxuanzhi/GGEditor.git
zhangxuanzhi
GGEditor
GGEditor
master

搜索帮助