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.
This is a hotfix release
A bug was found in the using path
functions commit by @sunnylqm. Total commits in this release is 4, including the release itself.
N/A
- Fix wrong versioned_docs file path, thanks @sunnylqm.
N/A
1.0.8 - 2018-03-12
This is a targeted feature and bug fix release. A couple of things of interest are that this release fixes some issues with Windows that were occurring, particularly when building the docs, both locally and publishing, as well as addressing an issue for support for a secondary, on-page sidebar for local page navigation, which is now enabled for docusaurus.io. Total commits in this release is 27, including the release itself.
N/A
- Add separate, on-page navigation sidebar option so that you can see links to local page topics, thanks @microbouji.
- You can now use a custom
appId
for your Algolia search, thanks @atroncy. - The header navigation now shows the active link clearly, thanks @microbouji.
- Replace Circle CI 1.0 publishing documentation with Circle CI 2.0, thanks @ashleytqy.
- Use
path
functions in order to fix building on Windows latestVersion
was fixed when running the local server, thanks @sunnylqm.- Environment variables take precedent over config options when publishing, thanks @juanpicado.
- i18n support fixed for the home page link in the header and the sidebar navigation, thank @cheercroaker.
- Document an existing feature that has already existed,
ogImage
, thanks @miralemd. siteConfig.users
is now optional, thanks @aimeerpierce.id
used instead ofname
in anchors, bringing us more HTML 5 compliant, thanks @ronami.
N/A
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 features, 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