iris-gantt 1.5.1 → 1.5.2
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/README.md +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
A comprehensive, production-ready Gantt chart component built with React and TypeScript. Easy to install, simple to use, fully customizable, and responsive.
|
|
4
4
|
|
|
5
|
-
## 🆕 Version 1.5.
|
|
5
|
+
## 🆕 Version 1.5.2 (Latest)
|
|
6
|
+
|
|
7
|
+
### Improvements
|
|
8
|
+
- **Prop-driven day/week/month timeline switcher** — You can now expose a calendar view switcher in the toolbar and control the available `day`, `week`, and `month` views through props.
|
|
9
|
+
- **Configurable timeline view props** — Use `timelineView`, `timelineViews`, and `timelineViewScales` in `config`, plus `timelineViewLabels` in `uiConfig`, to customize the calendar view experience.
|
|
10
|
+
|
|
11
|
+
## 🔖 Version 1.5.0
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
|
8
14
|
- **On-Hold correctly renders over completed tasks** — The grey hatched on-hold overlay now correctly sits *above* the task bar in the DOM tree. Previously, the `status-completed` blue background colour overrode it.
|
|
@@ -10,9 +16,6 @@ A comprehensive, production-ready Gantt chart component built with React and Typ
|
|
|
10
16
|
|
|
11
17
|
- **OnHold grey lines now render with project API data** — Fixed a bug where on-hold grey bars were not visible when tasks used API field names (`workGroupName`, `plannedStartDate`, `plannedEndDate`). The normalizer now recognises these aliases, so dates are correctly resolved and the hold period overlap is detected.
|
|
12
18
|
|
|
13
|
-
### Improvements
|
|
14
|
-
- **Prop-driven day/week/month timeline switcher** — You can now expose a calendar view switcher in the toolbar and control the available `day`, `week`, and `month` views through props.
|
|
15
|
-
|
|
16
19
|
### New API Field Aliases
|
|
17
20
|
|
|
18
21
|
The `tasks` prop now accepts the following additional field names used by common project APIs:
|