Releases: samuelarbibe/dnd-timeline
Releases · samuelarbibe/dnd-timeline
dnd-timeline-v2.1.1
2.1.1 (2024-12-20)
Bug Fixes
- memoize useItem and useRow styles (3e5136a)
dnd-timeline-v2.1.0
2.1.0 (2024-12-20)
Features
dnd-timeline-v2.0.2
2.0.2 (2024-10-03)
Bug Fixes
- add activatorEvent to resize events (3463841)
dnd-timeline@2.0.1
2.0.1 (2024-08-23)
Bug Fixes
- store timeframe ref in useState (4e7b3cc)
- timecursor overflows to sidebar (9f8a835)
- use custom autoscroll with virtualization (e0e747b)
dnd-timeline-v2.0.0
2.0.0 (2024-06-20)
⚠ BREAKING CHANGES
- use numbers instead of dates
Features
- use numbers instead of dates (e061c6b)
Bug Fixes
- add passive option to pan strategy event handlers (8a56eb9)
- update examples to use range instead of timeframe (66c03a1)
dnd-timeline-v2.0.0-beta.0
⚠ BREAKING CHANGES
- use numbers instead of dates
Features
- use numbers instead of dates (e061c6b)
Bug Fixes
- add passive option to pan strategy event handlers (8a56eb9)
- update examples to use range instead of timeframe (66c03a1)
dnd-timeline-v1.6.3
1.6.3 (2024-05-23)
Performance Improvements
- use number instead of Date internally (028fa4b)
dnd-timeline-v1.6.2
1.6.2 (2024-05-09)
Bug Fixes
- make getRelevanceFromResizeEvent and getRelevanceFromDragEvent optional (34ae591)
dnd-timeline-v1.6.1
1.6.1 (2024-03-16)
Bug Fixes
- refactor drag and resize events types (1009d35)
dnd-timeline-v1.6.0
1.6.0 (2024-03-15)
Features
- replace sidebarWidth with sidebarRef (0d7b4cf)
Bug Fixes