1408 Commits

Author SHA1 Message Date
guybedford
44be6d1b17 0.19.21 0.19.21 2016-02-15 23:32:26 +02:00
guybedford
60b3fc0031 use strict decanonicalize for builder 2016-02-15 18:24:25 +02:00
guybedford
08f798f67f boolean conditional type enforce, isPlugin provided unnecessarily, meta and package config to permit global map 2016-02-14 16:04:46 +02:00
guybedford
dd64b11faf integrity execution fix 2016-02-10 15:18:53 +02:00
guybedford
8e2f254ee6 fix integrity cases 2016-02-05 17:02:21 +02:00
guybedford
7b1db53fbd eval polishing 2016-02-05 16:41:03 +02:00
guybedford
30b0f8bf85 back to the eval 2016-02-05 16:35:55 +02:00
guybedford
19942209d2 0.19.20 0.19.20 2016-02-04 20:21:54 +02:00
guybedford
fd1f6ac82f typo 2016-02-04 20:21:21 +02:00
guybedford
dc0b5114b7 meta configuration to decanonicalize with extensions 2016-02-04 20:17:25 +02:00
guybedford
8e8a72147f 0.19.19 0.19.19 2016-02-04 15:24:27 +02:00
guybedford
2a304449ff source maps sanitization adjustments 2016-02-04 15:00:41 +02:00
guybedford
c168e3e68c disable auto scriptLoad (#1075) 2016-02-03 21:04:51 +02:00
guybedford
75008f8ff6 ensure prototype method polyfills dont affect config checking 2016-02-03 18:54:24 +02:00
guybedford
e472ecce1a correct System.register regex (#1071) 2016-02-03 15:04:01 +02:00
guybedford
7ea9734098 update tests for new __moduleName format 2016-02-02 20:43:04 +02:00
guybedford
002c862466 register context object fix 2016-02-02 20:20:21 +02:00
guybedford
7c2dd14b82 0.19.18 0.19.18 2016-02-01 16:10:30 +02:00
guybedford
0a26819384 csp package loading support 2016-02-01 16:10:09 +02:00
guybedford
22240f80b7 ensure uses of decanonicalize undo defaultJSExtensions 2016-02-01 15:10:27 +02:00
guybedford
5164adbfff support null globals 2016-01-29 11:46:18 +02:00
guybedford
86be5c4ac7 decanonicalize to handle meta opt-out of extensions 2016-01-28 12:00:36 +02:00
Guy Bedford
e44c760c76 Merge pull request #1060 from laurentgoudet/patch-1
Add plugin-lazyimage to README
2016-01-28 10:55:22 +02:00
Guy Bedford
6b61272a02 add svg and yaml plugins 2016-01-28 00:06:07 +02:00
Guy Bedford
bbd1db1c0c Merge pull request #1064 from paulirish/patch-1
readme: link to HTML Imports loader
2016-01-28 00:05:15 +02:00
Paul Irish
d1bbd10385 readme: link to HTML Imports loader 2016-01-27 13:43:38 -08:00
Laurent Goudet
b1366a29d2 Add plugin-lazyimage to README
I had the use case of creating a lazy version of [plugin-image](https://github.com/systemjs/plugin-image) to improve the page load time of a page with a carousel. Using SystemJS plugins is nice as it ties the code implementing the behavior, here the carousel, with the assets needed (the images and/or the css). However, plugin-image was blocking the carousel code to be executed until all the images were fully loaded. Using `System.import`s instead of `import`s would have only solved half of the issue, since it returns only when the images are fully loaded (no progressive rendering), and the module's dependencies can't be statically traced anymore (which I use to detect unused files). Please advice if there's a better approach.
2016-01-26 16:20:51 +01:00
guybedford
9a518551aa initialize paths 2016-01-25 15:01:21 +02:00
guybedford
32554417a7 ensure packageConfigPaths inits to an array 2016-01-24 17:38:30 +02:00
guybedford
6243d0c770 0.19.17 0.19.17 2016-01-20 01:08:39 +02:00
guybedford
7ce254ded8 wildcard bundle test 2016-01-19 22:23:11 +02:00
guybedford
b141c96207 support wildcards in bundles 2016-01-19 22:20:46 +02:00
guybedford
29cd9fd761 env -> production, trailing slash adjustments 2016-01-17 16:17:12 +02:00
guybedford
894036ec6b 0.19.16 0.19.16 2016-01-13 14:56:25 +02:00
guybedford
c29816c767 ensure map backwards compat behaves equally 2016-01-13 14:55:01 +02:00
guybedford
49df1928ba minore syntactical adjustment 2016-01-13 14:50:02 +02:00
guybedford
19a032b6ec more decanonicalization regression regressions 2016-01-13 14:46:42 +02:00
guybedford
ba4b0b8b7f ensure bundle decanonicalize does provide defaultJSExtensions 2016-01-13 14:15:34 +02:00
guybedford
f30d5a4970 0.19.15 0.19.15 2016-01-12 00:02:48 +02:00
guybedford
c4439af2d7 decanonicalization fix correction 2016-01-12 00:02:24 +02:00
guybedford
6b3d426c07 decanonicalize defaultExtension: false fix 2016-01-11 23:53:13 +02:00
guybedford
131b19af57 0.19.14 0.19.14 2016-01-09 21:02:19 +02:00
guybedford
74589a775e mozInnerScreenY and mozInnerScreenX as global ignores 2016-01-08 23:08:24 +02:00
guybedford
91f60a6b87 transpiler deprecation path, SystemJS global 2016-01-08 23:08:11 +02:00
guybedford
3966833170 0.19.13 0.19.13 2016-01-07 16:48:43 +02:00
guybedford
dd8d06af1c further regression adjustments for defaultJSExtensions in #1015 and #1018 2016-01-07 16:46:32 +02:00
guybedford
368acd7bfa fix for #1015, alternative to original #1008 fix 2016-01-07 16:17:32 +02:00
guybedford
c4ce4d91ae Revert "backwards compat for #1008"
This reverts commit b6013907ebc4ce1ec54c3c4e751d93b0834e86da.
2016-01-07 16:16:59 +02:00
guybedford
a412f37a34 packageConfigPaths normalization fix v2 2016-01-06 23:03:12 +02:00
guybedford
13501a2f55 0.19.12 0.19.12 2016-01-06 21:31:36 +02:00