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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. 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.0 (Latest)
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iris-gantt",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "A comprehensive, production-ready Gantt chart component built with React and TypeScript. Easy to install, simple to use.",
5
5
  "keywords": [
6
6
  "gantt",