Skip to content

Commit 7ed0dfd

Browse files
committed
[Release] v2.8.0
1 parent 8b1e3ba commit 7ed0dfd

File tree

15 files changed

+376
-217
lines changed

15 files changed

+376
-217
lines changed

.prettierrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"trailingComma": "all",
3+
"tabWidth": 4,
4+
"semi": true,
5+
"singleQuote": false,
6+
"printWidth": 150,
7+
"bracketSpacing": false,
8+
"useTabs": true
9+
}

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# v2.8.0-nightly (TBD)
2-
* Fix: Can't change default username [#6](https://github.com/ptkdev-components/webcomponent-instagram-widget/issues/6)
3-
* Feature: Fetch with instagram token
4-
* Rollback: cache disabled as default
1+
# v3.0.0-nightly (TBD)
2+
* Feature: Fetch with instagram token/facebook open graph
53
* Refactor: move to typescript
64

75
[![](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)
86

7+
# v2.8.0 (February 09, 2021)
8+
* Fix: Can't change default username [#6](https://github.com/ptkdev-components/webcomponent-instagram-widget/issues/6)
9+
* Fix: localstorage with username as key (cache all usernames)
10+
911
# v2.7.1 (January 17, 2021)
1012
* Feature: fetch from backup if get limit api request (from localStorage)
1113
* Feature: loading spinner

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌉 WebComponent: Instagram Widget
22

3-
[![](https://img.shields.io/badge/version-v2.8.0--nightly.20210125-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)
3+
[![](https://img.shields.io/badge/version-v2.8.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)
44

55
Last 9 Photos: Instagram Widget of your Instagram Profile for your blog. Show latest 9 pics from your instagram account.
66

@@ -130,7 +130,7 @@ Go to `examples/angular` and run `yarn install` then `yarn start` in folder for
130130
| shadows | Show shadows css | `type1`, `type2`, `type3`, `disabled` | `disabled` | v2.6.0 |
131131
| mouse-hover | Show animation with mouse hover | `type1`, `disabled` | `disabled` | v2.6.0 |
132132
| show-title | Show alt/title with hover of mouse | `enabled` / `disabled` | `enabled` | v2.6.0 |
133-
| cache | Enable/disable fetch() cache | `enabled` / `disabled` | `disabled` | v2.1.0 |
133+
| cache | Enable/disable fetch() cache | `enabled` / `disabled` | `enabled` | v2.1.0 |
134134

135135
#### HTML Code with attributes:
136136
```html

dist/lib/en/instagram-widget.js

Lines changed: 88 additions & 51 deletions
Large diffs are not rendered by default.

dist/lib/en/instagram-widget.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/it/instagram-widget.js

Lines changed: 88 additions & 51 deletions
Large diffs are not rendered by default.

dist/lib/it/instagram-widget.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/pl/instagram-widget.js

Lines changed: 88 additions & 51 deletions
Large diffs are not rendered by default.

dist/lib/pl/instagram-widget.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
420 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)