Docusaurus v1.8.0 Release Notes

  • ๐Ÿš€ This version mainly include bug fixes and a new feature to skip the next release documents when versioning is enabled.

    Thank you to the following contributors:

    • @yangshun
    • @endiliey
    • @vikrantsinghthakur
    • @parthpp

    ๐Ÿ›  Fixed/Added

    • ๐Ÿš€ feat: Add --skip-next-release option to yarn build (#1292)
    • ๐Ÿ›  fix: handle case insensitive table of contents token (#1288)
    • ๐Ÿ›  fix: anchors links for underscore character (#1309)
    • ๐Ÿ›  fix: autogenerated versions.js should not be confusing (#1314)

    Internal

    • ๐Ÿ”„ Change Docusaurus landing page (#1290)
    • We restructured our repository as a monorepo (#1297)
    • We folded docusaurus versions (e.g: 1.1.0, 1.1.1, 1.1.2 -> 1.1.x) (#1313)
    • โšก๏ธ optimize docusaurus continuous integration (#1308)