Skip to content

Releases: samuelarbibe/dnd-timeline

dnd-timeline-v2.1.1

20 Dec 15:42
Compare
Choose a tag to compare

2.1.1 (2024-12-20)

Bug Fixes

  • memoize useItem and useRow styles (3e5136a)

dnd-timeline-v2.1.0

20 Dec 14:45
Compare
Choose a tag to compare

2.1.0 (2024-12-20)

Features

dnd-timeline-v2.0.2

03 Oct 06:57
Compare
Choose a tag to compare

2.0.2 (2024-10-03)

Bug Fixes

  • add activatorEvent to resize events (3463841)

dnd-timeline@2.0.1

23 Aug 11:36
Compare
Choose a tag to compare

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

20 Jun 11:57
Compare
Choose a tag to compare

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

20 Jun 11:11
Compare
Choose a tag to compare
Pre-release

2.0.0-beta.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-v1.6.3

23 May 18:42
Compare
Choose a tag to compare

1.6.3 (2024-05-23)

Performance Improvements

  • use number instead of Date internally (028fa4b)

dnd-timeline-v1.6.2

09 May 16:47
Compare
Choose a tag to compare

1.6.2 (2024-05-09)

Bug Fixes

  • make getRelevanceFromResizeEvent and getRelevanceFromDragEvent optional (34ae591)

dnd-timeline-v1.6.1

16 Mar 20:29
Compare
Choose a tag to compare

1.6.1 (2024-03-16)

Bug Fixes

  • refactor drag and resize events types (1009d35)

dnd-timeline-v1.6.0

15 Mar 20:11
Compare
Choose a tag to compare

1.6.0 (2024-03-15)

Features

  • replace sidebarWidth with sidebarRef (0d7b4cf)

Bug Fixes