Skip to content

Commit

Permalink
build v0.3.0 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Nov 18, 2023
1 parent e225687 commit d28348b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ To override default styles manually you can utilize the CSS class structure:
* For displaying the actual data each item has a `timeline-item-title` and `timeline-item-content` divs wrapped in `timeline-data` elemenent
* Central axis is represented by `timeline-axis` class which basically just fills the empty space between `timeline-item` and `timeline-separator` which is the empty space on the other side (both divs are little less than 50% wide)
* Pointer icons are made width `svg` elements (currenty hardcoded) that are wrapped inside `timeline-pointer` class

### Changelog

* **v0.3.0** (2023-11-18) - allows item titles to be formatted either as `text` or a `date`
* **v0.2.0** (2023-10-25) - CSS fixes and adjustments
* **v0.1.0** (2023-10-24) - first text version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "infinitimeline",
"version": "0.2.0",
"version": "0.3.0",
"desctiption": "A Vue 3 component for displaying provided collection of time-based events as a timeline with 'infinite' scrolling down",
"keywords": [
"vue3",
Expand Down

0 comments on commit d28348b

Please sign in to comment.