UNPKG

908 BMarkdownView Raw
1
21.1.3 / 2014-04-17
3==================
4
5 * fix url(url(-bug @aaronz8
6
71.1.2 / 2014-04-06
8==================
9
10 * build.scripts.canonical now returns the tree, not the canonical name
11 * fix UMD wrap formatting
12
131.1.1 / 2014-04-06
14==================
15
16 * fix local file rewriting
17
181.1.0 / 2014-04-05
19==================
20
21So you don't have to include this for every custom `build.js`.
22
23 * include build.scripts.canonical from build.js
24 * include build.scripts.umd from build.js
25
261.0.4 / 2014-04-04
27==================
28
29 * fix components whose name does not match the repo name (such as page.js)
30
311.0.3 / 2014-04-01
32==================
33
34 * fix mix-cased `require()`s with mix-cased filenames - https://github.com/component/builder2.js/pull/34
35
361.0.2 / 2014-04-01
37==================
38
39 * fix `undefined`s when a relative URL can not be resolved - https://github.com/component/component/issues/499#issuecomment-39289681