Skip to content

Commit

Permalink
chore(v2): changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 4, 2019
1 parent cd9e2f2 commit 5909b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function Home() {
([#1860](https://github.com/facebook/Docusaurus/issues/1860))

### Bug Fixes
- Fix `@theme/Tabs` component to be able to create tabs with only one item.
- Fix MDX `@theme/Heading` component. If there is no id, it should not create anchor link.
- Fixed a bug in which if `themeConfig.algolia` is not defined, the custom searchbar won't appear.
If you've swizzled Algolia `SearchBar` component before, please update your source code otherwise CSS might break. See [#1909](https://github.com/facebook/docusaurus/pull/1909/files) for reference.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/migrating-from-v1-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.31",
+ "@docusaurus/preset-classic": "^2.0.0-alpha.31",
+ "@docusaurus/core": "^2.0.0-alpha.32",
+ "@docusaurus/preset-classic": "^2.0.0-alpha.32",
}
}
```
Expand Down Expand Up @@ -72,8 +72,8 @@ A typical Docusaurus 2 `package.json` may look like this:
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.31",
"@docusaurus/preset-classic": "^2.0.0-alpha.31",
"@docusaurus/core": "^2.0.0-alpha.32",
"@docusaurus/preset-classic": "^2.0.0-alpha.32",
"classnames": "^2.2.6",
"react": "^16.10.2",
"react-dom": "^16.10.2"
Expand Down

0 comments on commit 5909b49

Please sign in to comment.