Skip to content

v8.29.0

Latest

Choose a tag to compare

@stevenjoezhang stevenjoezhang released this 05 Aug 07:18
· 9 commits to master since this release

What's Changed

πŸ’₯ Breaking Changes

⭐ Features

math:
  mathjax:
    enable: false
    # Available values: none | ams | all
    tags: none
+    # Available values: overflow | scroll | scale | truncate | linebreak
+    display_overflow: scroll
  • refactor: use Firestore REST API (4352696)
firestore:
  enable: false
  collection: articles # Required, a string collection name to access firestore database
-  apiKey: # Required
  projectId: # Required
  • Deprecate body_scrollbar.stable option (940b226)
body_scrollbar:
  # Place the scrollbar over the content.
  overlay: false
-  # Reserving space for the scrollbar gutter even if the content is not overflowing.
-  stable: false
  • Deprecate lazyload option (d54ab89)
-# Vanilla JavaScript plugin for lazyloading images.
-# For more information: https://apoorv.pro/lozad.js/demo/
- lazyload: false

🐞 Bug Fixes

πŸŒ€ External Changes

Full Changelog: v8.28.0...v8.29.0