Skip to content

Releases: antvis/G6

4.5.4

08 Feb 03:24
26d8473
Compare
Choose a tag to compare
  • feat: tooltip plugin supports dynamic dom configurations;
  • feat: context menu plugin supports mobile touch event;
  • feat: allow enabling stack operations at runtime;
  • fix: use origin data when changeData without data param, closes: #3459;
  • feat: shouldBegin for canvas click in click-select behavior;

4.5.3

17 Jan 02:00
ca9f159
Compare
Choose a tag to compare
  • fix: import G6 in head and call getComputedStyle, the document body is not exist;

4.5.2

14 Jan 10:31
35bbc3f
Compare
Choose a tag to compare
  • fix: node update from no icon to iconfont icon failed;
  • fix: getUpdateType with type error;
  • fix: edge label background with clearItemStates problem;
  • fix: edge label with autoRotate false and padding problem;
  • fix: changeData in the process of create-edge behavior, an error occurs, closes: #3384;

4.5.1

28 Dec 01:41
7c96c26
Compare
Choose a tag to compare
  • feat: translate graph with animation;
  • feat: zoom graph with animation;
  • feat: timebar supports filterItemTypes to configure the types of the graph items to be filtered; only nodes can be filtered before;
  • feat: timebar supports to configure the rotate of the tick labels by tickLabelStyle[dot]rotate;
  • feat: timebar supports container CSS configuration by containerCSS;
  • feat: timebar supports a function getDate to returns the date value according to each node or edge by user;
  • feat: timebar supports afunction getValue to returns the value (for trend line of trend timebar) according to each node or edge by user;
  • feat: timebar supports to configure a boolean changeData to control the filter way, true means filters by graph[dot]changeData, false means filters by graph[dot]showItem and graph[dot]hideItem;
  • feat: timebar supports to configure a function shouldIgnore to return true or false by user to decide whether the node or the edge should be ignored while filtering;
  • fix: simple timebar silder text position strategy and expand the lineAppendWidth for the slider;
  • fix: edge label padding bug, closes: #3346;
  • fix: update node with iconfont icon, the icon is updated to a wrong position, closes: #3348;

4.5.0

22 Nov 11:03
6c0bc69
Compare
Choose a tag to compare
  • fix: add item type to the parameter of afterremoveitem event;

4.4.1

16 Nov 08:35
6c0bc69
Compare
Choose a tag to compare
  • feat: zoom with animation, contributed by @Blakko;

4.4.0-beta.1

16 Nov 08:30
09dc802
Compare
Choose a tag to compare
4.4.0-beta.1 Pre-release
Pre-release
  • fix: drag-combo and drag-node with wrongly calling shouldUpdate;
  • feat: better performance for item drawing;
  • fix: disable the capture of hull shape to enhance the performance of dragging canvas with hulls;
  • fix: uncombo an empty combo, fix: #3248;
  • fix: upgrade layout to beta 5 to solve proxy problem for IE;

4.3.7

24 Sep 12:24
Compare
Choose a tag to compare
  • fix: update edge to be horizontal and the label is on wrong position;

4.3.6

24 Aug 11:59
Compare
Choose a tag to compare
  • fix: drag-node on mobile, closes: #3127;
  • fix: removeBehaviors drag-canvas cause canvas:drag event cannot be listened;
  • fix: drag-node with unexpected offseted edge end points, closes: #3118;
  • fix: delete node with combo, closes: #3141;
  • fix: update node position with wrong position;
  • feat: enableStack for drag-node behavior, closes: #3128;

4.3.5

06 Aug 10:05
Compare
Choose a tag to compare
  • fix: drag a node without comboId by drag-node with onlyChangeComboSize;
  • fix: gpu layout with async;
  • fix: minimap with delegate type cannot reach the top of the canvas, closes: #2885;
  • feat: improve the performance for updating nodes;
  • feat: updateLayout with align and alignPoint;