Commit graph

2925 commits

Author SHA1 Message Date
Sébastien Lorber
cc97d66dbb
refactor(algolia): simplify SearchBar component (#10801) 2024-12-26 18:59:00 +01:00
Sébastien Lorber
e8ad3923ea
fix(algolia): properly forward placeholder/translations to DocSearch components (#10799) 2024-12-26 16:30:23 +01:00
Sébastien Lorber
e7a8c9db82
refactor(core): Use Intl native API to get locale direction, remove rtl-detect depend… (#10798) 2024-12-26 15:44:07 +01:00
Pierre Millot
4a1ec52922
chore(algolia): upgrade algoliasearch to v5 (#10672)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-12-26 13:39:32 +01:00
Sébastien Lorber
37184e581d
fix(theme): Footer Column/Link should merge provided className (#10796) 2024-12-26 12:46:43 +01:00
Sébastien Lorber
0f29a37b3a
feat: Add React 19 support to Docusaurus v3 (#10763) 2024-12-24 14:43:03 +01:00
Sébastien Lorber
f196a1eb29
fix(core): fix React hydration errors, change html minifier settings (#10786) 2024-12-23 18:45:31 +01:00
William Black
2565601af3
fix(theme-common): code block magic comments should support SQL block comments (#10782) 2024-12-20 17:16:59 +01:00
Jan Aukema
87a5ab9177
fix(theme-translations): Add missing Dutch (nl) theme translations (#10783)
Co-authored-by: Jan Aukema <j.aukema@atps.nl>
2024-12-20 17:03:03 +01:00
Zen
c5a6c26d94
fix(theme-translation): add missing Korean (ko) theme translations (#10760) 2024-12-13 15:27:54 +01:00
Sébastien Lorber
91c0b5bf35
fix(docs): fix sidebar item visibility bug for category index (#10754) 2024-12-10 13:06:21 +01:00
Sébastien Lorber
4966dce36e
refactor(core): swizzle wrap should use ReactNode instead of JSX.Element (#10747) 2024-12-06 18:24:18 +01:00
Sébastien Lorber
f9825af43e
refactor: prepare types for React 19 (#10746) 2024-12-06 18:03:04 +01:00
Sébastien Lorber
a995865314
feat(blog): Add frontMatter.sidebar_label (#10729) 2024-11-29 18:05:09 +01:00
Sébastien Lorber
df6f53a2f5
feat(svgr): create new Docusaurus SVGR plugin (#10677) 2024-11-29 17:26:34 +01:00
Sébastien Lorber
750edc78ff
refactor(theme-common): change storageUtils useSyncExternalCode getSnapshot workaround (#10728) 2024-11-29 16:50:10 +01:00
Sébastien Lorber
8098741245
fix(core): fix codegen routesChunkName possible hash collision (#10727) 2024-11-29 15:36:02 +01:00
Sébastien Lorber
fb7ad2c1bb
fix(mdx-loader): fix md image paths with spaces bug related to transformImage encoding problem (#10723) 2024-11-28 16:39:43 +01:00
Sébastien Lorber
fd43036ab8
chore: release Docusaurus 3.6.3 (#10713) 2024-11-22 17:13:56 +01:00
Sébastien Lorber
8561826026
fix(core): disable Rspack incremental in dev (#10712) 2024-11-22 16:05:13 +01:00
Sébastien Lorber
90e85e83a5
chore: release Docusaurus 3.6.2 (#10698) 2024-11-19 19:07:06 +01:00
Sébastien Lorber
5344bc105e
fix(create-docusaurus): Fix TS issues on newly initialized sites (#10694) 2024-11-19 12:08:35 +01:00
Sébastien Lorber
be7bace8bd
fix(types): add missing ambiant TS declarations for .md / .mdx partials (#10693) 2024-11-18 16:32:09 +01:00
Sébastien Lorber
644bc49862
fix(theme-live-codeblock): fix live editor border-radius (#10689) 2024-11-18 11:10:06 +01:00
Ryoga
a53ddf6ae9
fix(theme-translation): complete and fix Japanese translations (#10688) 2024-11-18 09:35:00 +01:00
Sébastien Lorber
e3c13291ac
fix(cli): docusaurus --help should print plugin commands using extendCli() (#10685) 2024-11-15 19:07:59 +01:00
Sébastien Lorber
33a35a4c65
fix(bundler): allow CSS nesting by default, restore postcss-preset-env (#10680) 2024-11-15 15:58:34 +01:00
Sébastien Lorber
2b8ddb9260
fix(create-docusaurus): add ts exclude to TS init template (#10676) 2024-11-14 12:29:27 +01:00
Sébastien Lorber
dfea969574
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (#10648) 2024-11-14 12:01:40 +01:00
Sébastien Lorber
f1272788a4
chore: release Docusaurus 3.6.1 (#10659) 2024-11-08 18:47:43 +01:00
Sébastien Lorber
d268a20a6f
fix(core): bundler should not minimize static assets (#10658) 2024-11-08 18:26:37 +01:00
Sébastien Lorber
bcfa3b1128
refactor(faster,bundler,core): improve js loader DX (#10655) 2024-11-08 14:33:18 +01:00
Balthasar Hofer
bdf55eda22
refactor(mdx-loader): streamline typescript usage for remark plugin types (#10651) 2024-11-07 17:42:32 +01:00
Sébastien Lorber
1955002d3b
fix(faster,utils): fix faster/types peerDependencies (#10649) 2024-11-07 12:26:34 +01:00
Sébastien Lorber
ed2cdf391f
chore: release Docusaurus v3.6 (#10633) 2024-11-04 12:03:54 +01:00
Sébastien Lorber
fce0884768
fix(core): restore Rspack ProgressBar colors (#10632) 2024-10-31 12:54:36 +01:00
Liviu Ionescu
5cf2c39836
feat(blog): Add frontMatter.title_meta to override title for SEO (#10586)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2024-10-31 11:59:35 +01:00
Sébastien Lorber
34f9a36a9d
fix(faster): allow Rspack + babel-loader (#10617) 2024-10-25 19:24:20 +02:00
Sébastien Lorber
52e50d29bc
fix(theme): Restore former globalThis.Prism (#10618) 2024-10-25 19:24:05 +02:00
Sébastien Lorber
d723a1ee46
fix(faster): add missing tslib dependency (#10616) 2024-10-25 16:08:48 +02:00
Sébastien Lorber
87c19650ba
fix(faster): fix error message typo + add color (#10614)
fix faster error
2024-10-25 13:22:51 +02:00
Sébastien Lorber
c1349fe78c
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (#10611) 2024-10-24 19:11:22 +02:00
Sébastien Lorber
28f6a4907a
chore: upgrade minor dependencies (#10610) 2024-10-24 18:44:59 +02:00
Sébastien Lorber
4892f3ac4a
chore: upgrade faster packages (#10609) 2024-10-24 10:23:37 +02:00
Sébastien Lorber
35aa39bddb
docs: mention config/sidebars run in Node.js runtime (#10608) 2024-10-23 20:01:07 +02:00
Sébastien Lorber
1a2b8b7d05
fix(core): Use proper swc loader options (#10605) 2024-10-23 14:47:14 +02:00
Sébastien Lorber
dbdd254c51
feat(cli): build/deploy should allow multiple --locale options (#10600) 2024-10-22 13:53:41 +02:00
Sébastien Lorber
776b3ee8c2
fix(core): fix i18n sites SSG memory leak - require.cache (#10599) 2024-10-22 12:40:57 +02:00
Andrew Asche
9457833df0
fix(theme): light & dark mode checkbox doesn't announce state switches (#10585) 2024-10-18 19:02:21 +02:00
Sébastien Lorber
c9f231afb3
refactor(core): refactor SSG infrastructure (#10593) 2024-10-18 18:55:09 +02:00