tag:github.com,2008:https://github.com/stevenschobert/instafeed.js/releases Release notes from instafeed.js 2021-05-31T17:14:45Z tag:github.com,2008:Repository/6477953/v2.0.0 2021-05-31T17:16:17Z v2.0.0 <p>Official v2 release 🎉</p> <p>If you are migrating from v1, see the <a href="https://github.com/stevenschobert/instafeed.js/wiki/Version-2-migration-guide#comparison-of-options-between-v1-and-v2">v2 migration guide</a>.</p> stevenschobert tag:github.com,2008:Repository/6477953/v2.0.0-rc3 2020-11-11T03:25:56Z v2.0.0-rc3 <ul> <li>Fixes <code>assignment to undeclared variable match</code> bug.</li> <li>Adds ES module support by building a separate distributable <code>instafeed.es.min.js</code>.</li> <li>Re-adds pagination support via <code>hasNext</code> and <code>next</code> methods.</li> <li>Adds <code>apiLimit</code> option to override how many images are requested from the Instagram API. This option supersedes the <code>limit</code> option.</li> <li>Adds pooling support when <code>apiLimit</code> is higher than <code>limit</code>.</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v2.0.0-rc2 2020-05-18T13:05:24Z v2.0.0-rc2 <ul> <li>Adds <code>before</code> callback option that was missing from <code>2.0.0-rc1</code>.</li> <li>Fixes <code>Invalid State Error</code> bug in Internet Explorer. Thanks <a href="https://github.com/awoodford">@awoodford</a>.</li> <li>Hashtags are now parsed from the image caption, and made available as a <code>tags</code> array on the image data.</li> <li>Changed default timeout options <code>apiTimeout</code> and <code>accessTokenTimeout</code> from <code>5000</code> (5 seconds) to <code>10000</code> (10 seconds)</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v2.0.0rc1 2020-03-30T15:43:11Z Basic Display API Release Candidate 1 <p>Instafeed.js v2, powered by the new Instagram Basic Display API.</p> benjamin-hull tag:github.com,2008:Repository/6477953/v1.4.1 2015-11-10T07:09:02Z v1.4.1 <ul> <li>Fixes an issue where some data used in templates would get incorrectly escaped.</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v1.4.0 2015-11-02T16:07:19Z v1.4.0 <ul> <li><code>accessToken</code> is no longer required to fetch images from user accounts!</li> <li>New template helpers for working with the new portrait and landscape images.</li> <li><code>target</code> can now accept a DOM node directly, instead of just a string ID, thanks <a href="https://github.com/juhamust">@juhamust</a>!</li> <li>Squashed the last (hopefully!) of the IE8 bugs.</li> <li>Fixed image loading errors when using Instafeed.js on a local file protocol (<code>file://</code>). Thanks <a href="https://github.com/spoonben">@spoonben</a>!</li> <li>Added support from AMD and CommonJS.</li> <li>Improved error messaging when Instafeed.js can't find it's target element on the page.</li> <li>Instafeed.js no longer complains when trying to use strings for the <code>userId</code>, <code>locationId</code>, and <code>limit</code> options.</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v1.3.2 2014-04-22T04:30:38Z v1.3.2 <ul> <li>Fixed the <code>useHttp</code> option when no template is set. Thanks <a href="https://github.com/bartekn">Bartek Nowotarski</a>!</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v1.3.1 2014-03-31T04:14:29Z v1.3.1 <ul> <li>Fixed an issue where <code>sortBy: "most-recent"</code> did not always correctly sort the images. Thanks<br> <a href="https://github.com/neilcampbell">Neil Campbell</a>!</li> <li>Changed the default <code>sortBy</code> option to be <code>none</code>.</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v1.3.0 2014-03-22T22:32:00Z v1.3.0 <ul> <li>Image URLs are now protocol-relative by default. Use the new <code>useHttp</code> option to disable.</li> <li>Added the ability to filter out images using the <code>filter</code> option.</li> <li>Added pagination support using <code>.next()</code> and <code>.hasNext()</code> methods.</li> <li>Removed the default <code>limit</code> of 15 images. The option is still supported, but by default no limit<br> is sent to the API.</li> </ul> stevenschobert tag:github.com,2008:Repository/6477953/v1.2.1 2014-01-15T19:41:27Z v1.2.1 <p>version 1.2.1</p> stevenschobert