@@ -25,10 +25,10 @@ <h2><a name="latest">Latest Release</a><span class="sectionMark">§ 1</span>
25
25
26
26
< div class ="subSection ">
27
27
< h4 class ="hbox ">
28
- < a name ="requirejs "> require.js 2.1.21 </ a >
28
+ < a name ="requirejs "> require.js 2.1.22 </ a >
29
29
< span class ="boxFlex "> </ span >
30
- < a class ="download " href ="http://requirejs.org/docs/release/2.1.21 /minified/require.js "> Minified</ a >
31
- < a class ="download " href ="http://requirejs.org/docs/release/2.1.21 /comments/require.js "> With Comments</ a >
30
+ < a class ="download " href ="http://requirejs.org/docs/release/2.1.22 /minified/require.js "> Minified</ a >
31
+ < a class ="download " href ="http://requirejs.org/docs/release/2.1.22 /comments/require.js "> With Comments</ a >
32
32
</ h4 >
33
33
34
34
< p > All you need to start using require.js in the browser.</ p >
@@ -38,7 +38,7 @@ <h4 class="hbox">
38
38
< h4 class ="hbox ">
39
39
< a name ="rjs "> r.js: Optimizer and Node/Rhino/Nashorn/xpcshell adapter</ a >
40
40
< span class ="boxFlex "> </ span >
41
- < a class ="download " href ="http://requirejs.org/docs/release/2.1.21 /r.js "> Download</ a >
41
+ < a class ="download " href ="http://requirejs.org/docs/release/2.1.22 /r.js "> Download</ a >
42
42
</ h4 >
43
43
44
44
< p > The r.js file allows you to run the optimizer as well as run modules in Node, Rhino, Nashorn or xpcshell.</ p >
@@ -98,14 +98,25 @@ <h4 class="hbox">
98
98
< div class ="section ">
99
99
< h2 > < a name ="releasenotes "> Release Notes</ a > < span class ="sectionMark "> § 3</ span > </ h2 >
100
100
101
+ < h3 id ="2-1-22 "> 2.1.22</ h3 >
102
+
103
+ < p > The main issue: a change in 2.1.22 of require.js ended up greating an extraneous global. While jshint is used in the repo, it was not properly configured to catch that issue, but it is now. Only the require.js loader changed. No r.js optimizer-specific bug fixes, but it uses require.js as a dependency.</ p >
104
+
105
+ < p > Full list of changes:</ p >
106
+
107
+ < ul >
108
+ < li > < a href ="https://github.com/jrburke/requirejs/issues?q=milestone%3A2.1.22+is%3Aclosed "> Fixed requirejs issues</ a > </ li >
109
+ </ ul >
110
+
111
+
101
112
< h3 id ="2-1-21 "> 2.1.21</ h3 >
102
113
103
114
< p > Main changes in the r.js optimizer: updates to the Esprima and UglifyJS dependencies. For require.js: fixes a couple of error conditions.</ p >
104
115
105
116
< p > Full list of changes:</ p >
106
117
107
118
< ul >
108
- < li > < a href ="https://github.com/jrburke/requirejs/issues?q=milestone%3A2.1.21+is%3Aclosed "> Fixed requirejs issue </ a > </ li >
119
+ < li > < a href ="https://github.com/jrburke/requirejs/issues?q=milestone%3A2.1.21+is%3Aclosed "> Fixed requirejs issues </ a > </ li >
109
120
< li > < a href ="https://github.com/jrburke/r.js/issues?q=milestone%3A2.1.21+is%3Aclosed "> Fixed r.js issues</ a > </ li >
110
121
</ ul >
111
122
0 commit comments