All Versions
134
Latest Version
Avg Release Cycle
38 days
Latest Release
517 days ago

Changelog History
Page 14

  • v1.0.6 Changes

    February 12, 2018

    ๐Ÿ“š This is a bigger release than normal as it has been a month since releases. It contains bug fixes, duplicate code removal, a few new features, and documentation updates. Total commits in this release is 38, including the release itself.

    ๐Ÿ’ฅ Breaking Changes

    N/A

    โž• Added

    ๐Ÿ›  Fixed/Changed

    • Blog feeds now show HTML, not markdown (#407, thanks @tom-auger)
    • ๐ŸŒ Chinese translation infra (#377, thanks @chenglou)
    • Margin for right-aligned images (#398, thanks @rickhanlonii)
    • Correct HTTP status code sent on redirects (#408)
    • ๐Ÿ“‡ Non-English versioned docs metadata parsed correctly (#412, thanks @sunnylqm)
    • โœ… Provide Algolia information about the latest and current version (#418)
    • โœ‚ Remove key errors when running local server (#425, thanks @hshoff)
    • ๐Ÿ”— Links fixed in blog Atom feed (#421, thanks @hramos)

    โœ‚ Removed

    N/A

  • v1.0.5 Changes

    January 09, 2018

    ๐Ÿ“š This is a targeted bug fix release, with some documentation updates and Docusaurus repo housekeeping in between. Total commits in this release is 13, including the release itself.

    ๐Ÿ’ฅ Breaking Changes

    N/A

    โž• Added

    N/A

    ๐Ÿ›  Fixed/Changed

    • ๐Ÿ Docusaurus builds on Windows (PR #381, thanks @qcz).
    • ๐Ÿ›  Fixed publishing for user/org GitHub sites (as opposed to project sites) (PR #384).
    • ๐Ÿ“š Clarification and updates on the publishing and API documentation (PR #372).

    โœ‚ Removed

    N/A

  • v1.0.4 Changes

    December 27, 2017

    ๐Ÿš€ This is generally a bug fix release, with some code refactoring. Total commits in this release is 58.

    ๐Ÿ’ฅ Breaking Changes

    • Most users may not run into this problem, but we think it can technically be a breaking change. PR #322 (original PR #316) and friends changes the way we check for the existence of translations and versioning. Part of that is that we allow for the possibility of an empty language prop, instead of defaulting everything to English. When running 1.0.4, check to make sure your index.js works as expected. See this comment and those below for discussion on this. There is still a bit more work to be done (refactoring and maybe adding a defaultLang config option) to make this as clean as possible.

    โž• Added

    • lang property added on html tag, if a language exists and is set (PR #295).
    • โž• Added the wrapPagesHTML configuration option (PR #332).
    • ๐Ÿ“„ Some adming docs on how to debug with VSCode (PR #335).
    • โž• Added docs for the useEnglishURL configuration option.

    ๐Ÿ›  Fixed/Changed

    • ๐Ÿ”— Links on landing page in docusaurus-init test site do not 404 any longer.
    • ๐Ÿ”จ Refactoring how we check for translations and versioning (PRs #322/#316 and friends).
    • ๐Ÿ”จ Refactored the example index.js page (PR #293).
    • ๐Ÿ”— Link errors, typos and grammatical errors in the docusuarus.io documentation.

    โœ‚ Removed

    N/A

  • v1.0.3 Changes

    December 13, 2017

    โž• Added

    • ๐Ÿš€ Docusaurus released to the public.
      • Initialization script
      • Versioning
      • Translations
      • Search
      • Blog
      • Documentation

    ๐Ÿš€ [unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.4...HEAD