Docusaurus v1.10.0 Release Notes

Release Date: 2019-05-21 // almost 5 years ago
  • 🛠 This version mainly include many bug fixes and a new feature to use different host other than localhost through CLI flag.

    Other than that, we also made some significant progress on Docusaurus 2 development. In the near future, we'll be rolling out the alpha version publicly to maximize community participation and feedback. Please stay tuned :wink:

    Thank you to following contributors:

    • @endiliey
    • @yangshun
    • @zachbadgett
    • @yangshun
    • @endiliey
    • @shakcho
    • @Hongarc
    • @qiu8310
    • @jamesgeorge007
    • @Alireza
    • @TurekBot
    • @wgao19
    • @palmer-cl

    Main Changes

    • feat: allow different host through CLI flag (#1475)
    • 🛠 fix: docusaurus code tab logic by (#1369). This fixes code tabs does not allow HTML comments within codeblock and Code tabs break numbered lists and cannot be indented.
    • 🛠 fix: add missing markdownOptions siteConfig feature to override remarkable options (#1430)
    • 🛠 fix: right table of content does not render special characters (#1458)
    • 🛠 fix(regression): missing CLI commands introduced in v1.8.0 (#1478)
    • 🛠 fix: h3 topics with Markdown formatting causes a glitch on mobile (#1467)
    • 🛠 fix: wrong url in next/prev button in some cases (#1488)
    • 🛠 fix: content displayed on bottom of mobile viewport when TOC is active (#1489)
    • 🛠 fix: mobile navigation should show deepest breadcrumb instead of outer (#1493)