NexT 8.0.0-rc.3 Released

💥 Breaking Changes

  • Fix darkmode tag-cloud color (cbcd3f0)
    # TagCloud settings for tags page.
    tagcloud:
    - # All values below are same as default, change them by yourself.
    min: 12 # Minimum font size in px
    max: 30 # Maximum font size in px
    - start: "#ccc" # Start color (hex, rgba, hsla or color keywords)
    - end: "#111" # End color (hex, rgba, hsla or color keywords)
    - amount: 200 # Amount of tags, change it if you have more than 200 tags
    + amount: 200 # Total amount of tags
    + orderby: name # Order of tags
    + order: 1 # Sort order
  • Update Valine CDN URL (390058e)
    valine:
    ...
    - notify: false # Mail notifier
    - verify: false # Verification code

🐞 Bug Fixes

  • Some minor fixes (bf3666f)
  • Fix darkmode pagination & badge style (721e5b9)
  • Fix figcaption text overflow (4be820a)
  • Fix pandoc rendering error (17502da)
  • Fix json filter (4013450)
  • Decode TOC link (0d2b3af)

🛠 Improvements

  • Optimize copy-btn & post-edit icon (73dff7c)
  • Run lebab (74fa9ec)
  • Optimize link-grid (ade4f44)

🌀 External Changes

  • Update dependency eslint to v7.1.0 (#11)
  • Update dependency js-yaml to v3.14.0 (#10)

📖 Documentation

  • Update docs for i18n (36808b9)

🌍 Localization

  • New Crowdin translations (#8)

For full changes, see the comparison between v8.0.0-rc.2 and v8.0.0-rc.3

Detailed changes for NexT v8.0.0-rc.3