@thepocman/gantt-task-react 1.0.35 → 1.0.36

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.
@@ -163,6 +163,7 @@ export interface Task {
163
163
  comparisonLevel?: number;
164
164
  status?: string;
165
165
  phase?: string;
166
+ taskOwner?: string;
166
167
  }
167
168
  export interface EmptyTask {
168
169
  id: string;
@@ -173,6 +174,7 @@ export interface EmptyTask {
173
174
  comparisonLevel?: number;
174
175
  status?: string;
175
176
  phase?: string;
177
+ taskOwner?: string;
176
178
  displayOrder?: number;
177
179
  isDisabled?: boolean;
178
180
  styles?: Partial<ColorStyles>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Fork of gantt-task-react with support for grouped tasks on a single row when collapsed",
5
5
  "author": "Adrian Bueno <adrianlbueno@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/adrianlbueno/gantt-task-react#readme",