Skip to content

5.6.1

Latest

Choose a tag to compare

@jerryc127 jerryc127 released this 21 Jul 10:56

Full Changelog: 5.6.0...5.6.1

修復

  • 從 pjax 加載中排除 fancybox 鏈接以防止衝突
  • 在 pjax 排除列表中添加 :not([data-fancybox]) 選擇器

變更

  • 重構系列分組邏輯,使用共享的 hexo._seriesGroups 對象
  • 通過一次構建系列分組代替每次渲染時構建來提高性能
  • 保持相同的排序行為,同時避免數據變更

Fixed

  • Exclude fancybox links from pjax loading to prevent conflicts
  • Add :not([data-fancybox]) selector to pjax exclude list

Changed

  • Refactor series grouping logic to use shared hexo._seriesGroups object
  • Improve performance by building series groups once instead of per-render
  • Maintain same sorting behavior while avoiding data mutation