|
1 | 1 | # Docusaurus Changelog
|
2 | 2 |
|
| 3 | +## 3.5.0 (2024-08-09) |
| 4 | + |
| 5 | +#### :rocket: New Feature |
| 6 | + |
| 7 | +- `docusaurus-plugin-content-blog` |
| 8 | + - [#10375](https://github.com/facebook/docusaurus/pull/10375) feat(blog): add `onUntruncatedBlogPosts` blog options ([@OzakIOne](https://github.com/OzakIOne)) |
| 9 | +- `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-translations` |
| 10 | + - [#10376](https://github.com/facebook/docusaurus/pull/10376) feat(theme): show unlisted/draft banners in dev mode ([@OzakIOne](https://github.com/OzakIOne)) |
| 11 | +- `create-docusaurus`, `docusaurus-plugin-content-blog` |
| 12 | + - [#9252](https://github.com/facebook/docusaurus/pull/9252) feat(blog): add feed xlst options to render beautiful RSS and Atom feeds ([@Xebec19](https://github.com/Xebec19)) |
| 13 | +- `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-translations`, `docusaurus-utils` |
| 14 | + - [#10216](https://github.com/facebook/docusaurus/pull/10216) feat(blog): authors page ([@OzakIOne](https://github.com/OzakIOne)) |
| 15 | +- `docusaurus-theme-translations` |
| 16 | + - [#10339](https://github.com/facebook/docusaurus/pull/10339) feat(translation): add Estonian default translation ([@chirbard](https://github.com/chirbard)) |
| 17 | + - [#10325](https://github.com/facebook/docusaurus/pull/10325) feat(translations): Indonesian translation ([@priyadi](https://github.com/priyadi)) |
| 18 | +- `docusaurus-mdx-loader` |
| 19 | + - [#10335](https://github.com/facebook/docusaurus/pull/10335) feat(mdx-loader): wrap mdx content title (`# Title`) in `<header>` for concistency ([@OzakIOne](https://github.com/OzakIOne)) |
| 20 | +- `create-docusaurus`, `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-utils` |
| 21 | + - [#10222](https://github.com/facebook/docusaurus/pull/10222) feat(blog): author header social icons ([@OzakIOne](https://github.com/OzakIOne)) |
| 22 | +- `docusaurus-plugin-client-redirects`, `docusaurus-plugin-google-analytics`, `docusaurus-plugin-google-gtag`, `docusaurus-plugin-google-tag-manager`, `docusaurus-plugin-pwa`, `docusaurus-plugin-sitemap`, `docusaurus-plugin-vercel-analytics`, `docusaurus-types`, `docusaurus` |
| 23 | + - [#10286](https://github.com/facebook/docusaurus/pull/10286) feat(core): allow plugins to self-disable by returning null ([@slorber](https://github.com/slorber)) |
| 24 | +- `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-theme-common` |
| 25 | + - [#10252](https://github.com/facebook/docusaurus/pull/10252) feat(blog): group sidebar items by year (`themeConfig.blog.sidebar.groupByYear`) ([@alicelovescake](https://github.com/alicelovescake)) |
| 26 | +- `docusaurus-plugin-content-blog`, `docusaurus-utils` |
| 27 | + - [#10224](https://github.com/facebook/docusaurus/pull/10224) feat(blog): warn duplicate and inline authors ([@OzakIOne](https://github.com/OzakIOne)) |
| 28 | +- `docusaurus-mdx-loader`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-utils-validation` |
| 29 | + - [#10241](https://github.com/facebook/docusaurus/pull/10241) feat(mdx): support recma plugins ([@slorber](https://github.com/slorber)) |
| 30 | + |
| 31 | +#### :bug: Bug Fix |
| 32 | + |
| 33 | +- `docusaurus-theme-translations` |
| 34 | + - [#10344](https://github.com/facebook/docusaurus/pull/10344) fix(translations): fix wrong Estonian (et) translations and typos ([@Gekd](https://github.com/Gekd)) |
| 35 | + - [#10360](https://github.com/facebook/docusaurus/pull/10360) fix(translations): Fix and Improve Spanish translations ([@sergioalmela](https://github.com/sergioalmela)) |
| 36 | + - [#10235](https://github.com/facebook/docusaurus/pull/10235) fix(theme-translation): add missing German (de) theme.admonition translations ([@franzd1](https://github.com/franzd1)) |
| 37 | +- `docusaurus-theme-search-algolia` |
| 38 | + - [#10342](https://github.com/facebook/docusaurus/pull/10342) fix(search): fix algolia search ignore ctrl + F in search input ([@mxschmitt](https://github.com/mxschmitt)) |
| 39 | +- `docusaurus-plugin-content-docs` |
| 40 | + - [#10324](https://github.com/facebook/docusaurus/pull/10324) fix(docs): the _category_.json description attribute should display on generated index pages ([@bharateshwq](https://github.com/bharateshwq)) |
| 41 | + - [#10309](https://github.com/facebook/docusaurus/pull/10309) fix(theme): docsVersionDropdown navbar item not showing the appropriate version ([@OzakIOne](https://github.com/OzakIOne)) |
| 42 | +- `docusaurus` |
| 43 | + - [#10368](https://github.com/facebook/docusaurus/pull/10368) fix(cli): Fix bad docusaurus CLI behavior on for --version, -V, --help, -h ([@ashiq-firoz](https://github.com/ashiq-firoz)) |
| 44 | + - [#10311](https://github.com/facebook/docusaurus/pull/10311) fix(core): revert wrong anchor link implementation change ([@slorber](https://github.com/slorber)) |
| 45 | + - [#10239](https://github.com/facebook/docusaurus/pull/10239) fix(core): fail fast if plugin has no name ([@slorber](https://github.com/slorber)) |
| 46 | + - [#10225](https://github.com/facebook/docusaurus/pull/10225) fix(core): fix sites unable to start/build without a static dir ([@slorber](https://github.com/slorber)) |
| 47 | + - [#10223](https://github.com/facebook/docusaurus/pull/10223) fix: escape period ([@d4nyll](https://github.com/d4nyll)) |
| 48 | +- `docusaurus-theme-classic` |
| 49 | + - [#10288](https://github.com/facebook/docusaurus/pull/10288) fix(theme): fix DocsVersionDropdownNavbarItem version link target ([@slorber](https://github.com/slorber)) |
| 50 | + - [#10219](https://github.com/facebook/docusaurus/pull/10219) fix(theme): ignored className attribute on lazy loaded TabItem ([@lebalz](https://github.com/lebalz)) |
| 51 | +- `docusaurus-utils` |
| 52 | + - [#10240](https://github.com/facebook/docusaurus/pull/10240) fix(markdown): mdx-code-block should support intentation ([@slorber](https://github.com/slorber)) |
| 53 | + |
| 54 | +#### :nail_care: Polish |
| 55 | + |
| 56 | +- `docusaurus-theme-translations` |
| 57 | + - [#10257](https://github.com/facebook/docusaurus/pull/10257) chore(theme-translations): add more Traditional Chinese(zh-Hant) translations ([@pjchender](https://github.com/pjchender)) |
| 58 | + |
| 59 | +#### :memo: Documentation |
| 60 | + |
| 61 | +- Other |
| 62 | + - [#10361](https://github.com/facebook/docusaurus/pull/10361) docs: rename @getcanary/docusaurus-pagefind in docs ([@yujonglee](https://github.com/yujonglee)) |
| 63 | + - [#10345](https://github.com/facebook/docusaurus/pull/10345) docs: Add @getcanary/docusaurus-pagefind in docs ([@yujonglee](https://github.com/yujonglee)) |
| 64 | + - [#10337](https://github.com/facebook/docusaurus/pull/10337) docs: fix default value for `docRootComponent` ([@ultimate](https://github.com/ultimate)) |
| 65 | + - [#10310](https://github.com/facebook/docusaurus/pull/10310) docs: remove deprecated partial toc warning ([@slorber](https://github.com/slorber)) |
| 66 | + - [#10245](https://github.com/facebook/docusaurus/pull/10245) docs: add emoji for consistency ([@Paneedah](https://github.com/Paneedah)) |
| 67 | + - [#10180](https://github.com/facebook/docusaurus/pull/10180) docs: backport #10173 to v3.3 + v3.4 & revise the content ([@tats-u](https://github.com/tats-u)) |
| 68 | + - [#10233](https://github.com/facebook/docusaurus/pull/10233) docs(search): update docsearch api url ([@dhayab](https://github.com/dhayab)) |
| 69 | +- `docusaurus-plugin-google-gtag` |
| 70 | + - [#10338](https://github.com/facebook/docusaurus/pull/10338) docs(plugin-google-gtag): replace the broken Google Developers links with valid ones ([@bohyunjung](https://github.com/bohyunjung)) |
| 71 | + |
| 72 | +#### :robot: Dependencies |
| 73 | + |
| 74 | +- [#10330](https://github.com/facebook/docusaurus/pull/10330) chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 75 | +- [#10299](https://github.com/facebook/docusaurus/pull/10299) chore(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 76 | +- [#10300](https://github.com/facebook/docusaurus/pull/10300) chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 77 | +- [#10259](https://github.com/facebook/docusaurus/pull/10259) chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 78 | +- [#10247](https://github.com/facebook/docusaurus/pull/10247) chore(deps): bump treosh/lighthouse-ci-action from 11.4.0 to 12.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 79 | +- [#10226](https://github.com/facebook/docusaurus/pull/10226) chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 80 | +- [#10227](https://github.com/facebook/docusaurus/pull/10227) chore(deps): bump ws from 7.5.9 to 7.5.10 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 81 | +- [#10210](https://github.com/facebook/docusaurus/pull/10210) chore(deps): bump braces from 3.0.2 to 3.0.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 82 | +- [#10209](https://github.com/facebook/docusaurus/pull/10209) chore(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 83 | +- [#10208](https://github.com/facebook/docusaurus/pull/10208) chore(deps): bump github/codeql-action from 3.25.7 to 3.25.8 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 84 | +- [#10195](https://github.com/facebook/docusaurus/pull/10195) chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 85 | + |
| 86 | +#### :wrench: Maintenance |
| 87 | + |
| 88 | +- Other |
| 89 | + - [#10369](https://github.com/facebook/docusaurus/pull/10369) feat(ci): continuous releases for main and PRs with pkg.pr.new ([@Aslemammad](https://github.com/Aslemammad)) |
| 90 | +- `docusaurus-theme-classic` |
| 91 | + - [#10343](https://github.com/facebook/docusaurus/pull/10343) chore(deps): update infima npm dependency to version 0.2.0-alpha.44 ([@hichemfantar](https://github.com/hichemfantar)) |
| 92 | +- `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-search-algolia` |
| 93 | + - [#10316](https://github.com/facebook/docusaurus/pull/10316) refactor(docs): theme-common shouldn't depend on docs content ([@slorber](https://github.com/slorber)) |
| 94 | +- `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-theme-common` |
| 95 | + - [#10313](https://github.com/facebook/docusaurus/pull/10313) refactor(blog): theme-common shouldn't depend on blog content plugins ([@slorber](https://github.com/slorber)) |
| 96 | +- `create-docusaurus`, `docusaurus-cssnano-preset`, `docusaurus-logger`, `docusaurus-mdx-loader`, `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-debug`, `docusaurus-plugin-google-analytics`, `docusaurus-plugin-google-gtag`, `docusaurus-plugin-google-tag-manager`, `docusaurus-plugin-ideal-image`, `docusaurus-plugin-pwa`, `docusaurus-plugin-sitemap`, `docusaurus-plugin-vercel-analytics`, `docusaurus-preset-classic`, `docusaurus-remark-plugin-npm2yarn`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-live-codeblock`, `docusaurus-theme-mermaid`, `docusaurus-theme-search-algolia`, `docusaurus-theme-translations`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus`, `eslint-plugin`, `lqip-loader`, `stylelint-copyright` |
| 97 | + - [#10256](https://github.com/facebook/docusaurus/pull/10256) chore: simplify TypeScript configs, use TS 5.5 configDir placeholder ([@slorber](https://github.com/slorber)) |
| 98 | + |
| 99 | +#### Committers: 25 |
| 100 | + |
| 101 | +- Aaron Chen ([@pjchender](https://github.com/pjchender)) |
| 102 | +- Alice Zhao ([@alicelovescake](https://github.com/alicelovescake)) |
| 103 | +- Ashiq Firoz ([@ashiq-firoz](https://github.com/ashiq-firoz)) |
| 104 | +- Balthasar Hofer ([@lebalz](https://github.com/lebalz)) |
| 105 | +- Bharatesh ([@bharateshwq](https://github.com/bharateshwq)) |
| 106 | +- Daniel Li ([@d4nyll](https://github.com/d4nyll)) |
| 107 | +- Dhaya ([@dhayab](https://github.com/dhayab)) |
| 108 | +- Hichem Fantar ([@hichemfantar](https://github.com/hichemfantar)) |
| 109 | +- John Reilly ([@johnnyreilly](https://github.com/johnnyreilly)) |
| 110 | +- Joshua Chen ([@Josh-Cena](https://github.com/Josh-Cena)) |
| 111 | +- Julian V ([@ultimate](https://github.com/ultimate)) |
| 112 | +- Markus Tamm ([@chirbard](https://github.com/chirbard)) |
| 113 | +- Max Schmitt ([@mxschmitt](https://github.com/mxschmitt)) |
| 114 | +- Mohammad Bagher Abiyat ([@Aslemammad](https://github.com/Aslemammad)) |
| 115 | +- Paneedah ([@Paneedah](https://github.com/Paneedah)) |
| 116 | +- Priyadi Iman Nurcahyo ([@priyadi](https://github.com/priyadi)) |
| 117 | +- Robin Otter ([@Gekd](https://github.com/Gekd)) |
| 118 | +- Rohan Thakur ([@Xebec19](https://github.com/Xebec19)) |
| 119 | +- Sergio ([@sergioalmela](https://github.com/sergioalmela)) |
| 120 | +- Sébastien Lorber ([@slorber](https://github.com/slorber)) |
| 121 | +- Tatsunori Uchino ([@tats-u](https://github.com/tats-u)) |
| 122 | +- [@franzd1](https://github.com/franzd1) |
| 123 | +- ozaki ([@OzakIOne](https://github.com/OzakIOne)) |
| 124 | +- yujonglee ([@yujonglee](https://github.com/yujonglee)) |
| 125 | +- 정보현 Bohyun Jung ([@bohyunjung](https://github.com/bohyunjung)) |
| 126 | + |
3 | 127 | ## 3.4.0 (2024-05-31)
|
4 | 128 |
|
5 | 129 | #### :rocket: New Feature
|
|
0 commit comments