Important
In #318, a new default navigation item about was added to reorderNavItems
. This change could cause a problem if you've already used reorderNavItems
to reorder or remove some default navigation items: the about navigation item will disappear.
The solution is to add "about"
to reorderNavItems
.
This change will be included in the next version (v3.11.0). So if you have been using reorderNavItems
, you need to be aware of this future change.
Added
- Add
imageZoomableInPost
param to control the zoomable of images in the single post page #345 - Support mathematical equations and expressions by using MathJax #350
Changed
- Make TOC scrollable when it is too long #340
- Bump Mermaid version to 11.4.1
- Now external links will open in a new tab by default
Fixed
- Fix Disqus styling issues
- Add background color to the dark mode switch button
PRs
- Create vi.toml by @tankvn in #336
- Update es.toml by @maalvarado in #338
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #341
- feat: make TOC scrollable by @g1eny0ung in #340
- feat: make images zoomable in the single post page by @g1eny0ung in #345
- docs: how to install by @g1eny0ung in #344
- chore(deps): bump next from 15.0.3 to 15.1.2 in /docs by @dependabot in #348
- feat: open external links in a new window by @hst1189 in #346
- feat: add MathJax support by @g1eny0ung in #350
New Contributors
- @tankvn made their first contribution in #336
- @maalvarado made their first contribution in #338
- @hst1189 made their first contribution in #346
Full Changelog: v3.9.0...v3.10.0