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

Skip to content

Commit 3d513b4

Browse files
committed
DOC: add API notes for jquery upgrade
1 parent e94c609 commit 3d513b4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/api/api_changes.rst

Lines 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)