Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9d32ff1

Browse filesBrowse files
committed
Merge pull request #5130 from tacaswell/doc_jquery_API
DOC: add API notes for jquery upgrade
2 parents c37600b + 3d513b4 commit 9d32ff1
Copy full SHA for 9d32ff1

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,19 @@ of the property cycle, if it exists.
265265
Timeline for removal has not been set.
266266

267267

268+
Bundled jquery
269+
--------------
270+
271+
The version of jquery bundled with the webagg backend has been upgraded
272+
from 1.7.1 to 1.11.3. If you are using the version of jquery bundled
273+
with webagg you will need to update you html files as such
274+
275+
.. code-block:: diff
276+
277+
- <script src="_static/jquery/js/jquery-1.7.1.min.js"></script>
278+
+ <script src="_static/jquery/js/jquery-1.11.3.min.js"></script>
279+
280+
268281
Code Removed
269282
------------
270283

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.