Skip to content

Commit

Permalink
build: release 15.1.0-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Mar 27, 2023
1 parent 75d49ec commit 13fff38
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
All notable changes to ngx-gantt will be documented in this file.

## [15.1.0-next.4](https://github.com/worktile/ngx-gantt/compare/15.1.0-next.3...15.1.0-next.4) (2023-03-27)

### Features

- bar drag scroll without drop list #INFR-6189 ([2926586](https://github.com/worktile/ngx-gantt/commit/29265863b348bfa9be51aac3a85845453e6519d6)), closes [#INFR-6189](https://github.com/worktile/ngx-gantt/issues/INFR-6189)
- support column inherits the class when gantt-table-column sets class #INFR-6999 ([81f37c9](https://github.com/worktile/ngx-gantt/commit/81f37c9f02025bfdc315cbba718b876202a021a0)), closes [#INFR-6999](https://github.com/worktile/ngx-gantt/issues/INFR-6999)

### Bug Fixes

- disable drag scroll ([#337](https://github.com/worktile/ngx-gantt/issues/337)) ([75d49ec](https://github.com/worktile/ngx-gantt/commit/75d49ec16fbeb3fccdcc950f2ca863e3ec0dd810))
- fix table drag error when drag stared #INFR-7058 ([d5a0093](https://github.com/worktile/ngx-gantt/commit/d5a0093bb140ef1ac4c6edfa702fc6ade0c373c0)), closes [#INFR-7058](https://github.com/worktile/ngx-gantt/issues/INFR-7058)
- fix table width error when change columns #INFR-7012 ([25b1487](https://github.com/worktile/ngx-gantt/commit/25b1487d15e5130ae05ae14f32ba07bb3ef0aef2)), closes [#INFR-7012](https://github.com/worktile/ngx-gantt/issues/INFR-7012)
- hide items without start and end #INFR-7011 ([#334](https://github.com/worktile/ngx-gantt/issues/334)) ([00d70be](https://github.com/worktile/ngx-gantt/commit/00d70be1cc1044c5d766c1005be6cc752a10d729)), closes [#INFR-7011](https://github.com/worktile/ngx-gantt/issues/INFR-7011) [#INFR-7011](https://github.com/worktile/ngx-gantt/issues/INFR-7011)

## [15.1.0-next.3](https://github.com/worktile/ngx-gantt/compare/15.1.0-next.1...15.1.0-next.3) (2023-03-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/gantt",
"version": "15.1.0-next.3",
"version": "15.1.0-next.4",
"description": "A modern and powerful gantt chart component for Angular",
"keywords": [
"gantt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/gantt",
"version": "15.1.0-next.3",
"version": "15.1.0-next.4",
"schematics": "./schematics/collection.json",
"exports": {
".": {
Expand Down

0 comments on commit 13fff38

Please sign in to comment.