Skip to content

Latest commit

 

History

History
526 lines (334 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

526 lines (334 loc) · 18.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.15.1 (2024-03-27)

Bug Fixes

  • make base and canvas paths configurable (9dfc797)

0.15.0 (2024-03-27)

Features

  • add support for React Server Components (410ef23)

0.14.2 (2024-03-27)

Note: Version bump only for package storylite

v0.14.0

compare changes

🩹 Fixes

  • Publish script (ca5026a)
  • Publish script (4efec23)
  • Props component props could not be required in stories. closes #72 (#72)
  • Empty decorator array not rendering component properly. fix args inheritance. closes #76 (#76)

💅 Refactors

  • Use clsx instead of r1stack/cn (08842da)

🏡 Chore

  • Replace eslint & prettier with biome (#78)
  • Upgrade dependencies and fix linter issues (7794c4a)

❤️ Contributors

  • Javi Aguilar
  • Jrson

v0.13.0

compare changes

🩹 Fixes

  • Add forwardref support (#74)
  • ui: Fix sidebar menu items too small (#69)
  • types: Typing issues on DTS generation (f3865c9)

💅 Refactors

  • Replace coding-style package and versioning scripts (57edd7e)

🏡 Chore

  • Fix jest path to use pnpx command (#71)

🎨 Styles

  • Enforce the use of top-level import type qualifier (7f4340a)

🤖 CI

❤️ Contributors

  • Javi Aguilar
  • Jrson

v0.12.1

compare changes

🩹 Fixes

  • Rename and optimize versioning scripts (a912d73)
  • ui: Fix sidebar not visible (#63)

🤖 CI

❤️ Contributors

  • Jrson
  • Javi Aguilar

v0.12.0

compare changes

🚀 Enhancements

  • vite-plugin: Add initial MDX and frontmatter support (ca0c54b)

❤️ Contributors

  • Javi Aguilar

v0.11.1

compare changes

🩹 Fixes

  • ui: Fix and improve svg styles (#53)
  • ui: Fix iframe height styles (#56)

❤️ Contributors

  • Jrson

v0.11.0

compare changes

💅 Refactors

  • Use individial lucide icons (#44)
  • ui: Simplify router parser with fixes and more tests (b45ea8c)
  • ui: Remove vite as dev dependency of the ui (4f3c187)
  • Add more lucide icons, remove lucide-react (#46)

❤️ Contributors

  • Jrson
  • Javi Aguilar

v0.10.2

compare changes

🩹 Fixes

  • ui: Logo link and dark theme flikering (3d40a7c)

💅 Refactors

  • Replace r1stack/core with r1stack/cn (cf6ecb8)
  • Add simple SVG file loader (cff5373)

❤️ Contributors

  • Javi Aguilar

v0.10.1

compare changes

🚀 Enhancements

  • ui: Allow stories to be rendered in the main frame with the story option (d1baef9)

🩹 Fixes

  • ui: Allow router to work on subdirs (c0206d1)
  • ui: Reset params set by de story after switching to another one (78bc46e)

📖 Documentation

  • Add separate package to host the website and docs (5efb039)

🤖 CI

  • setup: Add workflow to deploy to GH pages (6d75ee4)
  • setup: Add workflow to deploy to GH pages (3c0e7b8)
  • setup: Add workflow to deploy to GH pages (744127d)

❤️ Contributors

  • Javi Aguilar

v0.10.0

compare changes

💅 Refactors

  • ui: Better iframe isolation support. now with separate entry point (c8256ca)

❤️ Contributors

  • Javi Aguilar

v0.9.0

compare changes

💅 Refactors

  • Add initial support for Component Story Format (CSF) (#39)

🏡 Chore

  • Update badges to include pkg size (034b01e)

❤️ Contributors

  • Javi Aguilar

v0.8.0

compare changes

💅 Refactors

  • Reorganize code files structure (dd6c055)
  • Replace global state manager with Zustand (a70f0a1)
  • Replace router context with Zustand, fixing rerenders on global state change (b9e4f4f)

❤️ Contributors

  • Javi Aguilar

v0.7.1

compare changes

🚀 Enhancements

  • ui: Add support for auto theme mode (system preference) (7bc1833)

🩹 Fixes

  • ui: Some hash resolving was not working as expected (247c2b5)
  • ui: UseDetectTheme not updating if it was not auto (a2c38c5)

❤️ Contributors

  • Javi Aguilar

v0.7.0

compare changes

🎨 Styles

  • config: Reformat markdown files (09ed5f0)

❤️ Contributors

  • Javi Aguilar

v0.6.1

compare changes

🚀 Enhancements

  • ui: Configure dark theme using data-theme attributes (or custom name). add useDetectTheme hook (c8327b2)

💅 Refactors

  • ui: Replace react-router-dom with a small custom Router implementation (2103223)

🏡 Chore

❤️ Contributors

  • Javi Aguilar

v0.6.0

compare changes

💅 Refactors

  • ui: Complete rewrite of the addon API, with extensibility support, better mobile UI (da4a900)

❤️ Contributors

  • Javi Aguilar

v0.5.1

compare changes

🩹 Fixes

  • ui: Adjust some wrong styles (b09c0ac)

🏡 Chore

  • tools: Fix publish script (bf2911e)

❤️ Contributors

  • Javi Aguilar

v0.5.0

compare changes

💅 Refactors

  • storylite: Define a new api almost compatible with SB CSF3 (ee68a5f)
  • ui: Allow replacing the title entirely with the icon + other optimizations (32632fa)
  • ui: Implement an event-driven bidirectional communication system between for the iframe (afaec92)
  • ui: Stop using useBrowserStorage hook and use a simpler api usable with postMessage (9867907)
  • ui: Improve UX and redefine all classes and styles to make the iframe more isolated (3b6303d)

🏡 Chore

  • releases: Scope npm publish to public packages (504d449)

❤️ Contributors

  • Javi Aguilar

v0.4.0

compare changes

🩹 Fixes

  • workflow: Quality checks fail after updated script (d41690d)
  • tools: Publint broken on CI (f0e64a2)

💅 Refactors

  • vite-plugin: Rework build process and rename virtual imports (0d77a69)

📖 Documentation

  • readme: Simplify contents (74c8487)

🏡 Chore

  • tools: Avoid to release examples as npm pkgs (41922a8)
  • tools: Avoid to release examples as npm pkgs (4f59718)
  • tools: Standarize scripts between @itsjavi repos (a23a760)
  • examples: Open on vite dev, change port to 7007 to follow SB port pattern (4f9e8cb)
  • tools: Better webcontainers compatibility (4a3fb5b)
  • vite-plugin: Bundle the additional dts in the main index.d.ts file (7d7c5d7)

❤️ Contributors

  • Javi Aguilar

v0.3.1

🚀 Enhancements

  • Add first version of the app (7a63bf1)

🩹 Fixes

  • deps: Update dependency lucide-react to ^0.263.0 (#6)
  • Linting issues (d4abcbf)
  • Pnpm dev (b9274f3)
  • deps: Update dependency lucide-react to ^0.264.0 (#18)
  • deps: Update dependency lucide-react to ^0.265.0 (#20)
  • Router has now fully static site support, fix navigation (2893e37)
  • vite-plugin: Add missing virtual type exports (#28)

💅 Refactors

  • Cleanup project and fix linting issues (af851c9)
  • Bundle with tsup and improve overall support (1bb4804)
  • Ditch separate config file, improve examples (7d05ce9)
  • storylite: Use context instead of virtual modules (93ec0dc)
  • Split ui from vite plugin (6ae02ef)

📖 Documentation

  • Improve readmes (ec4e077)
  • changeset: Chore: better dependencies definition (9279eb4)
  • changeset: Chore: better dependencies definition (a8501c9)
  • changeset: Minor changes (bb3d34a)
  • changeset: Add new entries (4c51edb)
  • changeset: Add new entries (6c34e8e)
  • changeset: Add new entries (ad8aa95)
  • changeset: Add new entries (bf9ce99)
  • Update readme (4793bab)
  • Update guidelines (656997f)

🏡 Chore

✅ Tests

🤖 CI

❤️ Contributors

  • Javi Aguilar
  • Jrson