All Versions
134
Latest Version
Avg Release Cycle
38 days
Latest Release
705 days ago
Changelog History
Page 14
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
- Option to control number of blog posts in sidebar (#432, thanks @ericnakagawa)
- ๐ง
font-family
is now a configurable parameter (#294, thanks @cowlingj) - ๐ง Configurable edit URL link, per doc (#443, thanks @Glavin001)
- ๐ New Docusaurus users: Vuls, react-native-ios-kit and Verdaccio
- ๐ Docs section about referencing site documents (#394 )
- ๐ Clarified docs on publishing to a user/org page
- ๐ Alphabetized site config options in docs (thanks @haraldur12)
- ๐ Moved verifying installation section to the install docs (@thanks @gedeagas)
- Discord added as a help and communication option
๐ 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 adefaultLang
config option) to make this as clean as possible.
โ Added
lang
property added onhtml
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
- 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
-
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
- ๐ Docusaurus released to the public.