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
Docs: Update Frequently Reported Issues in the GitHub issue template
The issue about selectors with '#' being broken is old and no longer
frequently reported so this commit removes it from the list. On the other
hand, we're now getting lots of reports about the security fix in jQuery 3.5.0
that was also a breaking change: gh-4642. This one is now mentioned in the
list.
Closesgh-4728
Ref gh-4642
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Bug Reports:
14
14
We prefer test cases on JS Bin (https://jsbin.com/qawicop/edit?html,css,js,output) or CodePen (https://codepen.io/mgol/pen/wNWJbZ)
15
15
16
16
Frequently Reported Issues:
17
-
* Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824
17
+
* Self-closing tags broken in jQuery 3.5.0 or newer: please read the [jQuery 3.5.0 blog post](https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/) & the [upgrade guide](https://jquery.com/upgrade-guide/3.5/); see also issue #4681.
0 commit comments