Skip to content

Commit 2539687

Browse files
Merge pull request #557 from worktile/release-auto-v19.0.5
2 parents 5108e2b + bca2be0 commit 2539687

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [19.0.5](https://github.com/worktile/ngx-gantt/compare/19.0.4...19.0.5) (2025-07-04)
6+
7+
### Bug Fixes
8+
9+
- **gantt:** 修复win系统,左侧表格横向滚轴按钮不生效,滚动条在可视窗口展示 ([#555](https://github.com/worktile/ngx-gantt/issues/555)) ([5108e2b](https://github.com/worktile/ngx-gantt/commit/5108e2b8449e1f8010e9076c42f39746a26f924f))
10+
511
## [19.0.4](https://github.com/worktile/ngx-gantt/compare/19.0.3...19.0.4) (2025-06-23)
612

713
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/gantt",
3-
"version": "19.0.4",
3+
"version": "19.0.5",
44
"author": "walkerkay001",
55
"license": "MIT",
66
"description": "A modern and powerful gantt chart component for Angular",

packages/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/gantt",
3-
"version": "19.0.4",
3+
"version": "19.0.5",
44
"schematics": "./schematics/collection.json",
55
"author": "walkerkay001",
66
"license": "MIT",

0 commit comments

Comments
 (0)