Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c37600b + 3d513b4 commit 9d32ff1Copy full SHA for 9d32ff1
doc/api/api_changes.rst
@@ -265,6 +265,19 @@ of the property cycle, if it exists.
265
Timeline for removal has not been set.
266
267
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
281
Code Removed
282
------------
283
0 commit comments