Skip to content

2.4.0

Compare
Choose a tag to compare
@ikeq ikeq released this 14 Sep 14:16
· 91 commits to master since this release

Features

  • support custom permalink
  • optimize bundle size
    • refactor classname generation logic
    • remove ngAnimation
    • remove es2015 polyfill
  • simplify appearance configuration
  • new color configuration on reward method
    reward:
      methods:
        - name:
          qrcode:
          url:
          text:
    +     color: '#09bb07'
  • new font setting for printing
    font:
      print:
  • plugins for avatar
    plugins:
      - position: avatar

Fixes

  • sync toc position when scrolling
  • fix a toc parsing error
  • fix hash link
  • fix incorrect sorting of tag posts and category posts
  • fix a heading link issue

Breaking Changes

  • appearance.mode has been removed in favor of:

    # Font color, default '#363636'
    foreground_color:
    # Border color, default '#e0e0e0'
    border_color:
    # Card background, default '#fff'
    card_background:
  • appearance.background now only serves body background

    # body background, default '#f5f7fa'
    background:
    # Sidebar background (when opened), default to accent_color
    sidebar_background: