⬆️ upgrade nextra monorepo to v2.13.4
- autoclosed
#21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-alpha.56
->2.13.4
2.0.0-alpha.59
->2.13.4
Release Notes
shuding/nextra (nextra)
v2.13.4
Compare Source
Patch Changes
f7fc10b
: fix for the memory leak issue in thehighlight-matches.tsx
component when search query contain multiple whitespaces
v2.13.3
Compare Source
Patch Changes
93b5705
: allow to disableeditLink
by specifyingeditLink.component: null
in theme config
93b5705
: fixtype: 'separator'
zod validation, marktitle
field asoptional
93b5705
]v2.13.2
Compare Source
Patch Changes
ad7b31b
: downgrade remark-math from6
to5.1.1
to fixTypeError: Cannot read properties of undefined (reading 'mathFlowInside')
error
fix support of ``
math lang that was overridden by
rehype-pretty-code`v2.13.1
Compare Source
Patch Changes
ee02a48
: fixProperty 'existsSync' does not exist on type
v2.13.0
Compare Source
v2.12.3
Compare Source
Patch Changes
ffb6d80
: - FixTypeError: Cannot read properties of null (reading 'classList')
whilenavigating to route that doesn't have toc with
router.push
for exampleTabs.Tab
toTab
componentCards.Card
toCard
componentTabs.Tab
or
Tab
v2.12.2
Compare Source
Patch Changes
7c8c498
: fixOut of Memory
in search while indexing large wordsv2.12.1
Compare Source
Patch Changes
52ae8fc
: - always cache md/mdx compiler for non-remote content and nevercache for remote content
compileMdx
export default MDXContent;
and until the end, sotransform
function wasnot applied
headings
wereundefined
in remote contentv2.12.0
Compare Source
Minor Changes
d982074
: - show headings for partial md/mdx in toc<Tab />
or<Tabs.Tab />
8962597
: - allow override static image component that was hardcoded toimport Image from 'next/image'
now it's plain<img />
<details />
/<summary />
for.md
filesPatch Changes
fbf003c
: cache md/mdx processorv2.11.1
Compare Source
Patch Changes
ddddce9
: skip search indexing for 404/500 pages6154e31
: ensure first h1 is set as page title if frontmatter.title is missing46743ba
: fix TS errorCannot find module 'nextra/filter-route-locale' or its corresponding type declarations.
while importing
4dd720a
: removefont-weight: 500;
from styles of code blocks since it givesno effect
v2.11.0
Compare Source
Patch Changes
3bb480a
: use github-slugger for custom heading ids to prevent duplicatedheadings
3bb480a
: fix custom heading id in search result3bb480a
: fixWarning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"
inby
normalizePages
from nextra/normalize-pages`3bb480a
: strip.html
extension from URL route for static exportv2.10.0
Compare Source
Minor Changes
e54b008
: - add@theguild/remark-npm2yarn
package that replaces the codeblock that has
npm2yarn
metadata with<Tabs />
and<Tab />
componentsfrom
nextra/components
.<Tabs />
now hasselectedKey
prop, the chosen tab is saved in the localstorage, which will be chosen in future page renders.
More info https://nextra.site/docs/guide/advanced/npm2yarn
v2.9.0
Compare Source
Minor Changes
16bbb88
: Move below packages to nextra package<Cards />
and<Card />
<Tabs />
and<Tab />
<Steps />
<FileTree />
to import them you can use the following in your official
nextra-theme-blog
and
nextra-theme-docs
Patch Changes
23a25b1
: replace last match ofexport default MDXContent;
v2.8.0
Compare Source
Minor Changes
b43f268
: add new optionsidebar.autoCollapse
to automatically collapseinactive folders above
defaultMenuCollapseLevel
Patch Changes
6c12bf4
: fix broken code format while selecting and copying code withshowLineNumbers
option enabled6c12bf4
]v2.7.1
Compare Source
Patch Changes
0e53ca5
]v2.7.0
Compare Source
Minor Changes
44626e8
: support mermaid diagramsPatch Changes
44626e8
]v2.6.2
Compare Source
Patch Changes
9c9625e
: Fix search not working in certain Next.js versions9c9625e
]v2.6.1
Compare Source
Patch Changes
1e9ebab
]v2.6.0
Compare Source
Minor Changes
1c6256b
: Move Callout component to nextra packagePatch Changes
15c4092
: fix inconsistentfont-weight: bold
style fortype: 'menu'
2d79e20
: Resolves dark mode contrast problems in sidebar and breadcrumbs15c4092
]1c6256b
]v2.5.2
Compare Source
Patch Changes
a3601e5
]v2.5.1
Compare Source
Patch Changes
d408ab0
]v2.5.0
Compare Source
Minor Changes
08d393e
: support ANSI highlightingPatch Changes
8515349
: fix Warning: React has detected a change in the order of Hooks called by Search08d393e
]v2.4.2
Compare Source
Patch Changes
16e562d
: fix Next.js 13.3.1 compatibility for SyntaxError: Named export 'existsSync' not found.v2.4.1
Compare Source
Patch Changes
a992ce1
: do not add dynamic routes to pageMapv2.4.0
Compare Source
Minor Changes
0a50cad
: support symlinked pagesPatch Changes
545bd7c
: Remove.mdx?
of local links only259bfbc
: do not throw error whenoutput: 'export'
is specified innext.config.js
v2.3.0
Compare Source
Minor Changes
6ea1caf
: fix crash of dev server when_meta.js
contains errorsdisallow caching of
_meta.js
on dev envset minimal
node
as16
76e8b0f
: support custom heading id via# my very long heading... [#my-custom-heading]
syntax #1645Patch Changes
0dd028a
: Prints the warning inline instead of the current behavior which includes a stack trace.v2.2.20
Compare Source
Patch Changes
2e48307
: exportnormalizePages
fromnextra/normalize-pages
,useFSRoute
fromnextra/hooks
(can be useful for custom theme)e4c8b6d
: fix crash of dev server when _meta.json is malformedv2.2.19
Compare Source
Patch Changes
e41cbbc
: fixtransformPageOpts
with _app.mdx,pageMap
was still included even it was removed intransformPageOpts
a1e59b2
: Support Markdown links with query or anchor.v2.2.18
Compare Source
Patch Changes
9bd2d59
: remove the .md and .mdx extension from linksc2287e1
: fix buildDynamicMDX options passed to compileMdx90cb6b8
: do not auto create_app.mdx
if missingv2.2.17
Compare Source
Patch Changes
4a66366
: fix TypeError: Cannot read properties of undefined (reading '/') with _app.mdx while editing theme.config, _meta.json or adding/removing md/mdx filesv2.2.16
Compare Source
Patch Changes
d495e5f
: introduce_app.mdx
for better performance and smallest.next/static/chunks
sizev2.2.15
Compare Source
Patch Changes
d5aa17c
: do not redirect.txt
files in nextra'slocales
middleware016828e
: do not redirect .mp4 in locales middlewareb3219c3
: do not overrideclassName
for<Td />
,<Th />
and<Tr />
componentsv2.2.14
Compare Source
Patch Changes
bcaba9c
: fix capitalizing sidebar links + testsa683c84
: fix*
key forcollectCatchAll
a404ef7
: fix rewritesv2.2.13
Compare Source
Patch Changes
089112c
: validate_meta.json
files with zod23fc5b7
: style improvementsd1d873f
: typed frontmatter ->useConfig<YOUR_FRONTMATTER_TYPE>
93b9596
: fix overflow for main content on desktop and mobile6626356
: preferimport type
2234a13
: fix raw__esModule
string ☠️d1d873f
]6626356
]2234a13
]v2.2.12
Compare Source
Patch Changes
c913ec8
: add peer deps619ae3a
]v2.2.10
Compare Source
Patch Changes
c97143f
: fix search index output location4b2052f
: fixModule not found: Can't resolve 'nextra-theme-docs/style.css'
for imported markdown files that located outside of CWD624d6b4
: fix when sidebar show non-md folders0c957db
: fix capitalizing of undefined _meta.json file/foldersv2.2.9
Compare Source
Patch Changes
c50474e
: support dynamic markdown importv2.2.8
Compare Source
Patch Changes
d2ed10f
: remove development: falseb943146
: add transformPageOpts option for advanced use casesv2.2.7
Compare Source
Patch Changes
36fd8c7
: add format detection64cec8f
: disable code splitting and fix dev errorsv2.2.6
Compare Source
Patch Changes
be24334
: improve search index generation4fc13df
: fix warning of dynamic importsv2.2.5
Compare Source
Patch Changes
163065c
: loader refactor, type-safe__nextra_resolvePageMap
, avoid code interpolation in loader.tsv2.2.4
Compare Source
Patch Changes
091b77b
: fix missing filenameadd filename / copy code with "codeHighlight: false"
add unit tests for filename and copy code
917de49
: removegithub-slugger
from docsv2.2.3
Compare Source
Patch Changes
11b2870
: fix copy code button positionv2.2.2
Compare Source
Patch Changes
3145f53
: extendplugin:react/recommended
,plugin:react-hooks/recommended
andplugin:@​next/next/recommended
configs1834730
: fix hydration error produced by cached compiler, fix broken code-blocks styles while settingnextraConfig.codeHighlight: false
f53b935
: Allow disabling code highlighting & memory improvementsv2.2.1
Compare Source
Patch Changes
9bcfc1d
: fix error was swallowed silentlyv2.2.0
Compare Source
Minor Changes
e4b20ca
: supporttransform
in nextra configPatch Changes
52a1bf3
: feat: allow to use plain md syntaxaf76dbe
: fix highlight substring from filename for code blocksv2.1.0
Compare Source
Minor Changes
e5262d0
: improve hmr and internal api for layout (toc and meta files)Patch Changes
a923bd5
: fixcollectFiles
concurrency5bdc62c
: fix static images on windowsc86508c
: lint fixes foreslint:recommended
andplugin:@​typescript-eslint/recommended
configsd6c871a
: simplify the custom theme layout api1ff43c1
: use OKLCH colors where possiblea31678a
: improve copyv2.0.3
Compare Source
Patch Changes
adb2d25
: fix remote mdx8060ed3
: style improvementsv2.0.2
Compare Source
Patch Changes
1e2afcf
: Add LaTeX support99ec64e
: fix indentation for copy code button3a08fe2
: Add Callout border in dark modef488e2e
: remove @react/skip-nev #1051fix: staticImage should only set blur placeholder for jpeg,png,webp,avif
cf9b886
: better performance ofcollectFiles
f35e724
: update shiki to v0.12.1b2fc168
: supportnextConfig.distDir
cc1cb5f
: supportnextConfig.basePath
with i18nv2.0.1
Compare Source
Patch Changes
a9748aa
: fix: A11y improvements to the docs themeac82b1f
: make code-blocks buttons focusable if they are visible on pagev2.0.0
Compare Source
Minor Changes
8f6d377
: allow custom github domainsPatch Changes
4731fa7
: Style improvements7a32f8e
: remove unneeded wrappers<div />
s in<Navbar />
9ab6dd0
: allow adding additional navbar content vianavbar.extraContent
e6771ca
: fix search overlay styles on mobile94ef0b3
: improve 2.0 docs21009c7
: fix covered select optionsbea62a1
: make the search input responsive in narrow screens903ddf0
: fix: should update scroll when height is dynamice6771ca
: split css tohamburger
/scrollbar
/typesetting-article
css files24a02f8
: reuse Flexsearch result styles on match-sorter search1a7cd68
: toc anchor links should havedisplay: inline-block
6644bd5
: pass unstable_flexsearchcef5546
: allow headings contain links2217f9c
: fixWarning: Prop
hrefdid not match. Server: "#" Client: ...
a0c0eb8
: allow overrideMDXProvider.components
e6771ca
: fix edit on github button for cases when filename named asindex
8bcb5e6
: fix sideEffects in package.json2217f9c
: fixnext export
commandfdb2f57
: update docs to use next.js 133e3b0a9
: feat: add cursor pointer to locale and theme menua0398e0
: fix: avoid mutating nextConfige6771ca
: BREAKING! various theme config options was renamed, take a look of renamed options here59e18b0
: makenextra
/nextra-theme-docs
/nextra-theme-blog
be compatible with next 1338ccce8
: feat(docs): allowTabs.items
asReadonlyArray<ReactNode>
fc8cca0
: add<InformationCircleIcon />
icon, improve<Callout />
default emojisfe2b714
: upgrade to react 18af72f85
: chore(nextra-theme-docs): provide type forDocsThemeConfig.nextThemes
instead ofobject
e4cfb83
: define page title in sidebar fromfrontMatter.title
if page is not specified in_meta.json
1ee3c92
: reuse table styles from docs in blogf569d90
: missingnx-
class prefixes in blogfix callout padding in docs
77361da
: fix ESC button when still stays after pressed ESCb1d7361
: improve docs for 2.09064112
: make<Tab />
acceptComponentProps<'div'>
da2bea7
: remove no longer usedicons
folder4825365
: add@types/github-slugger
instead of manually declaring type6bdb9bf
: fix: broken flexsearch stylesfdfe4f8
: fix covered theme switch popup when i18n is not setup66712f0
: polish docs873561b
: scrollbar is toc should be same as in sidebar08a39e6
: removeresizeObserver
for dynamic content since it provoke jumps on tabs switch when there is#
anchor in url4e4a37c
: add new "display" property to _metae6771ca
: [Blog/Docs] Add copy to clipboard button for code-blocks. AddNextraConfig.unstable_defaultShowCopyCode
option to show button by default, addcopy
andcopy=false
options for code-blocksa5cac21
: [docs/blog]: extract code styles and import in both themes96ed5c2
: [nextra/nextra-theme-docs]: support bothexperimental.newNextLinkBehavior
-true
andfalse
1fef548
: allow head to be a ReactNode580c433
: add nx- to all tailwind classes for style isolationc3e6227
: addoverflow-x-scroll
for tablesdfbe996
: extract<Banner />
from<Navbar />
tocomponents/banner.tsx
1c3fedb
: add missingnx-
prefixes to table/th/tr elements78f1519
: chore: Add strict-peer-dependencies=falsec15f570
: fix: query should not affect nav highlight97e6141
: fix(nextra/docs): fallback search toen-US
insteaddefault
2b6f3be
: add missing border for search containercb87709
: Fix flexsearch option being overriddend6d5ab8
: Make sure arrows are aligneda007c64
: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsxab6c0e6
: fix disappearing toc issue in Firefox16bedce
:"layout": "raw"
should renderall
unstyled elements, except<a />
a0e5847
: Rename some docs theme configurations351fa45
: add missingnx-
prefix forgrow
class in<LocaleSwitch />
c09f450
: fix CTRL+K, on non non-mac usee.ctrlKey
insteade.metaKey
f5bf2e4
: fix margin-top for<Tab />
content237faa9
: add clear button for search input973ca49
: fix rtl/ltr glitch on initial loadingc8129a2
: fix theme switcher style3de0f41
: chore(blog/docs): usepostcss-import
to import css variables styles2e2912e
: fix project/chat icon could appear without provided link97ca2e3
: New feature: menu type84d983f
: fix(docs): correct query for hash with leading num32cd385
: add new optionsearch.loading
for control loading text2533a6c
: replacemain.extraContent
theme option withmain
option4730bdc
: chore(nextra-theme-docs): refactortheme-context.ts
24a02f8
: typescripify<Flexsearch />
74a3398
: update docs for 2.0bd2cefa
: Fix css classes witheslint-plugin-tailwindcss
ff8967c
: addToggle Word Wrap
button for code-blocks (only for mobile)5d852b6
: break words in navlinks, remove unneeded<div />
wrappers, align text on right side for next linke6771ca
: hide search input in navbar on mobile76d1e30
: [nextra-theme-docs]: fixWarning: A title element received an array
and possible[object Object]
in title009bf6a
: Fix release workflow.5238bb4
: feat(docs): support logoLink config optione6771ca
: fix empty space in navbar when theme optionsearch.component: null
e6771ca
: addeditLink.component
ee270a4
: fix extra space in flexsearch input after loading indexese6771ca
: renamemeta.json
to_meta.json
24a02f8
: fix all RTL broken styles0c136ad
: add missingnx-
prefix in sidebarff8967c
: fix missingCopy Code
button in code-blocks without language2217f9c
: replaceclassnames
package withclsx
as he's fastere6771ca
: clicking on folder should navigate to first children ifindex
page doesn't exist723d42a
: uselightningcss
insteadcssnano
bf74201
: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcssa8c5883
: addconfig.bodyExtraContent
optione2d603a
: removegetComponents
export, exportuseMDXComponents
from@mdx-js/react
instead8564919
: extract<Input/>
from<Search/>
and<Flexsearch/>
05d068c
: Add button label for hamburger menu38769ca
: preferref.current.querySelector
overdocument.querySelector
, removeload
prop in<Search />
b219821
: fix body overflowd7f2bbc
: adjust docs theme; rename options24a02f8
: match-sorter search should highlight every match like flexsearch2217f9c
: removelocale
prop from theme config, forbid passing inrenderComponent
7d2d5ee
: use resolvedTheme instead renderedTheme + theme check256154a
: use "next/future/image" if"experimental.images.allowFutureImage": true
is set in next config9f5af54
: add_meta.json#theme.collapsed
option for control state sidebar's foldersc8605d6
: feat: New layout implementation4157b71
: set lower build target and share code highlight theme through nextrac28a7f2
: - setupnext-seo
getNextSeoProps
titleSuffix
theme option in favor ofgetNextSeoProps.titleTemplate
description
,canonical
,openGraph
values to<NextSeo />
component from pagefrontMatter
, values can be overridden with return value ofgetNextSeoProps
f360f28
: add new theme optionbanner.dismissible
7bcbc98
: add newmeta.json#theme.timestamp
option to hideLast updated on ...
94a8587
: chore: extractsvg
icons in/icons
folder, reusing same icons<MoonIcon />
/<SunIcon />
in blog from docsd16b2ba
: move contexts to./contexts
directory699d131
: feat(nextra/docs/blog): allow import.md
/.mdx
as well47938b1
: remove unneededuseRef
for<details />
256154a
: replace images with<NextImage />
even when url not relative but that starts from/
(public directory)e573175
: Fix release CI48e0ac2
: exportuseConfig
anduseTheme
21009c7
: better focus ui, use ring color as theme hue color0f4795f
: chore(nextra/blog/docs): provide types for PageOpts in loader71528f1
: show copy code button only on hover of container03e90d8
: refresh build system with tsup and fix nextra typeafaa26a
: refactor toc, fix toc's styles on rtl, useref.current
insteaddocument.getElementsByClassName
c380989
: fix(docs): types is missing in bundle7373c1f
: fixuseConfig
/useRouter
insidehead()
e6771ca
: fix callout shrinking from children contentfb37b5f
: Close selector bracket for compat with old Safari.e6771ca
: renamePageOpts.meta
toPageOpts.frontMatter
ab629e6
: Add correct aria values inside navcdc1c2f
: preferref.current
overdocument.querySelector
in sidebar6a4a593
: fix: #531 unclickable breadcrumbd34f9f2
: feat(nextra-theme-docs): update discord logo to the new onea8a89e9
: chore(docs): export ThemeSwitch & custom socialf964802
: do not hide default logo on mobile7053959
: chore(nextra-theme-docs): remove unneededtransform-none
css classbc52178
: fixeditLink
option was not merged with default configeditLink
582ad96
: feat: bumprehype-pretty-code
version, supportshowLineNumbers
da998e6
: move react components tocomponents
folder and replace exports:e6771ca
: movewithLayout
logic directly in nextra loader8ad9507
: fix unable expanding folder items in sidebarc2c0d90
: fix(search): handle case when value is emptyc4a9782
: support custom hue theme color viaprimaryHue
,primaryHue.dark
andprimaryHue.light
theme optionsc8bb94f
: UI adjustmentsa9ca0b9
: do not addbasePath
to the links88f999d
: fix: UI improvements43409ad
: fix: mdx theme is missing416dfe2
: add missingnx-
prefixes in sidebare6771ca
: adjust active breadcrumb color707fdc2
: fix: Anchor links are not wrapping on the sidebarc3e6227
: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y0af6e79
:"layout": "raw"
should have unstyled<a />
and<p />
elements as well2ec8564
: addDocsThemeConfig.navbar
config option for overriding navbarf99bbc2
: Addnextra-body-typesetting-article
backe6771ca
: fix search inputESC
icon vertical alignment5b01537
: Fix full docs directory list and active link06aa62f
: feat: allowimport { getComponents } from 'nextra-theme-docs'
v2.0.0-beta.45
Compare Source
Patch Changes
66712f0
: polish docsv2.0.0-beta.44
Compare Source
Patch Changes
94ef0b3
: improve 2.0 docsfdb2f57
: update docs to use next.js 13b1d7361
: improve docs for 2.074a3398
: update docs for 2.0d7f2bbc
: adjust docs theme; rename optionsv2.0.0-beta.43
Compare Source
Patch Changes
9ab6dd0
: allow adding additional navbar content vianavbar.extraContent
59e18b0
: makenextra
/nextra-theme-docs
/nextra-theme-blog
be compatible with next 132e2912e
: fix project/chat icon could appear without provided linkv2.0.0-beta.42
Compare Source
Patch Changes
2b6f3be
: add missing border for search container32cd385
: add new optionsearch.loading
for control loading textfb37b5f
: Close selector bracket for compat with old Safari.v2.0.0-beta.41
Compare Source
Patch Changes
bd2cefa
: Fix css classes witheslint-plugin-tailwindcss
v2.0.0-beta.40
Compare Source
Patch Changes
f569d90
: missingnx-
class prefixes in blogfix callout padding in docs
v2.0.0-beta.39
Compare Source
Patch Changes
a9414be
: always usenext/image
, since in next 12.3.2next/future/image
was renamed tonext/image
v2.0.0-beta.38
Compare Source
Patch Changes
05d068c
: Add button label for hamburger menuv2.0.0-beta.37
Compare Source
Patch Changes
5b01537
: Fix full docs directory list and active linkv2.0.0-beta.36
Compare Source
Patch Changes
08a39e6
: removeresizeObserver
for dynamic content since it provoke jumps on tabs switch when there is#
anchor in url1c3fedb
: add missingnx-
prefixes to table/th/tr elements351fa45
: add missingnx-
prefix forgrow
class in<LocaleSwitch />
v2.0.0-beta.35
Compare Source
Patch Changes
ab629e6
: Add correct aria values inside navv2.0.0-beta.34
Compare Source
Patch Changes
4e4a37c
: add new "display" property to _metav2.0.0-beta.33
Compare Source
Patch Changes
580c433
: add nx- to all tailwind classes for style isolation2533a6c
: replacemain.extraContent
theme option withmain
optionc28a7f2
: - setupnext-seo
getNextSeoProps
titleSuffix
theme option in favor ofgetNextSeoProps.titleTemplate
description
,canonical
,openGraph
values to<NextSeo />
component from pagefrontMatter
, values can be overridden with return value ofgetNextSeoProps
v2.0.0-beta.32
Compare Source
Patch Changes
fc8cca0
: add<InformationCircleIcon />
icon, improve<Callout />
default emojis723d42a
: uselightningcss
insteadcssnano
9f5af54
: add_meta.json#theme.collapsed
option for control state sidebar's foldersf360f28
: add new theme optionbanner.dismissible
a8a89e9
: chore(docs): export ThemeSwitch & custom socialv2.0.0-beta.31
Compare Source
Patch Changes
cef5546
: allow headings contain links5238bb4
: feat(docs): support logoLink config optionf964802
: do not hide default logo on mobilev2.0.0-beta.30
Compare Source
Patch Changes
1a7cd68
: toc anchor links should havedisplay: inline-block
c09f450
: fix CTRL+K, on non non-mac usee.ctrlKey
insteade.metaKey
84d983f
: fix(docs): correct query for hash with leading num7d2d5ee
: use resolvedTheme instead renderedTheme + theme checkv2.0.0-beta.29
Compare Source
Patch Changes
973ca49
: fix rtl/ltr glitch on initial loadingv2.0.0-beta.28
Compare Source
Patch Changes
c2c0d90
: fix(search): handle case when value is emptyv2.0.0-beta.27
Compare Source
Patch Changes
21009c7
: fix covered select options21009c7
: better focus ui, use ring color as theme hue colorv2.0.0-beta.26
Compare Source
Patch Changes
a0e5847
: Rename some docs theme configurationsv2.0.0-beta.25
Compare Source
Patch Changes
4731fa7
: Style improvementse4cfb83
: define page title in sidebar fromfrontMatter.title
if page is not specified in_meta.json
9064112
: make<Tab />
acceptComponentProps<'div'>
c3e6227
: addoverflow-x-scroll
for tablesd6d5ab8
](https://togithub.com/shuding/nConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.