Skip to content

Commit 77c46c4

Browse files
committed
build: release 19.0.8-next.0
1 parent 861d8a0 commit 77c46c4

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.8-next.0](https://github.com/worktile/ngx-gantt/compare/19.0.7...19.0.8-next.0) (2025-09-09)
6+
7+
### Bug Fixes
8+
9+
- add 404.html for GitHub Pages SPA routing support ([cc3e46e](https://github.com/worktile/ngx-gantt/commit/cc3e46eec9b87cc0974af5b14b3e1b7908ccf04c))
10+
- add enablement parameter to GitHub Pages deployment workflow ([30f85a5](https://github.com/worktile/ngx-gantt/commit/30f85a5e61bddb37836f6c08a102d33d88ee51fa))
11+
- ensure buildFlatItems is called on every items change [#568](https://github.com/worktile/ngx-gantt/issues/568) ([90fdff3](https://github.com/worktile/ngx-gantt/commit/90fdff36d48397cf11a677457fa4a39cc0e5bd22))
12+
- update expandChange event to emit groups instead of null ([c0f8360](https://github.com/worktile/ngx-gantt/commit/c0f8360dbb68629a1b9ba11497b54d524f5dd578))
13+
514
## [19.0.7](https://github.com/worktile/ngx-gantt/compare/19.0.6...19.0.7) (2025-07-31)
615

716
### 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.7",
3+
"version": "19.0.8-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: 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.7",
3+
"version": "19.0.8-next.0",
44
"schematics": "./schematics/collection.json",
55
"author": "walkerkay001",
66
"license": "MIT",

0 commit comments

Comments
 (0)