diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:24:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:24:24 +0000 |
commit | 6c556df79380418667651b8011fc91dedc700a95 (patch) | |
tree | ba37dd06552873aa27b252df23efbfedf29ce4f9 /CHANGES.rst | |
parent | Initial commit. (diff) | |
download | sphinxcontrib-jquery-6c556df79380418667651b8011fc91dedc700a95.tar.xz sphinxcontrib-jquery-6c556df79380418667651b8011fc91dedc700a95.zip |
Adding upstream version 4.1.upstream/4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGES.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..27b4d11 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,38 @@ +Release 4.1 (14/03/2023) +========================== + +* Include ``tests/``, ``AUTHORS``, ``CHANGES.rst``, and ``LICENCE`` in the + source distribution ('sdist') file. No changes to functionality. + +Release 4.0 (14/03/2023) +========================== + +* Enforcing `subresource integrity`_ (SRI) checks breaks loading rendered + documentation from local filesystem (``file:///`` URIs). + SRI checks may now be configured by the boolean configuration option + ``jquery_use_sri``, which defaults to ``False``. + See `sphinx_rtd_theme#1420`_ for further details. + +.. _sphinx_rtd_theme#1420: https://github.com/readthedocs/sphinx_rtd_theme/issues/1420 + +Release 3.0.0 (03/11/2022) +========================== + +* Vendor jQuery within the extension and copy the files to the documentation's + ``_static`` directory. +* Include the ``_sphinx_javascript_frameworks_compat.js`` compatibility file + from Sphinx 5. +* Include `subresource integrity`_ checksums in generated ``<script/>`` tags. + +.. _subresource integrity: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity + +Release 2.0.0 (18/10/2022) +========================== + +* Declare support for Python 2.7, 3.5, and 3.6. +* Add testing. + +Release 1.0.0 (17/10/2022) +========================== + +* Initial release of ``sphinxcontrib-jquery``. |