Skip to content

Commit

Permalink
Add "new in v4.26.0" in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 5, 2024
1 parent 148349b commit accc82a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)
- Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`.
- 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)
- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)
Expand All @@ -29,6 +28,7 @@
- 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.
- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.
- 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)
Expand Down
4 changes: 4 additions & 0 deletions docs/_docs/05-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ For example,

### Code block copy button

*New in v4.26.0*

To enable a copy button on code blocks, add the following to `_config.yml`:

```yaml
Expand Down Expand Up @@ -1039,6 +1041,8 @@ paginate_path: /recent/page:num/

### Paginate V2

*New in v4.26.0*

If you're using [Jekyll Paginate V2][jekyll-paginate-v2], you can enjoy its powerful features by removing `paginate` and `paginate_path` and adding the following configuration to your `_config.yml`:

```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/10-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ defaults:
nav: "docs"
```

If you have multiple sidebar navs defined and want to include more than one on a page, the sidebar nav can also be a list.
*New in v4.26.0*: If you have multiple sidebar navs defined and want to include more than one on a page, the sidebar nav can also be a list.

```yaml
sidebar:
Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-05T19:44:24+08:00'
last_modified_at: '2024-05-05T19:50:49+08:00'
toc: false
---

Expand All @@ -31,7 +31,6 @@ toc: false
- Auto scroll sticky ToC with content. [#3115](https://github.com/mmistakes/minimal-mistakes/pull/3115)
- Replace "hidden" check in Liquid templates with `where_exp: "item", "item.hidden != true"`.
- 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)
- Add target attribute for navigation link. [#3056](https://github.com/mmistakes/minimal-mistakes/pull/3056)
Expand All @@ -44,6 +43,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.
- Merge `categories` and `tags` layout into `_includes/posts-taxonomy.html`.
- 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)
Expand Down

0 comments on commit accc82a

Please sign in to comment.