Releases: krutoo/showcase
Releases · krutoo/showcase
0.7.0
New features
Component registry added (#42)
Now it is possible to replace some part of Showcase UI by providing implementation through ComponentRegistryContext
Useful when you need to replace or add some part of UI but keep rest default
See more in the docs
BREAKING CHANGES
- Removed exports
Router,BrowserRouter,useLocation,useNavigate- now it can be imported from@krutoo/utils(#42)
Refactor
- refactor: devEngines, ESLint, nvmrc and more (#41)
Other changes
- Fix for mobile menu links (was navigate to wrong url) (#42)
@krutoo/utilsnow is peer dependency (#42)- Router implementation replaced by
@krutoo/utils/router(#42) - Store implementation replaced by
@krutoo/utils/store(#42) - Main content unnecessary scroll fixed (#43)
Full Changelog: 0.6.1...0.7.0
0.6.1
0.6.0
New features
Fixes
- fix: link style (#31)
- fix: default styles for b, strong in MDX (#32)
- fix: source showing, source lang defining (#33)
Docs
Other
- Vite example added (#34)
Full Changelog: 0.5.0...0.6.0
0.5.0
New features
- Docs added via GitHub Pages (#25)
- Dark mode (#12, #18, #22, #24)
- Page scrolled to top on navigate between stories (#12)
- MDX layout width 1024 by default, configurable trough CSS (#12)
react-iconsremoved from deps to reduce package size (#13)- All icons are redrawn specially for this project (#13)
zod/miniused to reduce bundle size (#13)- Cleaner entrypoint file result (#16)
- Search now also looks for
.meta.json(#17) - Ability to set default story to show (#19)
Breaking changes
- renamed var
--showcase-ui-text-colorto--showcase-ui-color(#20) - removed var
--showcase-ui-layout-background(#20)
Fixes
- Fixes for menu grouping and
menuHiddenlogic (#21) - Default style for
i, emas italic in MDX view (#19)
Pull requests
- UI improvements (#12)
- Improvements (#13)
- asideEnabled parameter added (#14)
- kebab-case in filenames (#15)
- Build refactor (#16)
- Search now also looks for
.meta.json(#17) - Ability to provide logo for dark mode (#18)
- Logo for dark mode and some fixes (#19)
- UI refactor (#20)
- Fix menu grouping and menuHidden logic (#21)
- themes renamed to colorSchemes (#22)
- themes renamed to colorSchemes fixes (#24)
- Docs added (#25)
Full Changelog: 0.4.0...0.5.0