Update CHANGELOG and history
This commit is contained in:
parent
162f659f61
commit
f1ffad4b5e
@ -14,6 +14,7 @@
|
|||||||
- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
|
- 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`.
|
- 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)
|
- 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
|
### Documentation & Maintenance
|
||||||
|
|
||||||
|
@ -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. |
|
| **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. |
|
| **alt** | Optional | Alternate text for image. |
|
||||||
| **caption** | Optional | Figure caption text. Markdown is allowed. |
|
| **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:
|
Using the `figure` include like so:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ permalink: "/docs/history/"
|
|||||||
excerpt: Change log of enhancements and bug fixes made to the theme.
|
excerpt: Change log of enhancements and bug fixes made to the theme.
|
||||||
sidebar:
|
sidebar:
|
||||||
nav: docs
|
nav: docs
|
||||||
last_modified_at: '2024-05-05T16:30:49+08:00'
|
last_modified_at: '2024-05-05T17:04:57+08:00'
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -29,6 +29,7 @@ toc: false
|
|||||||
- Remove deprecated `page.header.cta_url` setting. [#4821](https://github.com/mmistakes/minimal-mistakes/pull/4821)
|
- 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`.
|
- 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)
|
- 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
|
### Documentation & Maintenance
|
||||||
|
|
||||||
@ -36,6 +37,7 @@ toc: false
|
|||||||
- Remove unused classes from `_layouts/single.html`.
|
- Remove unused classes from `_layouts/single.html`.
|
||||||
- Migrate npm run scripts to Ruby Rake tasks.
|
- 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.
|
- 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)
|
## [4.25.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.25.1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user