mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37:48 +02:00
fix(v2): missing deps from preset-classic (#1662)
* fix(v2): missing deps from preset-classic * nits * changelog * Update CHANGELOG.md
This commit is contained in:
parent
dc15a51745
commit
f77e96d28d
2 changed files with 10 additions and 2 deletions
|
@ -13,7 +13,9 @@
|
||||||
"@docusaurus/plugin-content-pages": "^2.0.0-alpha.21",
|
"@docusaurus/plugin-content-pages": "^2.0.0-alpha.21",
|
||||||
"@docusaurus/plugin-sitemap": "^2.0.0-alpha.21",
|
"@docusaurus/plugin-sitemap": "^2.0.0-alpha.21",
|
||||||
"@docusaurus/theme-classic": "^2.0.0-alpha.21",
|
"@docusaurus/theme-classic": "^2.0.0-alpha.21",
|
||||||
"@docusaurus/theme-search-algolia": "^2.0.0-alpha.21"
|
"@docusaurus/theme-search-algolia": "^2.0.0-alpha.21",
|
||||||
|
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.21",
|
||||||
|
"@docusaurus/plugin-google-gtag": "^2.0.0-alpha.21"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@docusaurus/core": "^2.0.0"
|
"@docusaurus/core": "^2.0.0"
|
||||||
|
|
|
@ -1,10 +1,16 @@
|
||||||
# Docusaurus 2 Changelog
|
# Docusaurus 2 Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- Add missing dependencies on @docusaurus/preset-classic
|
||||||
|
|
||||||
## 2.0.0-alpha.21
|
## 2.0.0-alpha.21
|
||||||
|
|
||||||
- Fix babel-loader not transpiling docusaurus package
|
- Fix babel-loader not transpiling docusaurus package
|
||||||
|
|
||||||
## 2.0.0-alpha.20
|
## 2.0.0-alpha.20
|
||||||
|
|
||||||
|
- Add copy codeblock button
|
||||||
- Added Google analytics and Google gtag plugins.
|
- Added Google analytics and Google gtag plugins.
|
||||||
- Moved source components to `/src`. Please create a `website/src` directory and move your `/pages` and `/theme` code into it. This is to make it easier to integrate your website with external build/static analysis tooling (you can now just pass in `src/**/*.js` as the path to process).
|
- Moved source components to `/src`. Please create a `website/src` directory and move your `/pages` and `/theme` code into it. This is to make it easier to integrate your website with external build/static analysis tooling (you can now just pass in `src/**/*.js` as the path to process).
|
||||||
- Added more documentation thanks to @wgao19.
|
- Added more documentation thanks to @wgao19.
|
||||||
|
|
Loading…
Add table
Reference in a new issue