v0.1.18
v0.1.18
- Release v0.1.17 (4c81c53)
- Refactor date handling in Gantt chart components (1449e9d)
- Updated
llm.txtto clarify the behavior of block date ranges and their rendering. - Modified
computeDateMarkingRectsto use exact start and end times for block date ranges, improving precision in rendering. - Added a test case to ensure correct handling of block date ranges with specific start and end times.
- Updated
- Add draggable markers feature to Gantt chart (c84882d)
- Introduced
draggableMarkersanddraggableMarkerSnapPointsprops in the Gantt chart for enhanced interactivity. - Implemented drag lifecycle callbacks:
onDraggableMarkerDragStart,onDraggableMarkerDrag,onDraggableMarkerDragEnd, andonDraggableMarkerDragToSnapPoint. - Updated documentation to include new types and event callbacks related to draggable markers.
- Enhanced demo examples and styles to showcase draggable markers functionality.
- Introduced
- 0.1.18 (e774136)
Full Changelog: v0.1.17...v0.1.18