Skip to content

Releases: krutoo/showcase

0.7.0

03 Apr 14:47
ab45611

Choose a tag to compare

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/utils now 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

21 Jan 16:55
2547656

Choose a tag to compare

Bug fixes

  • fix: import path fix for cases when same dir as stories by @korniux (#39)
  • fix: npm publish fixes (#40)

New Contributors


Full Changelog: 0.6.0...0.6.1

0.6.0

23 Oct 17:40
6d15ec0

Choose a tag to compare

New features

Fixes

  • fix: link style (#31)
  • fix: default styles for b, strong in MDX (#32)
  • fix: source showing, source lang defining (#33)

Docs

  • docs: many fixes and improvements (#27, #28, #29)
  • docs: pathname routing with ssg (#35)

Other

  • Vite example added (#34)

Full Changelog: 0.5.0...0.6.0

0.5.0

22 Sep 18:12
ea85e9a

Choose a tag to compare

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-icons removed from deps to reduce package size (#13)
  • All icons are redrawn specially for this project (#13)
  • zod/mini used 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-color to --showcase-ui-color (#20)
  • removed var --showcase-ui-layout-background (#20)

Fixes

  • Fixes for menu grouping and menuHidden logic (#21)
  • Default style for i, em as 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

0.4.0

06 Aug 12:35
5c7fb2c

Choose a tag to compare

What's Changed

  • Story search added, enables by storySerach option (#8)
  • README.md fixes (#9)
  • npm audit fix performed (#10)

Full Changelog: 0.3.0...0.4.0

0.3.0

31 Jul 12:52
dfea8bf

Choose a tag to compare

What's Changed

  • now it is possible to make "category root" - clickable header of list in menu (#7)
  • menuPriority now affects categories order (#7)

Full Changelog: 0.2.1...0.3.0

0.2.1

18 Apr 14:17
19a598f

Choose a tag to compare

What's Changed

  • Menu priority fix in mobile menu modal (#6)

Full Changelog: 0.2.0...0.2.1

0.2.0

14 Apr 18:46
88e0777

Choose a tag to compare

What's Changed

  • menuPriority story option added (#4)
  • mdx blockquote styles added (#4)

Full Changelog: 0.1.0...0.1.1

0.1.0

04 Feb 17:22
124be15

Choose a tag to compare

What's Changed

  • Refactor & decomposition (#1)
  • Main parts of showcase UI now have data-kind attr (#1)
  • It is possible now to customize colors of almost all UI parts (#1)
  • Some improvements & fixes (#2)
  • Example of usage with Rspack added (#3)

Full Changelog: 0.0.1...0.1.0

0.0.1

20 Jun 13:07

Choose a tag to compare

First version

  • tested with Rspack
  • tested with Vite