Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 03:53
· 115 commits to main since this release

Upgrading from v0.3.x

Change the imports in your storylite.tsx entry point:

// old (v0.3.x):
import stories from 'virtual:storylite-stories'

// old (v0.4.x):
import stories from '@storylite/vite-plugin:stories'

Changelog

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