Skip to content

Commit

Permalink
chore: changelog & docs for 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 21, 2019
1 parent bd68dce commit f40f940
Show file tree
Hide file tree
Showing 7 changed files with 635 additions and 7 deletions.
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

0 comments on commit f40f940

Please sign in to comment.