Skip to content

Commit c00f2bc

Browse files
Merge pull request #572 from worktile/release-auto-v19.0.7
2 parents b58c99d + 5bf7aa0 commit c00f2bc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.7](https://github.com/worktile/ngx-gantt/compare/19.0.6...19.0.7) (2025-07-31)
6+
7+
### Bug Fixes
8+
9+
- **gantt:** 纵向滚动条往下拖动会弹回到拉动的位置 ([#569](https://github.com/worktile/ngx-gantt/issues/569)) ([dcbdeff](https://github.com/worktile/ngx-gantt/commit/dcbdeff72d63b0c52f7529e2d74cf802f59514c1))
10+
11+
### Features
12+
13+
- custom view support fill color for date #TINFR-2600 ([b58c99d](https://github.com/worktile/ngx-gantt/commit/b58c99d38649c1aa361889833e656abfb2382e60)), closes [#TINFR-2600](https://github.com/worktile/ngx-gantt/issues/TINFR-2600)
14+
515
## [19.0.6](https://github.com/worktile/ngx-gantt/compare/19.0.5...19.0.6) (2025-07-16)
616

717
### 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.6",
3+
"version": "19.0.7",
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.6",
3+
"version": "19.0.7",
44
"schematics": "./schematics/collection.json",
55
"author": "walkerkay001",
66
"license": "MIT",

0 commit comments

Comments
 (0)