Skip to content

Commit

Permalink
Publish v1.2.0 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored and yangshun committed Jun 10, 2018
1 parent 8e58d2e commit 0d000b1
Show file tree
Hide file tree
Showing 18 changed files with 2,202 additions and 127 deletions.
61 changes: 60 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,64 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.2.0] - 2018-06-10

A major point release. This release adds highly requested features, including extension-less URLs, nested directories for docs and adding a second option (Prism) for syntax highlighting.

Welcome to our newest users, [pnpm](https://pnpm.js.org/) and [Anssr Data](https://anssr.io/).

A special thank you to @endiliey who has come in and did awesome work for Docusaurus. @endiliey is now an official maintainer of the Docusaurus repo because of his efforts.

Thank you to the following contributors who helped with this release:

- @endiliey
- @yangshun
- @gimdongwoo
- @balloob
- @zkochan
- @gustavohenke
- @ranolf
- @Themandunord
- @ericnakagawa
- @vacarsu
- @SleepWalker
- @brenopolanski
- @skratchdot

### Breaking changes

None that we know of. Please let us know if you find any as this is a big release and we may have missed something.

### Added

- Sub-directories are now [supported](https://github.com/facebook/Docusaurus/commit/d04b3ca87bb371dd47e6b69a863306ee5f2b1840) for documentation. This was one of most [requested features](https://github.com/facebook/Docusaurus/pull/705).
- You can now use [Prism for syntax highlighting](https://github.com/facebook/Docusaurus/commit/c8bc00a3a78f6db8f9a9e22aaaf63f56a00cc2ac), in addition to Highlight.js. [Documentation](https://docusaurus.io/docs/en/doc-markdown#using-prism-as-additional-syntax-highlighter)
- URLs can now be ["clean"](https://github.com/facebook/Docusaurus/commit/31f0c27f81ac9d22f8fdd29f5265e60b5b038773z) - no `.html` extension.
- Scroll to top button [option](https://github.com/facebook/Docusaurus/commit/aee255219bedc97b55048cdb4703742cbb7c247e) for your documentation pages.
- Can now [set title](https://github.com/facebook/Docusaurus/commit/72f4f369394a9ccdcd721c4f2fa0ee2913ad98dd) for custom pages. [Documentation](https://docusaurus.io/docs/en/api-pages#titles-for-pages)
- On page [navigation](https://github.com/facebook/Docusaurus/commit/49c27b733bf62506acff3c55f92143dc0ef3ed86) for blog posts.
- Travis CI [publishing](https://docusaurus.io/docs/en/publishing#using-travis-ci) guide.
- Can now publish to [GitHub Enterprise](https://github.com/facebook/Docusaurus/commit/2bd9a148c160a0f0de9ab991c66393c629469c37).

### Fixed/Changed

- For better SEO, we now [support](https://github.com/facebook/Docusaurus/commit/c47af6be4b4436f5d9c325b896027e4db3a2d331) `meta:description`.
- Existing translation files are now [loaded](https://github.com/facebook/Docusaurus/commit/49a5263d62ea58ef1aa4e952e5ed6ec44e4a0b28) correctly.
- URLs properly [resolve](https://github.com/facebook/Docusaurus/commit/ff93ba985397804741d4f1e31cfb5219e998cec1) no matter which language you are currently viewing.
- Atom and RSS feed links are [fixed](https://github.com/facebook/Docusaurus/commit/8e58d2e90373e0b2d5373ff875e052f430370a69) for `xxx.github.io` sites.
- Version pages [link](https://github.com/facebook/Docusaurus/commit/c000aca61f935eb94999e9c46077d106cca22275) to the correct language, depending on the current language.
- Do not [start server](https://github.com/facebook/Docusaurus/commit/d28b864a59fabeea45add8c090a13de7d0530de5) if `versions.js` is missing and versioning is enabled.
- [Fail](https://github.com/facebook/Docusaurus/commit/93b2ebb53b49f4c2ba84dcb9b7c98f58dc05ad46) properly when current branch is the same as the deployment one.
- Assets not found bug [fixed](https://github.com/facebook/Docusaurus/commit/b00e9d14e211e42851ede645ecc1e325120c4e3e) in Windows.
- OnPageNav now [works](https://github.com/facebook/Docusaurus/commit/3ff24c7926f06e10bf33eba7d1c86f18087e793a) on mobile devices.
- [Remove](https://github.com/facebook/Docusaurus/commit/b3d59f8a0f7aee606dde0eb7fea9d9d613f34087) extra padding in code blocks.
- Better [gitignore](https://github.com/facebook/Docusaurus/commit/767cd88d8655ddf81c1975b7850401dacf07908a) for `docusaurus-init`
- Documentation fixes: [1](https://github.com/facebook/Docusaurus/commit/52729446261f61fa091d2f4909e9435abb0af645)[2](https://github.com/facebook/Docusaurus/commit/6244bb1aa452c5b98c3f768c0a311cf7f52cb5a8)[3](https://github.com/facebook/Docusaurus/commit/e5ff417cd19a4d9c353c2a054a42cf75d5df9228).

### Removed

N/A

## [1.1.5] - 2018-05-26

Hotfix. A package in `devDependencies` needed to be moved to `dependencies`.
Expand Down Expand Up @@ -460,7 +518,8 @@ N/A
- Blog
- Documentation

[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/facebook/Docusaurus/compare/v1.1.5...v1.2.0
[1.1.5]: https://github.com/facebook/Docusaurus/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/facebook/Docusaurus/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/facebook/Docusaurus/compare/v1.1.2...v1.1.3
Expand Down
60 changes: 23 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "1.1.5",
"version": "1.2.0",
"license": "MIT",
"keywords": [
"documentation",
Expand Down Expand Up @@ -33,7 +33,7 @@
"babel-traverse": "^6.25.0",
"babylon": "^6.17.4",
"chalk": "^2.1.0",
"classnames": "^2.2.5",
"classnames": "^2.2.6",
"color": "^2.0.1",
"commander": "^2.11.0",
"crowdin-cli": "^0.3.0",
Expand All @@ -53,16 +53,16 @@
"markdown-toc": "^1.2.0",
"mkdirp": "^0.5.1",
"prismjs": "^1.14.0",
"react": "^16.3.2",
"react": "^16.4.0",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.2",
"react-dom": "^16.4.0",
"remarkable": "^1.7.1",
"request": "^2.87.0",
"shelljs": "^0.7.8",
"sitemap": "^1.13.0",
"tcp-port-used": "^0.1.2",
"tiny-lr": "^1.1.1",
"tree-node-cli": "^1.2.1"
"tree-node-cli": "^1.2.2"
},
"bin": {
"docusaurus-start": "./lib/start-server.js",
Expand All @@ -79,7 +79,7 @@
"front-matter": "^2.3.0",
"glob-promise": "^3.3.0",
"jest": "^21.2.1",
"prettier": "^1.9.1",
"prettier": "^1.13.5",
"rimraf": "^2.6.2"
}
}

0 comments on commit 0d000b1

Please sign in to comment.