Skip to content

Releases: openscript-ch/react-alternating-timeline

v2.1.4

30 Jun 14:41
c3770f6
Compare
Choose a tag to compare

2.1.4 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (e03d6c1)

v2.1.3

30 Jun 14:15
f1d72f5
Compare
Choose a tag to compare

2.1.3 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (8ff5eff)

v2.1.2

30 Jun 14:08
5538c3c
Compare
Choose a tag to compare

2.1.2 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (b48d71a)

v2.1.1

30 Jun 13:47
c7c51b8
Compare
Choose a tag to compare

2.1.1 (2023-06-30)

Bug Fixes

  • continuous deployment to npm (38bc9fd)

v2.1.0

30 Jun 13:37
1c4cdf5
Compare
Choose a tag to compare

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

v2.0.2

24 May 07:31
71863eb
Compare
Choose a tag to compare

2.0.2 (2023-05-24)

Bug Fixes

v2.0.1

24 May 07:23
53148c6
Compare
Choose a tag to compare

2.0.1 (2023-05-24)

Bug Fixes

  • reposition items on height changes 2a536d7

v2.0.0

04 May 12:02
283daa6
Compare
Choose a tag to compare

2.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • position items without absolute styling

Code Refactoring

  • position items without absolute styling (afb9dd9)

v1.0.1

09 Feb 13:44
1d387f5
Compare
Choose a tag to compare

1.0.1 (2023-02-09)

Bug Fixes

  • inject css into js build (95d6821)

v1.0.0

08 Feb 14:50
0bf4b12
Compare
Choose a tag to compare

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)