NexT

Theme for Hexo

🐞 Bug Fixes

  • Fix scroll in sidebar (#308)

For full changes, see the comparison between v8.6.0 and v8.6.1

Detailed changes for NexT v8.6.1

⭐ Features

  • Support Gitter Sidecar (#289)
    +# Gitter Support
    +# For more information: https://gitter.im
    +gitter:
    + enable: false
    + room:

🐞 Bug Fixes

  • Fix scrolling for site overview (#243)

🛠 Improvements

  • Separate inline listeners (#303)
  • Correct meta viewport (#302)
  • Escape only < in front-end json (#294)
  • Add gitter integration in minify.js (#300)
  • Add missing alt attribute to img elements (#285)

🌀 External Changes

  • Update dependency @next-theme/eslint-config to v0.0.3 (#301)
  • Update dependency mocha to v9 (#290)
  • Update dependency eslint to v7.29.0 (#288)

For full changes, see the comparison between v8.5.0 and v8.6.0

Detailed changes for NexT v8.6.0

🌟 New Features

  • Subresource Integrity (#247)

⭐ Features

  • Load Creative Commons badge via CDN (#267)
    creative_commons:
    + # Available values: big | small
    + size: small

🐞 Bug Fixes

  • Fix overwritten of non-object in CONFIG (#279)

🛠 Improvements

  • Use passive scroll listeners (#282)
  • Change gitalk default offical proxy (#257)
  • Move comments.js and config.js inject point (#277)

🌀 External Changes

  • Update dependency eslint to v7.27.0 (#269)
  • Update dependency mocha to v8.4.0 (#268)

For full changes, see the comparison between v8.4.0 and v8.5.0

Detailed changes for NexT v8.5.0

💥 Breaking Changes

  • Separate third party inline scripts (#241)

⭐ Features

  • New body scrollbar style option (#248)
    +# Override browsers' default behavior.
    +body_scrollbar:
    + # Place the scrollbar over the content.
    + overlay: false
    + # Present the scrollbar even if the content is not overflowing.
    + stable: false

🐞 Bug Fixes

  • Fix scroll restoration (#256)
  • Fix changyan on Pjax sites (#252)
  • Disable margin animation of <body> (#236)

🛠 Improvements

  • Remove internal scripts if minify is true and the CDN provider is not local (#251)
  • Use ImgBot to optimize images (#242)
  • Separate NexT inline scripts and styles (#226)

🌀 External Changes

  • Update dependency js-yaml to v4.1.0 (#249)
  • Update dependency eslint to v7.25.0 (#244)

🌍 Localization

  • New Crowdin updates (#245)

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

Detailed changes for NexT v8.4.0

0%