Releases: shuding/nextra
Releases · shuding/nextra
Patch Changes
- 50c2f76: add
bottomContent
prop for <Wrapper>
component, e.g. to put some content after pagination in nextra-theme-docs
- 50c2f76: fix
colorSchema
for HEX format with 4 chars, e.g. #111
Major Changes
Patch Changes
Patch Changes
- 50c2f76: add
bottomContent
prop for <Wrapper>
component, e.g. to put some content after pagination in nextra-theme-docs
- 50c2f76: fix
colorSchema
for HEX format with 4 chars, e.g. #111
- Updated dependencies [50c2f76]
- Updated dependencies [50c2f76]
Major Changes
Patch Changes
Patch Changes
- 50c2f76: fix
colorSchema
for HEX format with 4 chars, e.g. #111
- 50c2f76: make nextThemes optional prop, to avoid ts errors
- Updated dependencies [50c2f76]
- Updated dependencies [50c2f76]
Patch Changes
- bfa61d9: add
text-overflow: ellipsis
for <Cards.Card>
component
Patch Changes
- bfa61d9: add
text-overflow: ellipsis
for <Cards.Card>
component
- Updated dependencies [bfa61d9]
Patch Changes
- bfa61d9: add
text-overflow: ellipsis
for <Cards.Card>
component
- Updated dependencies [bfa61d9]
Patch Changes
- 242e0d0: search tweaks
- 3fc12a0: - Use Tailwind CSS CLI because CSS processing by
tsup
produce different, weird and broken result
- Patch react-compiler with some fixes which isn't fixed