Skip to content

v8.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 02:08
· 489 commits to master since this release

πŸ’₯ Breaking Changes

🌟 New Features

  • New utterances comment system (7e49895)
+# Utterances
+# For more information: https://utteranc.es
+utterances:
+  enable: false
+  repo: # Github repository name
+  # Available values: pathname | url | title | og:title
+  issue_term: pathname
+  # Available values: github-light | github-dark | preferred-color-scheme | github-dark-orange | icy-dark | dark-blue | photon-dark | boxy-light
+  theme: github-light
  • New isso comment system (7a4890f)
+# Isso
+# For more information: https://posativ.org/isso/
+isso: # <data_isso>

⭐ Features

  • Feat: Adds an optional copyright in a post's front-matter which allows users to change whether to show CC License notices under a post (#139)
  • Use PDFObject (29b8636)
  • Use Clipboard.writeText (ab4fd95)

🐞 Bug Fixes

  • Fix .post-sticky-flag margin (b376919)

πŸ›  Improvements

  • Optimize sidebar panel animation (d19109a)
  • Optimize note tag (48a9d13)
  • Feat add hyperlink support to group-pictures (#143)
  • Use window size to determine sidebar display, and unify behaviour for margin and dimmer (#130)
  • Remove extra blank lines (2eabd8d)
  • Optimize Firebase (2dc4983)

πŸŒ€ External Changes

  • Update dependency eslint to v7.14.0 (#135)
  • Update dependency mocha to v8.2.1 (#132)
  • Update actions/labeler action to v3 (#133)

πŸ“– Documentation


For full changes, see the comparison between v8.0.2 and v8.1.0