Skip to content

v8.0.0-rc.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 03:33
· 711 commits to master since this release

πŸ’₯ 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
valine:
  ...
-  notify: false # Mail notifier
-  verify: false # Verification code

🐞 Bug Fixes

πŸ›  Improvements

πŸŒ€ External Changes

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

πŸ“– Documentation

🌍 Localization

  • New Crowdin translations (#8)

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