Skip to content

Releases: ptkdev-components/webcomponent-instagram-widget

v2.9.0

04 Mar 10:29
Compare
Choose a tag to compare

CHANGELOG: v2.9.0 (March 04, 2021)

  • API RATE LIMIT: Instagram added CORS to a public api https://www.instagram.com/${this.options["username"]}/?__a=1 with ?__a get parameter and this widget stopped work. Current workaround: we use google images proxy
  • Security: Update

v2.8.0

09 Feb 22:34
Compare
Choose a tag to compare

CHANGELOG: v2.8.0 (February 09, 2021)

  • Fix: Can't change default username #6
  • Fix: localstorage with username as key (cache all usernames)

v2.7.1

18 Jan 00:48
Compare
Choose a tag to compare

CHANGELOG: v2.7.1 (January 17, 2021)

  • Feature: fetch from backup if get limit api request (from localStorage)
  • Feature: loading spinner
  • Feature: error fetch message

v2.6.1

19 May 15:58
Compare
Choose a tag to compare

CHANGELOG: v2.6.1 (May 19, 2020)

  • New: Wordpress Plugin available on store.

v2.6.0

17 May 22:08
Compare
Choose a tag to compare

CHANGELOG: v2.6.0 (May 18, 2020)

  • Feature: Overwrite CSS Style with selector ::part
  • New attribute: mouse-hover
  • New attribute: show-title
  • New attribute: shadows
  • Fix: Wordpress Plugin

v2.5.0

04 May 10:58
Compare
Choose a tag to compare

CHANGELOG: v2.5.0 (May 04, 2020)

  • Fix: now you can use multiple webcomponents in the same html page (#3)
  • NOTE: better to use the full close tag <instagram-widget></instagram-widget> than short />

v2.4.0

01 May 21:39
Compare
Choose a tag to compare

CHANGELOG: v2.4.0 (May 02, 2020)

  • New attribute: force-square
  • Feature: wordpress-plugin

v2.3.0

30 Apr 21:39
Compare
Choose a tag to compare

CHANGELOG: v2.3.0 (May 01, 2020)

  • Fix: border-corners and border-spacing now work without grid attribute.
  • Fix: NPM Module give errors with require/import
  • Update: examples

v2.2.0

30 Apr 18:40
Compare
Choose a tag to compare

CHANGELOG: v2.2.0 (April 30, 2020)

  • 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)

v2.1.1

28 Apr 17:43
Compare
Choose a tag to compare

CHANGELOG: v2.1.1 (April 28, 2020)

  • New attribute: cache
  • New attribute: border-corners
  • New attribute: border-spacing
  • Performance: now component send api request only if you change username
  • Fix: refresh attributes random don't work