Skip to content

v8.20.0

Latest
Compare
Choose a tag to compare
@stevenjoezhang stevenjoezhang released this 01 May 13:18
· 12 commits to master since this release

What's Changed

πŸ’₯ Breaking Changes

  • Feature: display sidebar on mobile for Pisces and Gemini by @triccsr in #710
sidebar:
-  # Manual define the sidebar width. If commented, will be default for:
-  # Muse | Mist: 320
-  # Pisces | Gemini: 240
-  #width: 300
+  # Sidebar width.
+  # Applicable to Muse | Mist and mobile of Pisces | Gemini.
+  width_expanded: 320
+  # Applicable to desktop of Pisces | Gemini.
+  width_dual_column: 240

🌟 New Features

  • Add post_count helper (26d682c)
  • Support for hiding page header (ca0e6f0)
  • Add link posts feature (4cba2a3)

🐞 Bug Fixes

πŸ›  Improvements

  • Reorder sidebar animation (f7014d3)
  • Update .category-list-count style (3d34a11)
  • Refactor .menu-item style (6bf97f6)

πŸŒ€ External Changes

πŸ“– Documentation

  • Remove dollar signs before commands (cd1a082)

New Contributors

Full Changelog: v8.19.2...v8.20.0