All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.7 - 2018-02-17
This is a hotfix release
A couple of bugs were found in our versioning system that would make versioning unusable in some scenarios. Thank you to @iRoachie for finding these. This release also contains a better header link scroll on mobile. Total commits in this release is 6, including the release itself.
N/A
- A scrollbar to the header links on mobile, thanks @maaz93.
- Allow new docs to be added for new versions
- Relax restriction on versioned doc ids with dashes
- Broken link in the site config docs, thanks @justinmusgrove.
N/A
1.0.6 - 2018-02-12
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 feaatures, and documentation updates. Total commits in this release is 38, including the release itself.
N/A
- 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
- 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)
N/A
1.0.5 - 2018-01-09
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.
N/A
N/A
- 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).
N/A
1.0.4 - 2017-12-27
This is generally a bug fix release, with some code refactoring. Total commits in this release is 58.
- 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.
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.
- 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.
N/A
- Docusaurus released to the public.
- Initialization script
- Versioning
- Translations
- Search
- Blog
- Documentation