Skip to content

Latest commit

 

History

History
136 lines (77 loc) · 3.81 KB

File metadata and controls

136 lines (77 loc) · 3.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.2 (2025-07-16)

0.7.2 (2025-07-16)

Added

  • Added --help command for better CLI usability.

Changed

  • Upgraded all packages to latest version for improved security and performance.
  • Updated README.md files with latest information and documentation.

0.7.1 (2025-03-10)

Changed

  • Updated metadata configuration with improved title, description, and keywords for better SEO.

Fixed

  • Added missing public routes in the middleware configuration:
    • /forget-password
    • Routes starting with /reset-password
    • /verify-email

0.7.0 (2025-03-02)

Added

  • Added support for promise-based toast notifications with react-hot-toast for all form submissions.

Changed

  • Upgraded to Tailwind CSS v4 for improved performance and features.
  • Migrated shadcn components to fully support React 19 and Tailwind v4.
  • Replaced shadcn toast component with react-hot-toast for a more lightweight toast solution.

0.6.0 (2025-02-18)

Added

  • Added select interface to ask user if he wants to install dependencies.
  • Added select interface to ask user if he wants to have a default git repository with initial commit from next-platter.

0.5.1 (2025-02-16)

Added

  • Added a .gitignore file to the new project.
  • Created an initial commit after npm install.

0.5.0 (2025-02-16)

Added

  • Added cross-platform support using cross-spawn for seamless compatibility across Windows, macOS, and Linux.
  • Improved dependency installation by displaying npm install output in real-time for better visibility.

Changed

  • Added cwd option to spawn calls to avoid changing the working directory with process.chdir.
  • Simplified code and removed redundant logic for better maintainability.

Fixed

  • Fixed npm install issues on Windows by automatically resolving .cmd files with cross-spawn.
  • Enhanced error handling for git init and npm install to ensure graceful exits on failure.

0.4.1 (2025-02-15)

Added

  • Added Logo of the CLI Tool.

Changed

  • Updated README.md file and GitHub repo description.

0.4.0 (2025-02-13)

Added

  • Added success color (green) and applied it to success toasts.
  • Added some animations.

Changed

  • Changed current success toast to neutral toast.
  • Changed Cypress test structure to make it more readable and beautiful.
  • Changed landing and protect page title to fit the current template (mention next-platter too).

0.3.2 (2025-02-08)

Fixed

  • Solved the install dependencies message glitching.
  • Removed initial commit creation step.

0.3.0 (2025-02-08)

Added

  • Initialized git by default and made initial commit.

Changed

  • Refactored "/" and "/protected" routes (removed features/home and features/protected folders).

Fixed

  • Solved Cypress errors.
  • Don't copy ".next" before the npm i command.
  • Solved the kill process bug.