NexT 8.3.0 Released

⭐ Features

  • New reversed reading progress bar option (#221)
    # Reading progress bar
    reading_progress:
    enable: false
    + # Available values: left | right
    + start_at: left
    # Available values: top | bottom
    position: top
    + reversed: false
    color: "[#37](https://github.com/next-theme/hexo-theme-next/pull/37)c6c0"
    height: 3px

🐞 Bug Fixes

  • Fix mermaid preformatted issue (9ef3a63)

🛠 Improvements

  • Use CSS transitions to animate site-nav (#223)

🌀 External Changes

  • Update dependency eslint to v7.23.0 (#230)
  • Update dependency mocha to v8.3.2 (#219)
  • Update dependency chai to v4.3.4 (#216)

🌍 Localization

  • New Crowdin updates (#238)
  • Add aria-label for buttons and selects (#234)

For full changes, see the comparison between v8.2.2 and v8.3.0

Detailed changes for NexT v8.3.0