release-timeline
v0.6.0
Published
Visualization on GitHub releases for any public and private repository.
Readme
GitHub release timeline
Visualization on GitHub releases for any public and private repository.

Documentation
https://vue-faq.org/ru/release-timeline/
Installation
pnpm add release-timelineIn your code:
<script setup>
import { ReleaseTimeline, DefaultOptions as options } from "release-timeline";
import "release-timeline/dist/style.css";
// import "release-timeline/dist/animated-background.css";
options.github.owner = "vuesence";
options.github.repo = "arty-crafty";
</script>
<ReleaseTimeline :options="options" />Importing of the animated-background.css is optional. Be aware, the starred background CSS takes 70Kb.
Contributors
🚀 If you have any ideas for development of optimization of release-timeline, feel free to open issues or pull requests.
