Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85a407a

Browse files
committed
DOC: add API notes for jquery upgrade
1 parent e94c609 commit 85a407a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/api/api_changes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,18 @@ mpl.py
399399
Remove the module `matplotlib.mpl`. Deprecated in 1.3 by
400400
PR #1670 and commit 78ce67d161625833cacff23cfe5d74920248c5b2
401401

402+
bundled jquery
403+
--------------
404+
405+
The version of jquery bundled with the webagg backend has been upgrade
406+
from 1.7.1 to 1.11.3. If you are using the version of jquery bundled
407+
with webagg you will need up update you html file as such
408+
409+
.. code-block:: diff
410+
411+
- <script src="_static/jquery/js/jquery-1.7.1.min.js"></script>
412+
+ <script src="_static/jquery/js/jquery-1.11.3.min.js"></script>
413+
402414
403415
Changes in 1.4.x
404416
================

0 commit comments

Comments
 (0)