You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,4 +129,4 @@ This will only run the "css" module tests. This will significantly speed up your
129
129
130
130
Remember that jQuery supports multiple browsers and their versions; any contributed code must work in all of them. You can refer to the [browser support page](http://jquery.com/browser-support/) for the current list of supported browsers.
131
131
132
-
Note that browser support differs depending on whether you are targeting the `master` or `compat` branch.
132
+
Note that browser support differs depending on whether you are targeting the `master` or `1.x` branch.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ In the spirit of open source software development, jQuery always encourages comm
14
14
Environments in which to use jQuery
15
15
--------------------------------------
16
16
17
-
-[Browser support](http://jquery.com/browser-support/) differs between the master branch and the compat branch. Specifically, the master branch does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the compat branch. Use the latest compat release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
18
-
- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases given the name "jquery" rather than "jquery-compat". The compat branch does not support these environments.
17
+
-[Browser support](http://jquery.com/browser-support/) differs between the master branch and the 1.x branch. Specifically, the master branch does not support legacy browsers such as IE6-8. The jQuery team continues to provide support for legacy browsers on the 1.x branch. Use the latest 1.x release if support for those browsers is required. See [browser support](http://jquery.com/browser-support/) for more info.
18
+
- To use jQuery in Node, browser extensions, and other non-browser environments, use only master branch releases (2.x). The 1.x branch does not support these environments.
19
19
20
20
21
21
What you need to build your own jQuery
@@ -94,7 +94,7 @@ Some example modules that can be excluded are:
94
94
-**exports/global**: Exclude the attachment of global jQuery variables ($ and jQuery) to the window.
95
95
-**exports/amd**: Exclude the AMD definition.
96
96
97
-
Removing Sizzle is not supported on the `compat` branch.
97
+
Removing Sizzle is not supported on the `1.x` branch.
98
98
99
99
The build process shows a message for each dependent module it excludes or includes.
0 commit comments