diff --git a/CHANGELOG b/CHANGELOG index e0e8366f343..bfdfb4042f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-9.5.7 (2024-02-03) + + * Fixed #6731: Small images in figures are not centered + * Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression) + mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30) * Fixed #6705: Navigation path not being hidden when specified diff --git a/docs/changelog/index.md b/docs/changelog/index.md index f50180f2bd2..92bd2e68fbf 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 9.5.7 February 3, 2024 { id="9.5.7" } + +- Fixed #6731: Small images in figures are not centered +- Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression) + ### 9.5.6 January 28, 2024 { id="9.5.6" } - Fixed #6700: Missing styles for Mermaid.js labels with Markdown diff --git a/material/__init__.py b/material/__init__.py index 22a1912c549..300f9850307 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.5.6" +__version__ = "9.5.7" diff --git a/material/templates/base.html b/material/templates/base.html index 50a6e80d3df..041b30a2dbf 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 4c09400df41..7fc905723ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.5.6", + "version": "9.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.5.6", + "version": "9.5.7", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 716b2d7e2c9..826b21a98cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.5.6", + "version": "9.5.7", "description": "Documentation that simply works", "keywords": [ "mkdocs",