Update CHANGELOG and bundle exec rake

This commit is contained in:
iBug
2024-05-05 17:36:35 +08:00
parent 2f5e771072
commit 9c386c5509
5 changed files with 21 additions and 17 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ permalink: "/docs/history/"
excerpt: Change log of enhancements and bug fixes made to the theme.
sidebar:
nav: docs
last_modified_at: '2024-05-05T17:27:58+08:00'
last_modified_at: '2024-05-05T17:36:29+08:00'
toc: false
---
@@ -20,6 +20,7 @@ toc: false
### Bug Fixes
- Fix an unclosed `<p>` tag in `page__hero.html`, near `page.header.actions`.
- Remove overlay and revert X to hamburger icon when popup disappears. [#3958](https://github.com/mmistakes/minimal-mistakes/pull/3958)
### Enhancements
@@ -31,6 +32,7 @@ toc: false
- Allow multiple nav lists in sidebar. [#2843](https://github.com/mmistakes/minimal-mistakes/pull/2843)
- Add popup parameter to `{% include figure %}` to enable Magnific Popup. [#3119](https://github.com/mmistakes/minimal-mistakes/pull/3119)
- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)
- Split schema to a separate include file. [#3085](https://github.com/mmistakes/minimal-mistakes/pull/3085)
### Documentation & Maintenance