From 8c3cae35e3763ed7f7e5814067a732bb8bf5b155 Mon Sep 17 00:00:00 2001 From: endiliey Date: Sun, 17 Nov 2019 16:51:02 +0700 Subject: [PATCH] chore(v2): changelog --- CHANGELOG-2.x.md | 68 +++++++++++++++++++++++++ website/docs/migrating-from-v1-to-v2.md | 8 +-- 2 files changed, 72 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 3f014d03a0ae..72c0c99b1152 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,5 +1,73 @@ # Docusaurus 2 Changelog +## 2.0.0-alpha.35 + +#### :rocket: New Feature +* `docusaurus-theme-classic` + * [#1965](https://github.com/facebook/docusaurus/pull/1965) feat(v2): add ability specify link in footer logo ([@lex111](https://github.com/lex111)) + +#### :bug: Bug Fix +* `docusaurus-mdx-loader`, `docusaurus-theme-classic` + * [#1992](https://github.com/facebook/docusaurus/pull/1992) fix(v2): static phrasing content should be rendered correctly in TOC ([@endiliey](https://github.com/endiliey)) +* `docusaurus-theme-classic` + * [#1999](https://github.com/facebook/docusaurus/pull/1999) fix(v2): remove hashbang when click on category ([@lex111](https://github.com/lex111)) + * [#1962](https://github.com/facebook/docusaurus/pull/1962) fix(v2): make not clickable post title on post item page ([@lex111](https://github.com/lex111)) + * [#1980](https://github.com/facebook/docusaurus/pull/1980) fix(v2): remove invalid label attribute of footer links ([@lex111](https://github.com/lex111)) + * [#1978](https://github.com/facebook/docusaurus/pull/1978) fix(v2): use regular div instead of main tag for wrapper layout page ([@lex111](https://github.com/lex111)) + * [#1975](https://github.com/facebook/docusaurus/pull/1975) fix(v2): move header inside article tag in doc page ([@lex111](https://github.com/lex111)) + * [#1974](https://github.com/facebook/docusaurus/pull/1974) fix(v2): remove invalid attributes of nav links ([@lex111](https://github.com/lex111)) + * [#1963](https://github.com/facebook/docusaurus/pull/1963) fix(v2): remove empty containers when no data in blog pages ([@lex111](https://github.com/lex111)) + * [#1966](https://github.com/facebook/docusaurus/pull/1966) fix(v2): remove duplicate meta tags ([@lex111](https://github.com/lex111)) +* `docusaurus-plugin-content-docs` + * [#1994](https://github.com/facebook/docusaurus/pull/1994) fix(v2): throw error if first level item of a sidebar is not category ([@endiliey](https://github.com/endiliey)) + +#### :nail_care: Polish +* `docusaurus-theme-search-algolia` + * [#2001](https://github.com/facebook/docusaurus/pull/2001) fix(v2): improve UI of search ([@lex111](https://github.com/lex111)) +* `docusaurus-theme-classic` + * [#1991](https://github.com/facebook/docusaurus/pull/1991) fix(v2): remove accessible anchors via keyboard ([@lex111](https://github.com/lex111)) + * [#1987](https://github.com/facebook/docusaurus/pull/1987) refactor(v2): replace h1 tag with h2 in blog list pages ([@lex111](https://github.com/lex111)) + * [#1981](https://github.com/facebook/docusaurus/pull/1981) fix(v2): use tag time for showing last update of doc item ([@lex111](https://github.com/lex111)) + * [#1977](https://github.com/facebook/docusaurus/pull/1977) feat(v2): add aria-label to read more links for a11y ([@lex111](https://github.com/lex111)) + * [#1964](https://github.com/facebook/docusaurus/pull/1964) fix(v2): use tag time for showing post item date ([@lex111](https://github.com/lex111)) +* `docusaurus-plugin-content-docs` + * [#1994](https://github.com/facebook/docusaurus/pull/1994) fix(v2): throw error if first level item of a sidebar is not category ([@endiliey](https://github.com/endiliey)) +* Other + * [#1986](https://github.com/facebook/docusaurus/pull/1986) fix(v2): remove obsolete iframe attributes ([@lex111](https://github.com/lex111)) +* `docusaurus-init` + * [#1982](https://github.com/facebook/docusaurus/pull/1982) feat(v2): add FB link to footer ([@lex111](https://github.com/lex111)) +* `docusaurus-plugin-content-blog` + * [#1968](https://github.com/facebook/docusaurus/pull/1968) refactor(v2): simplify blog truncate function ([@endiliey](https://github.com/endiliey)) + +#### :memo: Documentation +* Other + * [#1988](https://github.com/facebook/docusaurus/pull/1988) docs(v2): fix syntax highlighting for YML code blocks ([@lex111](https://github.com/lex111)) + * [#1976](https://github.com/facebook/docusaurus/pull/1976) docs(v2): Add section to blog document about feed location ([@vinnytheviking](https://github.com/vinnytheviking)) + * [#1970](https://github.com/facebook/docusaurus/pull/1970) docs(v2): update configureWebpack utility functions ([@jamiedavenport](https://github.com/jamiedavenport)) +* `docusaurus-1.x` + * [#1961](https://github.com/facebook/docusaurus/pull/1961) docs(v1): remove exclusive language ([@ericcarboni](https://github.com/ericcarboni)) + +#### :house: Internal +* Other + * [#2002](https://github.com/facebook/docusaurus/pull/2002) fix(v2): fix browser window menu icon on smaller screen ([@lex111](https://github.com/lex111)) + * [#1986](https://github.com/facebook/docusaurus/pull/1986) fix(v2): remove obsolete iframe attributes ([@lex111](https://github.com/lex111)) +* `docusaurus-init` + * [#1982](https://github.com/facebook/docusaurus/pull/1982) feat(v2): add FB link to footer ([@lex111](https://github.com/lex111)) +* `docusaurus-1.x`, `docusaurus-init-1.x`, `docusaurus-init`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-ideal-image`, `docusaurus-types`, `docusaurus` + * [#1985](https://github.com/facebook/docusaurus/pull/1985) chore(v2): update dependencies ([@endiliey](https://github.com/endiliey)) + +#### :running_woman: Performance +* `docusaurus` + * [#1979](https://github.com/facebook/docusaurus/pull/1979) perf(v2): reduce main bundle size by using es5 if possible ([@endiliey](https://github.com/endiliey)) + +#### Committers: 6 +- Alexey Pyltsyn ([@lex111](https://github.com/lex111)) +- Endi ([@endiliey](https://github.com/endiliey)) +- Eric Carboni ([@ericcarboni](https://github.com/ericcarboni)) +- Jamie Davenport ([@jamiedavenport](https://github.com/jamiedavenport)) +- Nick McCormick ([@kenning](https://github.com/kenning)) +- Vincent van der Walt ([@vinnytheviking](https://github.com/vinnytheviking)) + ## 2.0.0-alpha.34 #### :rocket: New Feature diff --git a/website/docs/migrating-from-v1-to-v2.md b/website/docs/migrating-from-v1-to-v2.md index 3b1723c21cb4..a2d6d2f00821 100644 --- a/website/docs/migrating-from-v1-to-v2.md +++ b/website/docs/migrating-from-v1-to-v2.md @@ -37,8 +37,8 @@ Meanwhile, the default doc site functionalities provided by Docusaurus 1 are now { dependencies: { - "docusaurus": "^1.x.x", -+ "@docusaurus/core": "^2.0.0-alpha.34", -+ "@docusaurus/preset-classic": "^2.0.0-alpha.34", ++ "@docusaurus/core": "^2.0.0-alpha.35", ++ "@docusaurus/preset-classic": "^2.0.0-alpha.35", } } ``` @@ -72,8 +72,8 @@ A typical Docusaurus 2 `package.json` may look like this: "deploy": "docusaurus deploy" }, "dependencies": { - "@docusaurus/core": "^2.0.0-alpha.34", - "@docusaurus/preset-classic": "^2.0.0-alpha.34", + "@docusaurus/core": "^2.0.0-alpha.35", + "@docusaurus/preset-classic": "^2.0.0-alpha.35", "classnames": "^2.2.6", "react": "^16.10.2", "react-dom": "^16.10.2"