Skip to content

Latest commit

 

History

History
108 lines (60 loc) · 6.75 KB

CHANGELOG.md

File metadata and controls

108 lines (60 loc) · 6.75 KB

Changelog

2.1.4 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (e03d6c1)

2.1.3 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (8ff5eff)

2.1.2 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (b48d71a)

2.1.1 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (38bc9fd)

2.1.0 (2023-06-30)

Features

  • introduce custom timeline ends (33c1bfa)
  • introduce line overhang configuration (e604de5)
  • replace date-fns formatting with formatDate callback (#101) (4310e66)

Bug Fixes

2.0.2 (2023-05-24)

Bug Fixes

2.0.1 (2023-05-24)

Bug Fixes

  • reposition items on height changes 2a536d7

2.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • position items without absolute styling

Code Refactoring

  • position items without absolute styling (afb9dd9)

1.0.1 (2023-02-09)

Bug Fixes

  • inject css into js build (95d6821)

1.0.0 (2023-02-08)

Features

  • add unique key to timeline items (04d96c4)
  • date formatting (d64c857)
  • implement alternate left/right positioning (3d719dc)
  • implement alternative positioning (513b488)
  • implement calculating height of timeline (5945fd8)
  • improve customization trough css properties (75d0fc3)
  • introduce gap and offset configuration (36edab2)
  • introduce inner marker styling (b49a362)
  • introduce min marker offset (c6217a2)
  • introduce styled timeline center line (677db57)
  • introduce timeline markers (7e4ddfc)
  • make css properties configurable with props (425145f)
  • make easier to style component externally (3f805b2)
  • make marker and pointer replaceable (d291e3d)
  • make marker radius configurable (c0828a8)
  • position timeline item refs absolute (995cf46)
  • reposition items on resize (9c8773d)
  • setup basic component structure (336caa0)
  • setup element referencing (bf45080)
  • setup first component with story (974dc11)

Bug Fixes

  • offset for left/right positioning (f1444c9)