Skip to content

v0.1.18

Choose a tag to compare

@amjed-ali-k amjed-ali-k released this 29 Jun 10:28
· 4 commits to main since this release

v0.1.18

  • Release v0.1.17 (4c81c53)
  • Refactor date handling in Gantt chart components (1449e9d)
    • Updated llm.txt to clarify the behavior of block date ranges and their rendering.
    • Modified computeDateMarkingRects to 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.
  • Add draggable markers feature to Gantt chart (c84882d)
    • Introduced draggableMarkers and draggableMarkerSnapPoints props in the Gantt chart for enhanced interactivity.
    • Implemented drag lifecycle callbacks: onDraggableMarkerDragStart, onDraggableMarkerDrag, onDraggableMarkerDragEnd, and onDraggableMarkerDragToSnapPoint.
    • Updated documentation to include new types and event callbacks related to draggable markers.
    • Enhanced demo examples and styles to showcase draggable markers functionality.
  • 0.1.18 (e774136)

Full Changelog: v0.1.17...v0.1.18