tag:github.com,2008:https://github.com/ibm-js/grunt-amd-build/releases Release notes from grunt-amd-build 2016-05-10T09:32:23Z tag:github.com,2008:Repository/14802151/0.10.0-rc1 2016-05-10T09:36:29Z 0.10.0-rc1 <p>The shim tasks is now usable.</p> <ul> <li>Shim will be included based on the dependencies found by <code>amddepsscan</code>.</li> <li><code>amdshim</code> should now be run <strong>after</strong> <code>amddepsscan</code>.</li> <li>sample of utilisation has been added to <code>samples/Gruntfile-full.js</code></li> </ul> clmath tag:github.com,2008:Repository/14802151/0.9.1 2016-04-19T11:43:09Z 0.9.1 <p>Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="149425947" data-permission-text="Title is private" data-url="https://github.com/ibm-js/grunt-amd-build/issues/22" data-hovercard-type="issue" data-hovercard-url="/ibm-js/grunt-amd-build/issues/22/hovercard" href="https://github.com/ibm-js/grunt-amd-build/issues/22">#22</a>: amd serialize task is trying to copy external images in css</p> clmath tag:github.com,2008:Repository/14802151/0.10.0-alpha 2015-08-16T23:40:18Z 0.10.0-alpha <p>update version</p> clmath tag:github.com,2008:Repository/14802151/0.9.0 2015-05-12T13:03:06Z 0.9.0 <h4>What's new in this release?</h4> <h6>Breaking changes</h6> <ul> <li>Layers to exclude/include from another layer should now be specified using the <code>includeLayers/excludeLayers</code> properties.</li> <li>The task <code>amdserialize</code> now takes an additionnal parameter containing the AMD loader config.<br> Example: <code>grunt.task.run("amdserialize:" + layer.name + ":" + name + ":" + amdloader + ":" + outprop);</code></li> </ul> <h6>Features</h6> <ul> <li>Grunt-amd-build now support plugin resources exclusion (specified in the exclude property). (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="45727897" data-permission-text="Title is private" data-url="https://github.com/ibm-js/grunt-amd-build/issues/10" data-hovercard-type="issue" data-hovercard-url="/ibm-js/grunt-amd-build/issues/10/hovercard" href="https://github.com/ibm-js/grunt-amd-build/issues/10">#10</a>)</li> </ul> <h6>Bug Fix</h6> <ul> <li>Amdserialize does not write files outside of tmp directory if the baseUrl start with "../" anymore. (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50313306" data-permission-text="Title is private" data-url="https://github.com/ibm-js/grunt-amd-build/issues/16" data-hovercard-type="issue" data-hovercard-url="/ibm-js/grunt-amd-build/issues/16/hovercard" href="https://github.com/ibm-js/grunt-amd-build/issues/16">#16</a>)</li> </ul> clmath tag:github.com,2008:Repository/14802151/0.8.2 2015-01-21T14:17:49Z 0.8.2 <h4>What's new in this release?</h4> <h6>Bug fix</h6> <ul> <li><a href="https://github.com/ibm-js/grunt-amd-build/issues/17" data-hovercard-type="issue" data-hovercard-url="/ibm-js/grunt-amd-build/issues/17/hovercard">amdserialize fails to handle embedded (encoded) images (#17)</a></li> </ul> clmath tag:github.com,2008:Repository/14802151/0.8.1 2014-12-03T13:38:07Z 0.8.1 <ul> <li>Add support for bootstrap CSS (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="49646308" data-permission-text="Title is private" data-url="https://github.com/ibm-js/grunt-amd-build/issues/14" data-hovercard-type="pull_request" data-hovercard-url="/ibm-js/grunt-amd-build/pull/14/hovercard" href="https://github.com/ibm-js/grunt-amd-build/pull/14">#14</a>)</li> <li>Minor fixes.</li> </ul> clmath tag:github.com,2008:Repository/14802151/0.8.0 2014-10-24T14:53:51Z 0.8.0 <p>Main changes:</p> <ul> <li>Add support for shim configuration</li> <li>A lot of fixes regarding plugins build</li> </ul> <p>Full changelog <a class="commit-link" href="https://github.com/ibm-js/grunt-amd-build/compare/0.7.6...0.8.0"><tt>0.7.6...0.8.0</tt></a></p> clmath tag:github.com,2008:Repository/14802151/0.8.0-alpha2 2014-10-21T13:31:53Z 0.8.0-alpha2 <p>Add a bug fix for plugins configuration.</p> clmath tag:github.com,2008:Repository/14802151/0.8.0-alpha 2014-10-09T16:00:50Z 0.8.0-alpha <p>Add shim support as defined in <a href="http://requirejs.org/docs/api.html#config-shim" rel="nofollow">http://requirejs.org/docs/api.html#config-shim</a></p> clmath tag:github.com,2008:Repository/14802151/0.7.6 2014-09-12T15:02:41Z 0.7.6 <p>Fix a regression introduced in last version by renaming tasks/lib/parseLayer.js</p> clmath