diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c25a44a..a59d1821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e365812d..8e4c80ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.0-next.3", + "version": "15.1.0-next.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index df5185e4..ed366a04 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/gantt/package.json b/packages/gantt/package.json index 49812167..6f4f6faa 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.0-next.3", + "version": "15.1.0-next.4", "schematics": "./schematics/collection.json", "exports": { ".": {