tag:github.com,2008:https://github.com/stevenschobert/instafeed.js/releasesRelease notes from instafeed.js2021-05-31T17:14:45Ztag:github.com,2008:Repository/6477953/v2.0.02021-05-31T17:16:17Zv2.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>stevenschoberttag:github.com,2008:Repository/6477953/v2.0.0-rc32020-11-11T03:25:56Zv2.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>stevenschoberttag:github.com,2008:Repository/6477953/v2.0.0-rc22020-05-18T13:05:24Zv2.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>stevenschoberttag:github.com,2008:Repository/6477953/v2.0.0rc12020-03-30T15:43:11ZBasic Display API Release Candidate 1<p>Instafeed.js v2, powered by the new Instagram Basic Display API.</p>benjamin-hulltag:github.com,2008:Repository/6477953/v1.4.12015-11-10T07:09:02Zv1.4.1<ul>
<li>Fixes an issue where some data used in templates would get incorrectly escaped.</li>
</ul>stevenschoberttag:github.com,2008:Repository/6477953/v1.4.02015-11-02T16:07:19Zv1.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>stevenschoberttag:github.com,2008:Repository/6477953/v1.3.22014-04-22T04:30:38Zv1.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>stevenschoberttag:github.com,2008:Repository/6477953/v1.3.12014-03-31T04:14:29Zv1.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>stevenschoberttag:github.com,2008:Repository/6477953/v1.3.02014-03-22T22:32:00Zv1.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>stevenschoberttag:github.com,2008:Repository/6477953/v1.2.12014-01-15T19:41:27Zv1.2.1<p>version 1.2.1</p>stevenschobert