Skip to content

v8.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 04:56
· 246 commits to refs/heads/master since this release

πŸ’₯ Breaking Changes

  • Refactor sub-menu (#492)

⭐ Features

  • Support mermaid inside backtick code block (a396c61)
```mermaid
graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
```

🐞 Bug Fixes

  • Fix Microsoft Clarity Analytics (#480)
  • Fix tabs style issue (32892a6)
  • Support linebreaks inside a and img elements (edf3675)

πŸ›  Improvements

  • Fix Mist style with sub menu (#479)
  • Fix site-nav style issue (72c28e5)

πŸŒ€ External Changes

  • Update actions/labeler action to v4 (#478)
  • Update actions/checkout action to v3 (#476)
  • Update dependency eslint to v8.12.0 (#488)
  • Update dependency mocha to v9.2.2 (#487)
  • Update dependency hexo to v6.1.0 (#486)
  • Update availability of pjax & local_search in vendors (#496)

🌍 Localization

  • New Crowdin updates (#483)

For full changes, see the comparison between v8.10.1 and v8.11.0