diff --git a/website/blog/releases/3.3/img/social-card.png b/website/blog/releases/3.3/img/social-card.png new file mode 100644 index 0000000000..770c6efbc6 Binary files /dev/null and b/website/blog/releases/3.3/img/social-card.png differ diff --git a/website/blog/releases/3.3/index.mdx b/website/blog/releases/3.3/index.mdx new file mode 100644 index 0000000000..c0540c2c88 --- /dev/null +++ b/website/blog/releases/3.3/index.mdx @@ -0,0 +1,54 @@ +--- +title: Docusaurus 3.3 +authors: [slorber] +tags: [release] +image: ./img/social-card.png +date: 2024-05-03 +--- + +We are happy to announce **Docusaurus 3.3**. + +The upgrade should be easy. Our [release process](/community/release-process) respects [Semantic Versioning](https://semver.org/). Minor versions do not include any breaking changes. + +![Docusaurus blog post social card](./img/social-card.png) + + + +import BrowserWindow from '@site/src/components/BrowserWindow'; +import IframeWindow from '@site/src/components/BrowserWindow/IframeWindow'; +import ErrorBoundaryTestButton from '@site/src/components/ErrorBoundaryTestButton'; + +## Highlights + +### Faster builds + +## Other changes + +- [#111](https://github.com/facebook/docusaurus/pull/9687): text + +Check the **[3.3.0 changelog entry](/changelog/3.3.0)** for an exhaustive list of changes. + +--- + +#### :rocket: New Feature + +- [#10083](https://github.com/facebook/docusaurus/pull/10083) feat: add createSitemapItems hook ([@johnnyreilly](https://github.com/johnnyreilly)) +- [#10064](https://github.com/facebook/docusaurus/pull/10064) feat(core): add new site config option `siteConfig.markdown.anchors.maintainCase` ([@iAdramelk](https://github.com/iAdramelk)) +- [#9767](https://github.com/facebook/docusaurus/pull/9767) feat(cli): docusaurus deploy should support a --target-dir option ([@SandPod](https://github.com/SandPod)) +- [#10042](https://github.com/facebook/docusaurus/pull/10042) feat(core): simplify plugin API, support route.props ([@slorber](https://github.com/slorber)) +- [#10032](https://github.com/facebook/docusaurus/pull/10032) feat(pages): add LastUpdateAuthor & LastUpdateTime & editUrl ([@OzakIOne](https://github.com/OzakIOne)) + +#### :bug: Bug Fix + +- [#10092](https://github.com/facebook/docusaurus/pull/10092) chore: Upgrade svgr / svgo / cssnano ([@slorber](https://github.com/slorber)) +- [#10091](https://github.com/facebook/docusaurus/pull/10091) fix(theme): `` props should allow overriding defaults ([@gagdiez](https://github.com/gagdiez)) +- [#10080](https://github.com/facebook/docusaurus/pull/10080) fix(theme): `` should render properly without heading/icon ([@andrmaz](https://github.com/andrmaz)) +- [#10090](https://github.com/facebook/docusaurus/pull/10090) fix(core): `docusaurus serve` redirects should include the site `/baseUrl/` prefix ([@slorber](https://github.com/slorber)) +- [#10079](https://github.com/facebook/docusaurus/pull/10079) fix: handle React v18.3 warnings ([@slorber](https://github.com/slorber)) +- [#10070](https://github.com/facebook/docusaurus/pull/10070) fix(theme-translations): add missing theme translations for pt-BR ([@h3nr1ke](https://github.com/h3nr1ke)) +- [#10025](https://github.com/facebook/docusaurus/pull/10025) fix(docs): sidebar item label impact the pagination label of docs ([@Abdullah-03](https://github.com/Abdullah-03)) +- [#10022](https://github.com/facebook/docusaurus/pull/10022) fix(utils): getFileCommitDate should support `log.showSignature=true` ([@slorber](https://github.com/slorber)) + +#### :running_woman: Performance + +- [#10060](https://github.com/facebook/docusaurus/pull/10060): optimize App entrypoint, it should not re-render when navigating ([@slorber](https://github.com/slorber))