Skip to main content

v3.2.9

· One min read

---title: Version 3.2.9 Release\nauthors: [involvex]\ntags: [release]\n---

Version 3.3.0 Release

· One min read
Involvex
Creator of Create-Wizard

3.3.0 (2025-09-20)

Features

  • cli: overhaul CLI with modern, animated UI using @clack/prompts
  • cli: allow specifying project name as a command-line argument

Version 3.7.0 Release

· One min read
Involvex
Creator of Create-Wizard

3.7.0 (2025-09-20)

Features

  • cli: Overhauled the CLI with a modern, animated UI using @clack/prompts.
  • cli: Added a -v or --version flag to display the current version.
  • cli: The project name can now be provided as a command-line argument to skip the prompt.

Bug Fixes

  • npm: Ensured README.md and LICENSE are included in the published npm package.
  • tests: Updated the entire test suite to mock @clack/prompts, fixing all timeout errors.

Chore

  • release: The release script is now handled by the developer locally, and the CI/CD pipeline is solely responsible for publishing to npm, preventing duplicate releases.
  • release: Added comprehensive safety checks to the release script to ensure a clean working directory, the correct branch, and synchronization with the remote repository.
  • templates: Refactored the PowerToys plugin templates to be more modular by giving each its own Visual Studio Solution file.
  • templates: Removed unnecessary obj and bin folders from the PowerToys plugin templates.

Version 4.0.0 Release

· 2 min read
Involvex
Creator of Create-Wizard

4.0.0 (2026-01-16)

Features

  • templates: Added new expo-app template for React Native development with Expo.
  • templates: Added new ionic-app template for cross-platform app development with Ionic React.
  • templates: Added doctor script to react-native-app template for easier troubleshooting.
  • cli: Improved entry point detection logic for better compatibility with npx and global installs.
  • cli: Added safeguards to prevent overwriting existing configuration files (tsconfig.json, eslint.config.js, .prettierrc) if provided by the template.
  • cli: Added --list-templates command to list all available templates.
  • cli: Added --view-template <Template-Name> command to view detailed information about a specific template.

Bug Fixes

  • cli: Fixed issue where the wizard would not launch correctly when installed globally or run via npx.
  • deps: Updated root project dependencies to latest versions, including inquirer, esbuild, vitest, and eslint.
  • deps: Updated dependencies for all templates to their latest stable versions.
  • templates: Fixed build issues in react-native-app template by updating react-native-screens, react-native-reanimated, and react-native-gesture-handler.
  • templates: Fixed TypeScript errors in react-native-app template by adding "jsx": "react-native" to tsconfig.json.
  • templates: Resolved compatibility issues with react-native-reanimated in react-native-app template by adding react-native-worklets-core and configuring the Babel plugin.