Skip to content

Releases: tyom/storybook-react-context

[email protected]

22 Nov 16:31

Choose a tag to compare

Minor Changes

[email protected]

16 Aug 23:01

Choose a tag to compare

Minor Changes

  • #4 ba8214c Thanks @tyom! - Export TypeScript types and improve developer experience
    • New Features:
      • Export ContextOptions and DecoratorOptions types for better TypeScript support
      • Add automated changelog generation with changesets
      • Add GitHub Actions workflows for CI/CD and automated releases
    • Improvements:
      • Fix inconsistent error messages in context hooks
      • Remove unnecessary React Fragment wrapper in decorator
      • Enable noUnusedLocals TypeScript option for better code hygiene
      • Improve code formatting with updated Prettier and ESLint configurations
      • Update all dependencies to latest versions
    • Developer Experience:
      • Add comprehensive CONTRIBUTING.md documentation
      • Set up automated release process with pre-release support
      • Add support for alpha, beta, and next pre-release channels
      • Add Husky pre-commit hooks with lint-staged for automated code quality checks

All notable changes to this project will be documented in this file.

v0.8.0

27 Jul 15:22

Choose a tag to compare

  • Upgrade to support Storybook v9
  • Add @storybook/react as a peer dependency
  • Clean up dependencies and ensure proper workspace configuration