UNPKG

632 BMarkdownView Raw
1
21.1.0 / 2014-04-05
3==================
4
5So you don't have to include this for every custom `build.js`.
6
7 * include build.scripts.canonical from build.js
8 * include build.scripts.umd from build.js
9
101.0.4 / 2014-04-04
11==================
12
13 * fix components whose name does not match the repo name (such as page.js)
14
151.0.3 / 2014-04-01
16==================
17
18 * fix mix-cased `require()`s with mix-cased filenames - https://github.com/component/builder2.js/pull/34
19
201.0.2 / 2014-04-01
21==================
22
23 * fix `undefined`s when a relative URL can not be resolved - https://github.com/component/component/issues/499#issuecomment-39289681