Skip to content

Commit 042bda1

Browse files
Merge pull request #511 from worktile/release-auto-v18.1.0-next.0
2 parents 0f88a5c + ec87b2a commit 042bda1

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
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-
## [18.0.5](https://github.com/worktile/ngx-gantt/compare/18.0.4...18.0.5) (2024-11-27)
6-
5+
# [18.1.0-next.0](https://github.com/worktile/ngx-gantt/compare/18.0.5...18.1.0-next.0) (2025-02-06)
76

8-
### Bug Fixes
7+
### Features
98

10-
* fix ngx-gantt-table itemClick event not work [#472](https://github.com/worktile/ngx-gantt/issues/472) ([4c0bdbb](https://github.com/worktile/ngx-gantt/commit/4c0bdbbc50829019bba48bb9af16d4508fe89344))
9+
- add time zone support [#501](https://github.com/worktile/ngx-gantt/issues/501) ([#502](https://github.com/worktile/ngx-gantt/issues/502)) ([255dac2](https://github.com/worktile/ngx-gantt/commit/255dac26b07c3e20c52ddc958089026427841b36))
10+
- **i18n:** support 简体中文, 繁體中文, English, 日本語, Deutsch, Русский язык [#499](https://github.com/worktile/ngx-gantt/issues/499) [#491](https://github.com/worktile/ngx-gantt/issues/491) ([#500](https://github.com/worktile/ngx-gantt/issues/500)) ([028a49c](https://github.com/worktile/ngx-gantt/commit/028a49c4771cca915023b193320a02dd8bc8e0c1))
11+
- support Date type for gantt start and end date ([0f88a5c](https://github.com/worktile/ngx-gantt/commit/0f88a5cea35c2d5e3167dd003867961defa5ca8c))
1112

13+
## [18.0.5](https://github.com/worktile/ngx-gantt/compare/18.0.4...18.0.5) (2024-11-27)
1214

13-
### Features
15+
### Bug Fixes
1416

15-
* **gantt:** support quick time focus #TINFR-1044 ([#494](https://github.com/worktile/ngx-gantt/issues/494)) ([df0f813](https://github.com/worktile/ngx-gantt/commit/df0f8136874f8ab908e93efb727ec24135f24f29)), closes [#TINFR-1044](https://github.com/worktile/ngx-gantt/issues/TINFR-1044)
17+
- fix ngx-gantt-table itemClick event not work [#472](https://github.com/worktile/ngx-gantt/issues/472) ([4c0bdbb](https://github.com/worktile/ngx-gantt/commit/4c0bdbbc50829019bba48bb9af16d4508fe89344))
1618

19+
### Features
1720

21+
- **gantt:** support quick time focus #TINFR-1044 ([#494](https://github.com/worktile/ngx-gantt/issues/494)) ([df0f813](https://github.com/worktile/ngx-gantt/commit/df0f8136874f8ab908e93efb727ec24135f24f29)), closes [#TINFR-1044](https://github.com/worktile/ngx-gantt/issues/TINFR-1044)
1822

1923
## [18.0.4](https://github.com/worktile/ngx-gantt/compare/18.0.3...18.0.4) (2024-10-22)
2024

21-
2225
### Bug Fixes
2326

24-
* reset draggable or linkable when modify item.draggable or item.linkable #TINFR-806 ([f05e47f](https://github.com/worktile/ngx-gantt/commit/f05e47ff6a7e98cd97887f316ee2f13041ee5802)), closes [#TINFR-806](https://github.com/worktile/ngx-gantt/issues/TINFR-806)
25-
26-
27+
- reset draggable or linkable when modify item.draggable or item.linkable #TINFR-806 ([f05e47f](https://github.com/worktile/ngx-gantt/commit/f05e47ff6a7e98cd97887f316ee2f13041ee5802)), closes [#TINFR-806](https://github.com/worktile/ngx-gantt/issues/TINFR-806)
2728

2829
## [18.0.3](https://github.com/worktile/ngx-gantt/compare/18.0.2...18.0.3) (2024-09-26)
2930

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": "18.0.5",
3+
"version": "18.1.0-next.0",
44
"author": "walkerkay001",
55
"license": "MIT",
66
"description": "A modern and powerful gantt chart component for Angular",

packages/gantt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/gantt",
3-
"version": "18.0.5",
3+
"version": "18.1.0-next.0",
44
"schematics": "./schematics/collection.json",
55
"author": "walkerkay001",
66
"license": "MIT",
@@ -31,6 +31,6 @@
3131
"@angular/cdk": ">=17.0.0",
3232
"rxjs": "^6.5.0 || ^7.0.0",
3333
"date-fns": ">=4.0.0",
34-
"@date-fns/tz":">=1.0.0"
34+
"@date-fns/tz": ">=1.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)