Skip to content

Commit fd21d82

Browse files
committed
update to v0.0.3
1 parent c2c984e commit fd21d82

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [0.0.3](https://github.com/xpyjs/gantt/compare/v0.0.2...v0.0.3) (2026-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Fixes memory leak in link cleanup operations ([f525e00](https://github.com/xpyjs/gantt/commit/f525e00df8b1625c40353540c1b723563ed47f6a))
7+
* **core:** Improves chart slider boundary detection logic ([342508f](https://github.com/xpyjs/gantt/commit/342508fa2b971f2d81a9cc0e964577f6520fdd11))
8+
* **core:** Improves task update diff algorithm for better performance ([cf8e086](https://github.com/xpyjs/gantt/commit/cf8e0861d1f469c8419f59ed7d3dec8b4b080572))
9+
* **core:** listen option changed and update resize line style ([533ef66](https://github.com/xpyjs/gantt/commit/533ef665229a6295b61b2f01fdb8a4059120cc45))
10+
* **core:** Prevents event bubbling on expand button interactions ([be55d0c](https://github.com/xpyjs/gantt/commit/be55d0c794a8ac421b2d0e7fa981bdd74bc71221))
11+
* **core:** table column width reset when options changed ([80825b9](https://github.com/xpyjs/gantt/commit/80825b92672ee9abece9c017ee20af65e458ab53))
12+
* **core:** update collapse button when options changed. ([af45120](https://github.com/xpyjs/gantt/commit/af451207379a62ff2128013a97fb6bad58a296a9))
13+
* **core:** update milestone shape y pos ([eaef0c9](https://github.com/xpyjs/gantt/commit/eaef0c9245198fb39b273999122d2af7ba0b8c4b))
14+
* **core:** update scrollbar style when options changed ([dc147f8](https://github.com/xpyjs/gantt/commit/dc147f87b1c4f072fae31612ffa3e78aaa929998))
15+
16+
17+
### Features
18+
19+
* **core:** Add 'auto' keyword color in HEADER ([cd79ce6](https://github.com/xpyjs/gantt/commit/cd79ce6e2e50af5d1364c0f69821ff428aa9bc87))
20+
21+
22+
123
## [0.0.2](https://github.com/xpyjs/gantt/compare/v0.0.1...v0.0.2) (2025-12-31)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"scripts": {
66
"dev:core": "node scripts/dev.js core",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xpyjs/gantt-core",
33
"private": false,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "A powerful and flexible Gantt chart component library for modern web applications with TypeScript support",
66
"type": "module",
77
"main": "./dist/x-gantt.umd.cjs",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpyjs/gantt-react",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": false,
55
"description": "React wrapper for x-gantt",
66
"author": "JeremyJone",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xpyjs/gantt-vue",
33
"private": false,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Vue wrapper for x-gantt",
66
"type": "module",
77
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)