Skip to content

Releases: xpyjs/gantt

v0.0.3

14 Jan 07:10

Choose a tag to compare

Bug Fixes

  • core: Fixes memory leak in link cleanup operations (f525e00)
  • core: Improves chart slider boundary detection logic (342508f)
  • core: Improves task update diff algorithm for better performance (cf8e086)
  • core: listen option changed and update resize line style (533ef66)
  • core: Prevents event bubbling on expand button interactions (be55d0c)
  • core: table column width reset when options changed (80825b9)
  • core: update collapse button when options changed. (af45120)
  • core: update milestone shape y pos (eaef0c9)
  • core: update scrollbar style when options changed (dc147f8)

Features

  • core: Add 'auto' keyword color in HEADER (cd79ce6)

v0.0.2

31 Dec 10:05

Choose a tag to compare

Bug Fixes

  • core: Abnormal slider pos when drag data (df39023), closes #167

v0.0.1

17 Nov 07:11

Choose a tag to compare

Features

  • core: add a time param on click.row / dblclick.row / contextmenu.row. User can create a schedule quickly by event. (4c8f9dc)
  • core: add drag function. User can allow a drag icon at left on table. When dragging, it will be appeared a prompt area/line on gantt. (2cfc30f)
  • core: change log default level to warn. (bcd2394)
  • react: add drag function on react. (8aa69df)
  • react: update parameters description (9354030)
  • vue: Adaptation parameters (486ee41)
  • vue: add drag function on vue. (68bfee0)

v0.0.1-rc.5

22 Oct 06:43

Choose a tag to compare

v0.0.1-rc.5 Pre-release
Pre-release

Bug Fixes

  • core: click.row event can not be triggered repeatedly (a9def3f)

Features

  • core: Adds auto-resize feature with ResizeObserver support (1c2c22c)

v0.0.1-rc.4

07 Oct 10:05

Choose a tag to compare

v0.0.1-rc.4 Pre-release
Pre-release

Bug Fixes

  • core: chart view selection highlight error when expand changed (5ebe164)

Features

  • core: add remove data func (8e1d798)
  • react: add remove data func (c3f0813)
  • vue: add remove data func (82f9925)

v0.0.1-rc.3

30 Sep 09:44

Choose a tag to compare

v0.0.1-rc.3 Pre-release
Pre-release

Bug Fixes

  • core: highlight position error (35fef4e)
  • core: Temporarily resolve the anomalies that occur after data updates at the location of the data update (697a089)

v0.0.1-rc.2

24 Sep 06:39

Choose a tag to compare

v0.0.1-rc.2 Pre-release
Pre-release

Bug Fixes

  • core: fix link visible error when expand some task (8d16606)
  • core: fix selection pos error when expand some task (2f21b9d)

v0.0.1-rc.1

22 Sep 07:23

Choose a tag to compare

v0.0.1-rc.1 Pre-release
Pre-release

Features

  • core: add get task method & get size method & scroll method (ef6c4fa)
  • core: update slider & baseline events (228717a)
  • react: add get task method & get size method & scroll method (a5288dc)
  • react: update slider & baseline events (d654efa)
  • vue: add get task method & get size method & scroll method (b4cead8)
  • vue: update slider & baseline events (def7536)

v0.0.1-beta.4

11 Sep 09:49

Choose a tag to compare

v0.0.1-beta.4 Pre-release
Pre-release

Bug Fixes

  • core: fix baseline render error (a3d4d81)
  • core: fix link bling when scrolling (bdca277)
  • core: link contextmenu error (30bcfac)
  • core: links disappeared when update someone task (84819db)
  • core: Optimization of render link (df790ec)
  • core: slider moves abnormally to right after toggle table display (b2e122d)
  • core: table row contextmenu event error (1c9cfa9)
  • core: update blink when link has cycle and full tasks-link will be blink. (49053b5)

v0.0.1-beta.3

10 Sep 07:06

Choose a tag to compare

v0.0.1-beta.3 Pre-release
Pre-release

Bug Fixes

  • core: fix the view not update after delete link (e57b809)