0.1.7 • Published 2 years ago

@makelog/widgets v0.1.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Makelog Widgets

Dialog

The dialog widget is intended for use as a wrapper around your existing HTML. When the widget is placed on a web page, it will react to click or touch events displaying dialog containing your organization's changelog.

Usage

<mklog-dialog
  organization="d6f520d3-d197-4090-a9b2-9259b5828755"
  heading="Changelog"
  labels="Announcement,Improvement,Release"
>
  <a class="menu-item" href="javascript:void">Changelog</a>
</makelog-dialog>

Attributes

organization - required: Specifies your Organization identifier provided by Makelog.

heading - optional: Specifies the heading shown in the dialog.

labels - optional: Specifies a filter on the entries to be shown in the changelog by label.

1.0.0-beta

2 years ago

0.1.7

2 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago