Docusaurus v1.11.0 Release Notes

Release Date: 2019-05-30 // almost 5 years ago
  • ๐Ÿ›  We added a new feature of highlighting the table of contents on the right side as you scroll the docs pages. A few bugs affecting local development were also fixed. More notably, the blog's left sidebar will not hide the post titles when docsSideNavCollapsible is turned on. This is a bugfix/backward-incompatible change depending on how you view it, but probably nobody wanted that collapsing behavior on the blog sidebar.

    ๐Ÿ“š We also welcome @wgao19 to the core team! She'll be helping us with Docusaurus 2 work leveraging on her experience writing documentation and CSS!

    ๐Ÿ”„ Changes

    • ๐Ÿ›  fix: reload siteConfig.js automatically when locally served page is refreshed (#1509)
    • ๐Ÿ›  fix: don't collapse the blog navigation even if collapsible is true (#1519)
    • ๐Ÿ›  fix: enable live reloading title of doc (#1507)
    • feat: highlight nav item in onPageNav ToC (#1524)