Skip to content

v8.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 07:36
· 420 commits to master since this release

⭐ Features

  • New reversed reading progress bar option (#221)
# Reading progress bar
reading_progress:
  enable: false
+  # Available values: left | right
+  startAt: left
  # Available values: top | bottom
  position: top
+  reversed: false
  color: "#37c6c0"
  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