@syncfusion/ej2-vue-gantt 22.1.34 → 22.1.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.
- package/CHANGELOG.md +25 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +6 -6
- package/styles/gantt/material3-dark.css +20 -11
- package/styles/gantt/material3.css +20 -11
- package/styles/material3-dark.css +20 -11
- package/styles/material3.css +20 -11
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
### Gantt Chart
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
10
|
+
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
11
|
+
- `#I469289` - Fit to project is not working properly issue has been fixed.
|
|
12
|
+
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
13
|
+
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|
|
14
|
+
- `#F182867` - Edit template for start date column not works issue has been fixed.
|
|
15
|
+
- `#I470521` - Toolbar template is not working properly in react issue has been fixed.
|
|
16
|
+
- `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
|
|
17
|
+
|
|
18
|
+
## 22.1.34 (2023-06-21)
|
|
19
|
+
|
|
20
|
+
### Gantt Chart
|
|
21
|
+
|
|
7
22
|
#### Features
|
|
8
23
|
|
|
9
24
|
-`#I43435` - Improved the user interface of taskbar resizing and moving actions in the Gantt Chart. Now, when users perform taskbar resizing or moving, a virtual element is displayed instead of updating the original taskbar element. This virtual element remains visible until the action is completed, providing users with a clear representation of the changes they are making. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/editing.html).
|
|
@@ -1737,6 +1752,16 @@
|
|
|
1737
1752
|
- **Localization** - Provides inherent support to localize the UI.
|
|
1738
1753
|
|
|
1739
1754
|
|
|
1755
|
+
## 21.1.36 (2023-06-28)
|
|
1756
|
+
|
|
1757
|
+
### Gantt Chart
|
|
1758
|
+
|
|
1759
|
+
#### Bug Fixes
|
|
1760
|
+
|
|
1761
|
+
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
1762
|
+
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|
|
1763
|
+
- `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
|
|
1764
|
+
|
|
1740
1765
|
## 19.3.43 (2021-09-30)
|
|
1741
1766
|
|
|
1742
1767
|
### Gantt
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|