Skip to content

Commit

Permalink
[Release] 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Apr 30, 2020
1 parent 1e7b659 commit 01fe84f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,5 +1,5 @@
# v2.2.0 (April 30, 2020)
* Fix: grid now is more responsive (we use calc function: 100% - spacing/padding/margin)
* Fix: grid now is more responsive (now use calc function: 100% - spacing/padding/margin)
* Fix: default values now work (hello object reference my old dark friend)

[![](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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,7 +15,7 @@

## 📎 Menu
- 💡 [Features](#-features)
- 👔 [Demo](#-screenshot)
- 🕹 [Demo](https://codepen.io/ptkdev/pen/WNQOYqy)
- 👔 [Screenshot and Demo](#-screenshot)
- 🚀 [How to use](#-installation)
- 📚 [Documentation](#-documentation)
Expand All @@ -32,7 +32,7 @@
* [✔️] Translations: 🇬🇧 🇮🇹 🇵🇱 (Help me ❤️)

## 👔 Screenshot
See [Demo here](https://codepen.io/ptkdev/full/WNQOYqy). Photos from @ptkdev account:
See [Demo here](https://codepen.io/ptkdev/pen/WNQOYqy). Photos from @ptkdev account:

[![WebComponent: InstagramWidget ](https://raw.githubusercontent.com/ptkdev-components/webcomponent-instagram-widget/nightly/.github/assets/screenshot/webcomponent-instagram-widget-screen1.png)](https://raw.githubusercontent.com/ptkdev-components/webcomponent-instagram-widget/nightly/.github/assets/screenshot/webcomponent-instagram-widget-screen1.png)

Expand Down Expand Up @@ -97,7 +97,7 @@ You can replace `en` in jsdelivr cdn with `it` or `pl` and load different langua

Go to `examples/reactjs` and run `npm run start` in folder for more info. Below is available a description of `options` values and all logger methods.

## ⚛️ Installation (Angular)
## 🅰️ Installation (Angular)
1. Add html code to your `app.component.html` (and replace `@ptkdev` with your instagram username):
```html
<instagram-widget username="@ptkdev" />
Expand Down

0 comments on commit 01fe84f

Please sign in to comment.