Releases: saurabhdaware/DEV-widget
Releases · saurabhdaware/DEV-widget
1.2.0
- GUI added!! https://dev-widget.netlify.com/create
- New Theme
cobalt2
(by @b3u 🎉) - Case sensitive usernames bug fixed (Thanks @Pika1998)
data-contentheight
attribute added to change the height of the articles container.data-sortby
attribute added to change the sorting of the articles (possible values:reactions
,date
)
1.1.0
1.1.0-beta.1
v1.1.0-beta.1 made scroll larger
1.0.3
Installation using <script>
<dev-widget data-username="saurabhdaware"></dev-widget>
<!-- Place script tag before the end of the body tag -->
<script src="https://unpkg.com/[email protected]/dist/card.component.mjs" type="module"></script>
Installation using NPM
npm install --save [email protected]