Commit 4fb67ef
chore: backport retro compatible commits for the Docusaurus v2.4 release (#8809)
Co-authored-by: Joshua Chen <[email protected]>
Co-authored-by: sebastienlorber <[email protected]>
Co-authored-by: Sébastien Lorber <[email protected]>
Co-authored-by: Ben Gubler <[email protected]>
Co-authored-by: Davide Donadio <[email protected]>
Co-authored-by: Petter Drønnen <[email protected]>
Co-authored-by: Moritz Stückler <[email protected]>
Co-authored-by: Mysterious_Dev <[email protected]>
Co-authored-by: TrueQAP <[email protected]>
Co-authored-by: Kagan <[email protected]>
Co-authored-by: Dewansh Thakur <[email protected]>
Co-authored-by: Armano <[email protected]>
Co-authored-by: Anas <[email protected]>
Co-authored-by: Tanner Dolby <[email protected]>
Co-authored-by: Davide Donadio <[email protected]>
Co-authored-by: biplavmz <[email protected]>
Co-authored-by: Vishruta Patil <[email protected]>
fix(theme-classic): fix tab focus bug in dropdown (#8697) (#8699)
fix(theme): improve color toggle when using dark navbar (#8615)
fix(theme-translations): fix wrong arabic words (tip/next) (#8744)
fix(core): baseUrl error banner link anchor case (#8746)
fix(search): search page should react to querystring changes + cleanup/refactor (#8757)
fix(theme): allow tabs children to be falsy (#8801)
fix(theme): codeblock buttons should be kept on the right when using RTL locale (#8803)1 parent 985a64a commit 4fb67ef
File tree
122 files changed
+1730
-492
lines changed- admin/new.docusaurus.io
- packages
- create-docusaurus
- templates
- classic-typescript
- classic
- facebook
- 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
- src/sidebars
- docusaurus-plugin-content-pages
- docusaurus-plugin-debug
- docusaurus-plugin-google-analytics
- docusaurus-plugin-google-gtag
- src
- __tests__
- docusaurus-plugin-google-tag-manager
- docusaurus-plugin-ideal-image
- docusaurus-plugin-pwa
- docusaurus-plugin-sitemap
- docusaurus-preset-classic
- docusaurus-remark-plugin-npm2yarn
- src
- __tests__
- __fixtures__
- __snapshots__
- docusaurus-theme-classic
- src
- __tests__
- __snapshots__
- theme
- CodeBlock
- Content
- CopyButton
- ColorModeToggle
- DocCard
- Tabs
- __tests__
- docusaurus-theme-common
- src
- components
- Collapsible
- Details
- hooks
- utils
- docusaurus-theme-live-codeblock
- docusaurus-theme-mermaid
- docusaurus-theme-search-algolia
- src/theme
- SearchBar
- SearchPage
- docusaurus-theme-translations
- locales
- ar
- hu
- nb
- sl
- tr
- docusaurus-types
- docusaurus-utils-common
- src
- __tests__
- docusaurus-utils-validation
- docusaurus-utils
- docusaurus
- bin
- src
- client
- BaseUrlIssueBanner
- theme-fallback/Error
- commands
- eslint-plugin
- lqip-loader
- stylelint-copyright
- website
- _dogfooding
- _pages tests
- docs
- api/plugins
- guides
- docs/sidebar
- markdown-features
- migration
- src/components
- BrowserWindow
- ErrorBoundaryTestButton
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+1730
-492
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments