mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
* Use React Strict Mode Even though Strict Mode is not required a WARNING icon now displays on all components that do not use React.StrictMode on React DevTools extension. Signed-off-by: Shinwon Elizabeth Yoon <24852454+seyoon20087@users.noreply.github.com> * Utilize react-helmet-async instead of react-helmet react-helmet is NOT thread safe, as explained in https://open.nytimes.com/the-future-of-meta-tag-management-for-modern-react-development-ec26a7dc9183#fdc2 Therefore, it's better if react-helmet-async is utilized instead of react-helmet. Even though react-helmet-async is being utilized, most users will not require any code changes to @docusaurus/Head since it uses the same API as react-helmet. Signed-off-by: Shinwon Elizabeth Yoon <24852454+seyoon20087@users.noreply.github.com> * Include HelmetProvider inside client entry I forgot to do this before. Signed-off-by: Shinwon Elizabeth Yoon <24852454+seyoon20087@users.noreply.github.com> * format * fix TS * address reviews * Remove forked react-loadable package in favor of @react-loadable/revised Both unforked react-loadable and @docusaurus/react-loadable uses legacy React APIs. However, @react-loadable/revised (https://github.com/react-loadable/revised) is actively maintained and widely used in production, thus replaced with this package. Signed-off-by: Shinwon Elizabeth Yoon <24852454+seyoon20087@users.noreply.github.com> * remove unused comma * Address reviews from https://github.com/facebook/docusaurus/pull/6306#pullrequestreview-864745191 Signed-off-by: Shinwon Elizabeth Yoon <24852454+seyoon20087@users.noreply.github.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> |
||
---|---|---|
.. | ||
create-docusaurus | ||
docusaurus | ||
docusaurus-cssnano-preset | ||
docusaurus-logger | ||
docusaurus-mdx-loader | ||
docusaurus-migrate | ||
docusaurus-module-type-aliases | ||
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-ideal-image | ||
docusaurus-plugin-pwa | ||
docusaurus-plugin-sitemap | ||
docusaurus-preset-classic | ||
docusaurus-remark-plugin-npm2yarn | ||
docusaurus-theme-classic | ||
docusaurus-theme-common | ||
docusaurus-theme-live-codeblock | ||
docusaurus-theme-search-algolia | ||
docusaurus-theme-translations | ||
docusaurus-types | ||
docusaurus-utils | ||
docusaurus-utils-common | ||
docusaurus-utils-validation | ||
lqip-loader | ||
stylelint-copyright |