2.0.6 (2026-03-18)
- npm audit (031919d)
2.0.5 (2026-01-08)
- 🐛 fixed ci release loop (83b242f)
2.0.4 (2026-01-08)
2.0.3 (2026-01-08)
2.0.2 (2026-01-08)
2.0.1 (2026-01-08)
2.0.0 (2026-01-08)
- 🎸 migrate to ESM and ES2020 (a2fce00)
- 🧨 Migrated from CommonJS to ESM and updated compilation target to ES2020.
✅ Closes: Module System: Library now uses native ESM ("type": "module" in package.json).
1.41.0 (2025-09-15)
- 🐛 Axios version and ubuntu latest (cd178cc)
- 🐛 playwright version compatible with ubuntu latest (020868d), closes #228
1.40.0 (2025-05-22)
1.39.4 (2025-05-09)
1.39.3 (2025-01-20)
1.39.2 (2025-01-10)
1.39.1 (2024-10-02)
1.39.0 (2024-10-01)
1.38.0 (2024-08-27)
1.37.1 (2024-07-11)
1.37.0 (2024-07-09)
1.36.2 (2024-06-19)
1.36.1 (2024-04-04)
1.36.0 (2024-03-12)
1.35.0 (2024-03-04)
1.34.0 (2024-03-04)
1.33.2 (2024-02-29)
1.33.1 (2024-02-29)
1.33.0 (2024-02-29)
- 🎸 [Task]onEndTimeRange function refactored (9f01d48), closes #198
- 🎸 [TimeLine]Added connection between Tasks (eedea42), closes #198
- 🎸 [TimeLine]Added Line between tasks in TimeLine (0d9c009), closes #198
1.32.3 (2024-02-27)
1.32.2 (2024-02-19)
1.32.1 (2024-02-15)
1.32.0 (2024-02-14)
1.31.0 (2024-02-13)
1.30.2 (2024-02-13)
1.30.1 (2024-02-09)
1.30.0 (2024-02-09)
1.29.2 (2024-02-06)
1.29.1 (2024-02-06)
1.29.0 (2024-02-05)
1.28.0 (2024-01-31)
1.27.1 (2024-01-25)
1.27.0 (2024-01-24)
1.26.1 (2024-01-19)
1.26.0 (2024-01-18)
1.25.2 (2024-01-17)
1.25.1 (2024-01-16)
1.25.0 (2023-12-05)
1.24.0 (2023-12-04)
1.23.0 (2023-11-30)
1.22.2 (2023-11-28)
1.22.1 (2023-11-24)
1.22.0 (2023-11-21)
- 🎸 [Task] Added range for task Y cordinate (c623547), closes #103
- 🎸 [Task] Changed Vertical dragAndDrop (722fdf0), closes #103
1.21.2 (2023-11-20)
- 🐛 fixed tooltip duration (66472f8)
1.21.1 (2023-11-20)
1.21.0 (2023-11-20)
1.20.1 (2023-11-16)
1.20.0 (2023-11-16)
1.19.0 (2023-11-16)
1.18.1 (2023-11-16)
1.18.0 (2023-11-14)
1.17.0 (2023-11-09)
- 🎸 [TimeLine]Added AboveTimeBlocksVisible (1e463c7)
1.16.2 (2023-11-06)
- 🐛 [Timeline] Fixed display for month unit (a551ddf)
- 🐛 [TimeLine] Fixed display of unit above (f67d077), closes #140
- 🐛 [TimeLine] Fixed display of visibleTimeBlock with Tz (d6f31e5), closes #140
- 🐛 [TimeLine] fixed display unitAbove when TZ change (6f7b7b0), closes #140
- 🐛 [timeLine] fixed start interval for week unit (02c81d9), closes #140
- 🐛 [Timeline] Print unit above of length = rowHeight (ea9a047)
1.16.1 (2023-10-31)
1.16.0 (2023-10-27)
1.15.4 (2023-10-26)
1.15.3 (2023-10-25)
1.15.2 (2023-10-23)
1.15.1 (2023-10-23)
1.15.0 (2023-10-20)
1.14.3 (2023-10-20)
1.14.2 (2023-10-18)
- 🐛 [Timeline] Check valid timezone (4c21145)
1.14.1 (2023-10-17)
- 🐛 [Task] Receive changes from outside and update state (e2d0528)
1.14.0 (2023-10-17)
1.13.1 (2023-10-17)
- 🐛 [Time] Validation improve (bdc0817)
1.13.0 (2023-10-17)
- 🐛 [Timeline] Allow tz in initialDateTime and task ranges (361acae)
- 🎸 [Timeline] Added custom header label prop (6482931)
1.12.0 (2023-10-16)
1.11.0 (2023-10-16)
- 🎸 [Task] Added flags for task operations (7815a7c), closes #113
- 🎸 [Task] Change callback onResizeEnd (1fc102b), closes #113
1.10.0 (2023-10-16)
- 🎸 [Task] Added y coordinate getter (b8d3b24)
1.9.0 (2023-09-29)
1.8.0 (2023-09-28)
1.7.7 (2023-09-26)
1.7.6 (2023-09-26)
1.7.5 (2023-09-25)
1.7.4 (2023-09-22)
1.7.3 (2023-09-22)
1.7.2 (2023-09-20)
1.7.1 (2023-09-20)
1.7.0 (2023-09-20)
- 🐛 [Grid] Added min safe dimensions (a8627f4), closes #85
- 🐛 [Task] Fixed label responsive positioning (cde0663), closes #86
- 🎸 [Task] Add contrast text color (94f922c)
1.6.0 (2023-09-19)
- 🎸 [Grid] Allow resize of rows (f051ae7), closes #57
- 🎸 [Task] Display label based on prop (a462068), closes #59
1.5.2 (2023-09-19)
1.5.1 (2023-09-19)
- 🐛 [Timeline] Calculating visibile timeBlocks in ctx (d149233)
1.5.0 (2023-09-18)
- 🎸 [Grid] Display 5% grid before / after (b8c021c)
1.4.6 (2023-09-15)
1.4.5 (2023-09-14)
1.4.4 (2023-09-14)
1.4.3 (2023-09-14)
1.4.2 (2023-09-14)
1.4.1 (2023-09-13)
1.4.0 (2023-09-12)
- 🎸 [Task] Added drag snap feature (6223e77), closes #46
- 🎸 [Timeline] Added dragResolution property (4072e0b), closes #46
1.3.2 (2023-09-08)
1.3.1 (2023-09-06)
1.3.0 (2023-09-06)
1.2.0 (2023-08-31)
- offset applied also in x dimension (17c71ec)
1.1.0 (2023-08-31)
- getting scrollbar size from offset height (aee389d)
1.0.3 (2023-08-31)
1.0.2 (2023-08-28)
1.0.1 (2023-08-24)
- [KonvaTimeline] First implementation (5e87714)