Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 1.06 KB

Change Log

All notable changes to the "vscode-react-developer-toolkit" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

This section is empty!

[0.0.1] - 2024-10-26

Added

  • Create React Component: New feature to scaffold React components from the Explorer context menu.
  • Create React Hook: Functionality to generate custom React hooks.
  • Create React HOC (Higher-Order Component): Tool to set up Higher-Order Components.
  • Create React Context: Feature to simplify the creation of React Contexts.
  • Create React Provider: Ability to easily generate Provider components.
  • Dedicated "React Developer Toolkit" submenu in the Explorer context menu for easy access to all features.
  • Grouped commands for intuitive access and usage.

Technical Details

  • Compatibility with Visual Studio Code version 1.94.0 and above.
  • Built with TypeScript for improved type safety and developer experience.
  • Utilizes pnpm for package management.