Skip to content

Commit

Permalink
Release v8.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 1, 2021
1 parent aabf321 commit d80ba11
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-next-docs",
"version": "8.8.1",
"version": "8.8.2",
"private": true,
"hexo": {
"version": "5.4.0"
Expand Down
26 changes: 26 additions & 0 deletions source/_posts/next-8-8-2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: NexT 8.8.2 Released
date: 2021-12-01 10:38:29
---

## 🐞 Bug Fixes

- Add darkmode of DisqusJS ([#408](https://github.com/next-theme/hexo-theme-next/pull/408))
- Fix body box-sizing ([#404](https://github.com/next-theme/hexo-theme-next/pull/404))
- Fix darkmode in local-search ([#402](https://github.com/next-theme/hexo-theme-next/pull/402))
- Fix the index of group picture layout ([8e3ec26](https://github.com/next-theme/hexo-theme-next/commit/8e3ec267e0df7be74dbaba98ec50b34db2694892))

## πŸ›  Improvements

- Fix multiple h1 tag ([#416](https://github.com/next-theme/hexo-theme-next/pull/416))
- Decrease the value of z-index ([6067b5f](https://github.com/next-theme/hexo-theme-next/commit/6067b5f145810643e805c10ead57e3980804d9fb))

## πŸŒ€ External Changes

- Update dependency eslint to v8.3.0 ([#401](https://github.com/next-theme/hexo-theme-next/pull/401))

***

For full changes, see the [comparison between v8.8.1 and v8.9.0](https://github.com/next-theme/hexo-theme-next/compare/v8.8.1...v8.9.0)

[Detailed changes for NexT v8.8.2](https://github.com/next-theme/hexo-theme-next/releases/tag/v8.8.2)
10 changes: 2 additions & 8 deletions source/docs/tag-plugins/group-pictures.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,14 @@ description: NexT User Docs – NexT Supported Tags – Group Pictures
### Examples

```jinja
{% grouppicture 6-3 %}
![](/images/next.svg)
![](/images/next.svg)
![](/images/next.svg)
{% grouppicture 3-3 %}
![](/images/next.svg)
![](/images/next.svg)
![](/images/next.svg)
{% endgrouppicture %}
```

{% grouppicture 6-3 %}
![](/images/next.svg)
![](/images/next.svg)
![](/images/next.svg)
{% grouppicture 3-3 %}
![](/images/next.svg)
![](/images/next.svg)
![](/images/next.svg)
Expand Down

0 comments on commit d80ba11

Please sign in to comment.