gantt-task-react-v 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,17 @@
2
2
 
3
3
  ## Interactive Gantt Chart for React with TypeScript.
4
4
 
5
+ ## Recent Updates
6
+
7
+ - Flexible Gantt height now adapts to its parent container, now we always see the horizontal scrolls for both task list and gantt.
8
+ - Fixed sticky gantt header on drag
9
+
5
10
  ## [Live Demo In Storybook](https://661071b076b50cb537c16c19-yrsukdfefs.chromatic.com/)
6
11
 
7
12
  ## Install
8
13
 
9
14
  ```
10
- npm install webagility-gantt-task-react
15
+ npm install https://github.com/aguilanbon/gantt-task-react-v"
11
16
  ```
12
17
 
13
18
  ## How to use it
@@ -96,7 +101,7 @@ yarn storebook
96
101
  | Parameter Name | Type | Description |
97
102
  | :------------------------- | :----- | :--------------------------------------------------------------------------------------------- |
98
103
  | headerHeight | number | Specifies the header height. |
99
- | ganttHeight | number | Specifies the gantt chart height without header. Default is 0. It`s mean no height limitation. |
104
+ | ganttHeight | number | Specifies the gantt chart height without header. If not set or 0, adapts to its parent container. |
100
105
  | columnWidth | number | Specifies the time period width. |
101
106
  | listCellWidth | string | Specifies the task list cell width. Empty string is mean "no display". |
102
107
  | rowHeight | number | Specifies the task row height. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-v",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Interactive Gantt Chart for React with TypeScript.",
5
5
  "author": "aguilanbon",
6
6
  "homepage": "https://github.com/aguilanbon/gantt-task-react-v",