0.1.1 (2026-07-24)
0.1.0 (2026-04-08)
- add failure feedback for moveTask via existing ERROR event system (c2a1d44)
- core: add safety html (e84627b)
- core: Adds proper cleanup for chart slider resources (4069345)
- core: complete destroy cleanup chain for Renderer, GuideLine and Table (e82f7ac)
- core: Fixes memory leaks by properly cleaning up event listeners (a23c091)
- core: Make sure memory is cleared when deleting tasks (a270a79)
- core: recalculate dataLevel after moveTask (9b1b2f1)
- core: prevent async pattern stacking via render version counter (c0488fb)
- core: add path count limit to prevent exponential explosion in getDataChain (2af6e04)
- store selectstart handler reference for proper removeEventListener (1a5544a)
- chart-grid: skip grid rebuild when scroll stays within buffer zone (8f1b38e)
- core: optimize scroll by adding buffer zone and fix separator line leak (cb3ca67)
0.0.3 (2026-01-14)
- 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)
- core: Add 'auto' keyword color in HEADER (cd79ce6)
0.0.2 (2025-12-31)
0.0.1 (2025-11-17)
- 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)
0.0.1-rc.5 (2025-10-22)
- core: click.row event can not be triggered repeatedly (a9def3f)
- core: Adds auto-resize feature with ResizeObserver support (1c2c22c)
0.0.1-rc.4 (2025-10-07)
- core: chart view selection highlight error when expand changed (5ebe164)
- core: add remove data func (8e1d798)
- react: add remove data func (c3f0813)
- vue: add remove data func (82f9925)
0.0.1-rc.3 (2025-09-30)
- core: highlight position error (35fef4e)
- core: Temporarily resolve the anomalies that occur after data updates at the location of the data update (697a089)
0.0.1-rc.2 (2025-09-24)
- core: fix link visible error when expand some task (8d16606)
- core: fix selection pos error when expand some task (2f21b9d)
0.0.1-rc.1 (2025-09-22)
- 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)
0.0.1-beta.4 (2025-09-11)
- 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)
0.0.1-beta.3 (2025-09-10)
- core: fix the view not update after delete link (e57b809)
0.0.1-beta.2 (2025-09-09)
- core: 移动任务条时,可以按照当前时间进行跳转 (6c94c72)
- core: 优化拖拽任务条,当任务条在界外时的移动优化 (463c98b)
- core: optimizing the problem of lag when dealing with large amounts of data (6e3b32b), closes #157
- core: when click collapse button, view may not update. (304fe25)
- core: When links has cycle, it will print one warning message (a650b18)
0.0.1-beta.1 (2025-09-02)
- core: add a method for link-data chain (b316636)
- react: add a method for link-data chain (df949b1)
- vue: add a method for link-data chain (f8961e7)
0.0.1-beta.0 (2025-08-19)
- core: chart.startTime & chart.endTime invalid. (c4df71c), closes #154
- core: the table is flashing when update options. (fe5a161), closes #153
- core: add a flag for today (b4371e3)
- core: add a text config for holidays (e609122)
- core: add flag config for custom moment. (9a8cea3)
0.0.1-alpha.5 (2025-08-08)
- core: add summary bar (763c952)
- core: After the link update, there is no longer a need for manual view updates. (6281002)
- core: When create & drag links, can use ESC to cancel (55d4e1b)
0.0.1-alpha.4 (2025-08-06)
- core: scrollbar continues to scroll after touching the boundary (5a1aae5)
- link dash can not be defined in the data (7826574)
- core: add a param to control the visibility of the bar (8ddd550)
- core: add bar hover highlight & event (8a2d2c5)
- core: add baseline config. (476a4ee)
- core: add contextmenu:link event (7cea0a4)
- core: add milestone (1a1aa0c)
- core: add resize handler style config (9b5d2d7)
- core: add table collapsible btn (9e5d643)
- core: bar params support func config (88ea7da)