Sébastien Lorber
72dcd0d8c5
chore: release Docusaurus 3.1.1 ( #9793 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Joey Clover <joey@popos.local>
Co-authored-by: reece-white <93522192+reece-white@users.noreply.github.com>
Co-authored-by: Shreesh Nautiyal <114166000+Shreesh09@users.noreply.github.com>
Co-authored-by: Nick Gerleman <nick@nickgerleman.com>
Co-authored-by: Chongyi Zheng <git@zcy.dev>
Co-authored-by: MCR Studio <99176216+mcrstudio@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: Ivan Mar (sOkam!) <7308253+heysokam@users.noreply.github.com>
Co-authored-by: c0h1b4 <dwidman@gmail.com>
Co-authored-by: Janessa Garrow <janessa.garrow@gmail.com>
Co-authored-by: ozaki <29860391+OzakIOne@users.noreply.github.com>
Co-authored-by: axmmisaka <6500159+axmmisaka@users.noreply.github.com>
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
Co-authored-by: Sanjaiyan Parthipan <parthipankalayini@gmail.com>
Co-authored-by: Jack Robson <143492403+jack-robson@users.noreply.github.com>
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
Co-authored-by: eitsupi <50911393+eitsupi@users.noreply.github.com>
fix(create-docusaurus): fix readme docusaurus 2 ref (#9487 )
fix(theme): fix firefox CSS :has() support bug (#9530 )
fix(theme): docs html sidebar items should always be visible (#9531 )
fix: v3 admonitions should support v2 title syntax for nested admonitions (#9535 )
fix(theme-classic): fixed wrong cursor on dropdown menu in navbar, when window is small (#9398 )
fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (#9567 )
fix: add v2 retrocompatible support for quoted admonitions (#9570 )
fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) (#9477 )
fix(content-blog): add baseUrl for author.image_url (#9581 )
fix(type-aliases): add `title` prop for imported inline SVG React components (#9612 )
fix(utils): Markdown link replacement with <> but no spaces (#9617 )
fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (#9631 )
fix(cli): output help when no conventional config + no subcommand (#9648 )
fix CI job (#9604 )
fix Lint Autofix workflow (#9632 )
fix(pwa-plugin): upgrade workbox (#9668 )
fix(create-docusaurus): fix init template code blocks, and little improvements (#9696 )
fix(theme): allow empty code blocks and live playgrounds (#9704 )
fix(core): various broken anchor link fixes (#9732 )
fix: remove old useless mdx typedefs (#9733 )
fix(theme-common): fix missing code block MagicComments style in Visual Basic (.NET) 16 (#9727 )
fix(core): conditionally include `hostname` parameter when using… (#9407 )
fix(create-docusaurus): fix typo in init template sample docs (#9783 )
fix(mdx-loader): allow spaces before `mdx-code-block` info string (#9776 )
fix(core): links with target "_blank" should no be checked by the broken link checker (#9788 )
fix(core): broken links optimization behaves differently than non-optimized logic (#9791 )
2024-01-26 14:11:06 +01:00
Sébastien Lorber
7b1b89041f
chore: release Docusaurus v3.1 ( #9705 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: Ivan Mar (sOkam!) <7308253+heysokam@users.noreply.github.com>
Co-authored-by: c0h1b4 <dwidman@gmail.com>
Co-authored-by: Janessa Garrow <janessa.garrow@gmail.com>
Co-authored-by: ozaki <29860391+OzakIOne@users.noreply.github.com>
Co-authored-by: axmmisaka <6500159+axmmisaka@users.noreply.github.com>
Co-authored-by: Tatsunori Uchino <tats.u@live.jp>
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) (#9477 )
fix(content-blog): add baseUrl for author.image_url (#9581 )
fix(type-aliases): add `title` prop for imported inline SVG React components (#9612 )
fix(utils): Markdown link replacement with <> but no spaces (#9617 )
fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (#9631 )
fix(cli): output help when no conventional config + no subcommand (#9648 )
fix CI job (#9604 )
fix Lint Autofix workflow (#9632 )
fix(pwa-plugin): upgrade workbox (#9668 )
fix(create-docusaurus): fix init template code blocks, and little improvements (#9696 )
fix(theme): allow empty code blocks and live playgrounds (#9704 )
2024-01-05 19:46:35 +01:00
Sébastien Lorber
a2e05d2118
chore: release Docusaurus 3.0.1 ( #9596 )
...
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Joey Clover <joey@popos.local>
Co-authored-by: reece-white <93522192+reece-white@users.noreply.github.com>
Co-authored-by: Shreesh Nautiyal <114166000+Shreesh09@users.noreply.github.com>
Co-authored-by: Nick Gerleman <nick@nickgerleman.com>
Co-authored-by: Chongyi Zheng <git@zcy.dev>
Co-authored-by: MCR Studio <99176216+mcrstudio@users.noreply.github.com>
fix(create-docusaurus): fix readme docusaurus 2 ref (#9487 )
fix(theme): fix firefox CSS :has() support bug (#9530 )
fix(theme): docs html sidebar items should always be visible (#9531 )
fix: v3 admonitions should support v2 title syntax for nested admonitions (#9535 )
fix(theme-classic): fixed wrong cursor on dropdown menu in navbar, when window is small (#9398 )
fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (#9567 )
fix: add v2 retrocompatible support for quoted admonitions (#9570 )
2023-11-30 19:47:23 +01:00
Sébastien Lorber
85e5e552cb
chore: release Docusaurus 3.0.0 ( #9478 )
2023-10-31 16:39:21 +01:00
Sébastien Lorber
495c7936b6
chore: v3.0.0-rc.1 release ( #9453 )
2023-10-26 20:10:02 +02:00
Sébastien Lorber
7ee2f75ce1
chore: v3.0.0-rc.0 release ( #9418 )
2023-10-20 11:24:29 +02:00
ozaki
bde9cfd84d
chore: update node engine version 18 ( #9348 )
...
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2023-09-28 16:45:25 +02:00
Sébastien Lorber
52d79c4e0c
chore: v3.0.0-beta.0 release ( #9311 )
2023-09-15 19:44:35 +02:00
Sébastien Lorber
b3c8f5c929
feat: Docusaurus v3 upgrades and require TypeScript 5 ( #9258 )
2023-08-25 10:54:58 +02:00
Joshua Chen
ff227283d2
chore: upgrade dependencies (non-major) ( #9148 )
...
* chore: upgrade dependencies (non-major)
* Downgrade
2023-07-16 23:44:17 +08:00
Sébastien Lorber
e8c1312793
fix(debug-plugin): upgrade react-json-view to maintained React-18 compatible fork ( #9116 )
2023-06-30 19:12:47 +02:00
Sébastien Lorber
7d033cc8c0
chore: v3.0.0-alpha.0 release ( #9072 )
2023-06-15 17:48:55 +02:00
Sébastien Lorber
187e5aa218
feat: React 18 + automatic JSX runtime + build --dev ( #8961 )
2023-06-08 19:40:15 +02:00
Joshua Chen
e21591c073
chore: upgrade dependencies (non-major) ( #8749 )
...
chore: upgrade dependencies
2023-03-08 21:28:14 -05:00
Joshua Chen
3526059214
chore: bump dependencies major versions ( #8537 )
2023-01-10 15:22:19 -05:00
Joshua Chen
e8a07633ba
chore: upgrade dependencies ( #8534 )
...
* chore: upgrade dependencies
* FIxes
* Bump again
2023-01-10 13:23:16 -05:00
Joshua Chen
308d3e1f89
docs: remove mention of beta ( #7905 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-08-09 19:26:23 +02:00
Sébastien Lorber
b7ea00a917
chore: bump main to 3.0.0-alpha.0 ( #7923 )
2022-08-08 19:13:49 +02:00
Sébastien Lorber
965a01e589
chore: port-2.0.0-rc.1 ( #7782 )
2022-07-14 19:30:17 +02:00
Sébastien Lorber
f0f97f29f9
chore: prepare v2.0.0-beta.22 release ( #7741 )
2022-07-08 18:34:05 +02:00
Joshua Chen
b4d93b9bd0
chore: upgrade to TS 4.7, compile with NodeNext ( #7586 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-06-15 19:15:11 +02:00
Joshua Chen
8b1acb50d1
fix: make type-checking pass in Yarn PnP ( #7521 )
...
* fix: make type-checking pass in Yarn PnP
* fix
* fix?
* fix...
* almost there
* try again
* little fix
* disable
2022-05-28 23:52:05 +08:00
Sébastien Lorber
613d938cfc
chore: prepare v2.0.0-beta.21 release ( #7513 )
...
* add beta 21 version
* v2.0.0-beta.21
* typo
2022-05-27 18:29:11 +02:00
Joshua Chen
47a2cca17d
chore: require Node 16.14 ( #7501 )
2022-05-26 11:44:18 +02:00
Joshua Chen
bf1513a3e3
refactor: fix a lot of errors in type-aware linting ( #7477 )
2022-05-24 15:40:26 +08:00
Joshua Chen
89b0fff128
refactor: reduce number of leaked anys ( #7465 )
2022-05-23 00:30:32 +08:00
Joshua Chen
ba0d94d02b
chore: normalize naming of admin scripts ( #7448 )
2022-05-18 21:34:34 +08:00
Joshua Chen
6b53d4263d
misc: make copyUntypedFiles work for watch mode ( #7445 )
2022-05-18 19:18:32 +08:00
Joshua Chen
a555fd1dcb
refactor: make each tsconfig explicitly declare module and include/exclude ( #7443 )
2022-05-18 12:48:28 +08:00
Joshua Chen
7613ecb9ea
refactor: use TS project references instead of running tsc multiple times ( #7437 )
...
* refactor: use TS project references instead of running tsc multiple times
* deduplicate
* dedup
* eliminate --project
* add swc config
* add target
2022-05-17 15:21:44 +08:00
Joshua Chen
0838884f67
chore: enable import/order rule ( #7418 )
2022-05-14 23:39:50 +08:00
Sébastien Lorber
26df8c83ce
chore: prepare v2.0.0-beta.20 release ( #7347 )
2022-05-05 20:26:48 +02:00
Alexey Pyltsyn
6fa51890f0
chore: prepare v2.0.0-beta.19 release ( #7325 )
...
* chore: prepare v2.0.0-beta.19 release
* v2.0.0-beta.19
2022-05-04 18:38:45 +03:00
Alexey Pyltsyn
be0dc6b0c9
chore: upgrade Infima to alpha.39 ( #7306 )
2022-05-04 16:06:54 +02:00
Joshua Chen
a2c993bf9a
fix(*): make TypeScript realize that each plugin package has a default export ( #7294 )
2022-05-03 18:23:34 +08:00
Joshua Chen
5bed55aeda
refactor(types): JSDoc for docusaurus config fields ( #7291 )
2022-05-03 13:57:19 +08:00
Joshua Chen
242f2e780e
chore: upgrade dependencies ( #7232 )
2022-04-23 11:55:01 +08:00
Joshua Chen
b154318c28
chore: upgrade dependencies ( #7193 )
2022-04-17 17:32:41 +08:00
Joshua Chen
fa1ce230ea
refactor: capitalize comments ( #7188 )
...
* refactor: capitalize comments
* revert...
2022-04-17 16:39:11 +08:00
Joshua Chen
03516dc3a7
fix(sitemap): exclude pages with robots noindex from sitemap ( #7143 )
2022-04-14 11:31:09 +02:00
Alexey Pyltsyn
0963bff5e7
feat(preset-classic): exclude debug plugin routes from sitemap ( #7122 )
2022-04-07 12:59:47 +02:00
Sébastien Lorber
73deaa8bf6
chore: prepare v2.0.0-beta.18 release ( #7001 )
2022-03-25 16:16:38 +01:00
Joshua Chen
87592bca03
refactor: ensure all types are using index signature instead of Record ( #6995 )
...
* refactor: ensure all types are using index signature instead of Record
* kick CI
2022-03-25 18:06:30 +08:00
Joshua Chen
cc0bceab9c
chore: tighten ESLint config ( #6931 )
...
* chore: tighten ESLint config
* more refactor
* refactor push
* fix
2022-03-17 17:59:41 +08:00
Joshua Chen
68aaf9201f
feat(core): allow plugin lifecycles to return relative paths ( #6921 )
...
* feat(core): resolve plugin lifecycles returning relative paths
* fix typo
* fix tests
* revert
* rename path -> entryPath
2022-03-16 20:47:15 +08:00
Sébastien Lorber
8dbd656340
chore: prepare v2.0.0-beta.17 release ( #6829 )
2022-03-03 18:44:41 +01:00
Sébastien Lorber
124511f445
chore: prepare v2.0.0-beta.16 release ( #6760 )
2022-02-25 16:00:11 +01:00
Joshua Chen
39b66d82ef
feat(core): rework swizzle CLI ( #6243 )
...
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
2022-02-25 14:13:15 +01:00
Joshua Chen
dcbf9f644e
chore: upgrade docsearch-react to v3 stable, bump dependencies ( #6752 )
...
* chore: upgrade dependencies
* revert
* validation
* fix blog
* reformat
2022-02-24 19:39:32 +08:00
Joshua Chen
0d14470d54
refactor: unify export directive style ( #6751 )
2022-02-24 17:25:17 +08:00