Skip to content

Releases: saurabhdaware/DEV-widget

1.2.0

23 Feb 18:53
Compare
Choose a tag to compare
  • 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

26 Nov 22:01
5fafa4b
Compare
Choose a tag to compare
  • New attribute data-theme added
    This attribute lets users change the theme of the widget. Currently, the data-theme attribute has 4 possible values: default, pink, ocean, dark.
  • Accessibility bug fix (by @ynfle PR #9 )

1.1.0-beta.1

26 Nov 20:29
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release
v1.1.0-beta.1

made scroll larger

1.0.3

21 Oct 10:08
Compare
Choose a tag to compare

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/dev-widget@1.0.3/dist/card.component.mjs" type="module"></script>

Installation using NPM

npm install --save dev-widget@1.0.3