Skip to content

← All changelogs

@typestyles/migrate

packages/migrate/CHANGELOG.md

0.4.0

Minor Changes

  • #99 27ad6d0 Thanks @dbanksdesign! - Migrate codemod: convert prop-based styled-components interpolations to createVar + assignVars, boolean prop ternaries to styles.component variants, destructured prop params, and @media blocks (P2.14).

Patch Changes

  • #98 e17b8a0 Thanks @dbanksdesign! - Add npm landing-page READMEs for every published package, an examples index with contributor guidance, and doc-to-example cross-links (P2.13).

0.3.0

Minor Changes

  • #49: Add ESLint configuration across all packages, examples, and docs. Create shared eslint.base.js config with TypeScript rules and add lint scripts to all package.json files. Update CI workflow to run lint via turbo.

Patch Changes

  • #45: Add comprehensive test coverage for previously untested modules: props utils/generate/runtime, typestyles build, and migrate transform/css/files.
  • #50: Add lint-staged for prettier formatting on pre-commit hook and format entire codebase

0.2.0

Minor Changes

  • #28: Add a new @typestyles/migrate CLI package for safely migrating static styled-components and Emotion patterns to typestyles with dry-run output, optional --write, and JSON reporting.