Update CHANGELOG and history

This commit is contained in:
iBug 2024-05-05 17:05:01 +08:00
parent 162f659f61
commit f1ffad4b5e
3 changed files with 5 additions and 2 deletions

View File

@ -14,6 +14,7 @@
- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.
- 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)
### Documentation & Maintenance

View File

@ -53,7 +53,7 @@ Generate a `<figure>` element with a single image and caption.
| **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. |
| **alt** | Optional | Alternate text for image. |
| **caption** | Optional | Figure caption text. Markdown is allowed. |
| **popup** | Optional | Wrap the image as a popup link using class `image-popup` |
| **popup** | Optional | Enable Magnific Popup on the image. |
Using the `figure` include like so:

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-05T16:30:49+08:00'
last_modified_at: '2024-05-05T17:04:57+08:00'
toc: false
---
@ -29,6 +29,7 @@ toc: false
- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.
- 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)
### Documentation & Maintenance
@ -36,6 +37,7 @@ toc: false
- Remove unused classes from `_layouts/single.html`.
- Migrate npm run scripts to Ruby Rake tasks.
- Add Rake task `version` for updating all hard-coded version numbers from `package.json` all at once.
- Update Social Sharing links section. [#4066](https://github.com/mmistakes/minimal-mistakes/pull/4066)
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)