Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: changelog & docs for 1.14.1 #2023

Merged
merged 1 commit into from Nov 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 23 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.14.1] - 2019-11-21

#### :bug: Bug Fix
* [#2022](https://github.com/facebook/docusaurus/pull/2022) fix(v1): markdown content and toc should render the same ([@endiliey](https://github.com/endiliey))
* [#2020](https://github.com/facebook/docusaurus/pull/2020) fix(v1): docusaurus-start should work even if path contain 'pages' word ([@endiliey](https://github.com/endiliey))
* [#2019](https://github.com/facebook/docusaurus/pull/2019) fix(v1): consistent slug & hash-link generation ([@endiliey](https://github.com/endiliey))
* [#1869](https://github.com/facebook/docusaurus/pull/1869) fix(v1): fix page title render issue when referred by search result ([@parvezakkas](https://github.com/parvezakkas))
* [#1895](https://github.com/facebook/docusaurus/pull/1895) fix(v1): mobile safari search input misalignment in header ([@sarneeh](https://github.com/sarneeh))
* [#1871](https://github.com/facebook/docusaurus/pull/1871) misc(v1): use primary color for hovered items in table of contents ([@blitz137](https://github.com/blitz137))

#### :house: Internal
* [#1920](https://github.com/facebook/docusaurus/pull/1920) misc(v1): use Node.js lts version for docker ([@gengjiawen](https://github.com/gengjiawen))

#### :memo: Documentation
* [#1998](https://github.com/facebook/docusaurus/pull/1998) docs(v1): showcase user collective ([@kenning](https://github.com/kenning))
* [#1961](https://github.com/facebook/docusaurus/pull/1961) docs(v1): remove exclusive language ([@ericcarboni](https://github.com/ericcarboni))
* [#1873](https://github.com/facebook/docusaurus/pull/1873) docs: showcase user Amphora ([@xtellurian](https://github.com/xtellurian))
* [#1918](https://github.com/facebook/docusaurus/pull/1918) docs(v1): showcase user Reactive Interaction Gateway ([@mmacai](https://github.com/mmacai))
* [#1911](https://github.com/facebook/docusaurus/pull/1911) docs: updating configcat user link ([@mr-sige](https://github.com/mr-sige))
* [#1902](https://github.com/facebook/docusaurus/pull/1902) misc: update URLs to non-HTML versions ([@ikrydev](https://github.com/ikrydev))
* [#1901](https://github.com/facebook/docusaurus/pull/1901) docs(v1): remove broken link for user Vasern ([@ikrydev](https://github.com/ikrydev))

## [1.14.0] - 2019-10-20

Expand Down Expand Up @@ -1178,7 +1198,8 @@ N/A
- Blog
- Documentation

[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.0...HEAD
[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.1...HEAD
[1.14.1]: https://github.com/facebook/docusaurus/compare/v1.14.0...v1.14.1
[1.14.0]: https://github.com/facebook/docusaurus/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/facebook/docusaurus/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/facebook/docusaurus/compare/v1.11.1...v1.12.0
Expand Down
@@ -1,5 +1,5 @@
---
id: version-1.14.0-doc-markdown
id: version-1.14.1-doc-markdown
title: Markdown Features
original_id: doc-markdown
---
Expand Down
@@ -1,5 +1,5 @@
---
id: version-1.14.0-site-config
id: version-1.14.1-site-config
title: siteConfig.js
original_id: site-config
---
Expand Down
@@ -1,5 +1,5 @@
---
id: version-1.14.0-installation
id: version-1.14.1-installation
title: Installation
description: Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly!
original_id: installation
Expand All @@ -9,7 +9,7 @@ Docusaurus was designed from the ground up to be easily installed and used to ge

## Installing Docusaurus

We have created an easy script that will get all of the infrastructure set up for you:
We have created a helpful script that will get all of the infrastructure set up for you:

1. Ensure you have the latest version of [Node](https://nodejs.org/en/download/) installed. We also recommend you install [Yarn](https://yarnpkg.com/en/docs/install) as well.

Expand Down