Skip to content

Commit 0bf4b12

Browse files
authored
Merge pull request #1 from openscript-ch/release-please--branches--main--components--react-alternating-timeline
chore(main): release 1.0.0
2 parents 95bd360 + 8ec136b commit 0bf4b12

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-02-08)
4+
5+
6+
### Features
7+
8+
* add unique key to timeline items ([04d96c4](https://github.com/openscript-ch/react-alternating-timeline/commit/04d96c457e575d09c66467219879a449c83521cf))
9+
* date formatting ([d64c857](https://github.com/openscript-ch/react-alternating-timeline/commit/d64c857bc97ce1669d45479c8641e38bd3957175))
10+
* implement alternate left/right positioning ([3d719dc](https://github.com/openscript-ch/react-alternating-timeline/commit/3d719dceab68604ae1181ba5e507ba01a44865ec))
11+
* implement alternative positioning ([513b488](https://github.com/openscript-ch/react-alternating-timeline/commit/513b48867059fe7bf18992916c1b0038cb243474))
12+
* implement calculating height of timeline ([5945fd8](https://github.com/openscript-ch/react-alternating-timeline/commit/5945fd864a4e06a189878419f9eda88166c74637))
13+
* improve customization trough css properties ([75d0fc3](https://github.com/openscript-ch/react-alternating-timeline/commit/75d0fc3f17db34a1354e5a5e42f76cf8052abe61))
14+
* introduce gap and offset configuration ([36edab2](https://github.com/openscript-ch/react-alternating-timeline/commit/36edab2ce36dc4a05a89a40b8a84f9cac7ba6861))
15+
* introduce inner marker styling ([b49a362](https://github.com/openscript-ch/react-alternating-timeline/commit/b49a3625061125ad8a6f9548e8fbd455bad953b0))
16+
* introduce min marker offset ([c6217a2](https://github.com/openscript-ch/react-alternating-timeline/commit/c6217a2e30d2346436e088eec72b4ee7e69a81d9))
17+
* introduce styled timeline center line ([677db57](https://github.com/openscript-ch/react-alternating-timeline/commit/677db5760e8c3f8a1c77dd92c78ed0cbf1d0a50e))
18+
* introduce timeline markers ([7e4ddfc](https://github.com/openscript-ch/react-alternating-timeline/commit/7e4ddfc8411534f98f0dc85e9491b58070886941))
19+
* make css properties configurable with props ([425145f](https://github.com/openscript-ch/react-alternating-timeline/commit/425145f546169cffe3e01750c96a56161ea9f61e))
20+
* make easier to style component externally ([3f805b2](https://github.com/openscript-ch/react-alternating-timeline/commit/3f805b2c4ef76ca38c7633103542ee194b65046d))
21+
* make marker and pointer replaceable ([d291e3d](https://github.com/openscript-ch/react-alternating-timeline/commit/d291e3da11570bcccc554a9ef96ca38e60f40ba2))
22+
* make marker radius configurable ([c0828a8](https://github.com/openscript-ch/react-alternating-timeline/commit/c0828a8b1c9ca41e281fef55b39bd88f4209b1c6))
23+
* position timeline item refs absolute ([995cf46](https://github.com/openscript-ch/react-alternating-timeline/commit/995cf463fa40e15b6a7c56b12c8ea3216cdf62d5))
24+
* reposition items on resize ([9c8773d](https://github.com/openscript-ch/react-alternating-timeline/commit/9c8773d8557b44ce4291bc61904c4b89d1a62fc0))
25+
* setup basic component structure ([336caa0](https://github.com/openscript-ch/react-alternating-timeline/commit/336caa0ed4262e6cf1a7f750659cd1a3ab54021b))
26+
* setup element referencing ([bf45080](https://github.com/openscript-ch/react-alternating-timeline/commit/bf4508075198bc33b9c8750e83d5d987f7ba5d05))
27+
* setup first component with story ([974dc11](https://github.com/openscript-ch/react-alternating-timeline/commit/974dc112d62c26e8e52d6e6a960c8793013f5d36))
28+
29+
30+
### Bug Fixes
31+
32+
* offset for left/right positioning ([f1444c9](https://github.com/openscript-ch/react-alternating-timeline/commit/f1444c9f684e79161fcfdea810315eef03c99c3a))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-alternating-timeline",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A React component library starter with Storybook, Vite and Typescript.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)