@typestyles/migrate
packages/migrate/CHANGELOG.md
0.4.0
Minor Changes
- #99
27ad6d0Thanks @dbanksdesign! - Migrate codemod: convert prop-based styled-components interpolations tocreateVar+assignVars, boolean prop ternaries tostyles.componentvariants, destructured prop params, and@mediablocks (P2.14).
Patch Changes
- #98
e17b8a0Thanks @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.jsconfig 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/migrateCLI package for safely migrating static styled-components and Emotion patterns to typestyles with dry-run output, optional--write, and JSON reporting.