Skip to content

Commit

Permalink
[Release] v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Apr 27, 2020
1 parent 31fcea8 commit cc15a3b
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 36 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# v1.1.1 (April 27, 2020)
* Update CDN (New url!)
* Update build/dist

[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](/~https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev)


# v1.1.0 (April 27, 2020)
* New attribute: items-limit
* New attribute: grid
* Newa attribute: image-width / image-height

[![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](/~https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev)
* New attribute: image-width / image-height


# v1.0.1 (April 26, 2020)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🌉 WebComponent: InstagramWidget

[![](https://img.shields.io/badge/version-v1.1.0-lightgrey.svg)](/~https://github.com/ptkdev-components/webcomponent-instagram-widget/releases) [![](https://img.shields.io/npm/v/@ptkdev/webcomponent-instagram-widget.svg)](https://www.npmjs.com/package/@ptkdev/webcomponent-instagram-widget) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](/~https://github.com/ptkdev-components/webcomponent-instagram-widget/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev-components/webcomponent-instagram-widget/badge.svg)](https://snyk.io/test/github/ptkdev-components/webcomponent-instagram-widget) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)
[![](https://img.shields.io/badge/version-v1.1.1-lightgrey.svg)](/~https://github.com/ptkdev-components/webcomponent-instagram-widget/releases) [![](https://img.shields.io/npm/v/@ptkdev/webcomponent-instagram-widget.svg)](https://www.npmjs.com/package/@ptkdev/webcomponent-instagram-widget) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](/~https://github.com/ptkdev-components/webcomponent-instagram-widget/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev-components/webcomponent-instagram-widget/badge.svg)](https://snyk.io/test/github/ptkdev-components/webcomponent-instagram-widget) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io)

> Simple Instagram Widget: Photos Box of your Instagram Profile for your blog or website with this WebComponent.
Expand Down Expand Up @@ -40,10 +40,10 @@ Photos from @ptkdev account:

2. Require javascript in yourpage (before `</body>`):
```html
<script src="https://cdn.jsdelivr.net/npm/@ptkdev/webcomponent-instagram-widget/dist/latest/en/instagram-widget.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@ptkdev/webcomponent-instagram-widget@latest/dist/lib/en/instagram-widget.min.js"></script>
```

You can replace `en` in jsdelivr cdn with `it` or `pl` and load different languages or replace `latest` with specific version.
You can replace `en` in jsdelivr cdn with `it` or `pl` and load different languages or replace `@latest` with specific version, example `@1.1.0`.

See folder `examples`, run with `npm run example`. Below is available a description of `options` values and all logger methods.

Expand Down
1 change: 0 additions & 1 deletion dist/1.0.0/en/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/1.0.0/it/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/1.0.0/pl/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/1.0.1/en/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/1.0.1/it/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/1.0.1/pl/instagram-widget.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/latest/en/instagram-widget.min.js

This file was deleted.

Loading

0 comments on commit cc15a3b

Please sign in to comment.