Skip to content

Commit 2ec5121

Browse files
committed
Update: CHANGELOG.md
- Release v0.0.1
1 parent b85e89c commit 2ec5121

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,22 @@ All notable changes to the "vscode-react-developer-toolkit" extension will be do
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
This section is empty!
89

9-
- Initial release
10+
## [0.0.1] - 2024-10-26
11+
12+
### Added
13+
14+
- **Create React Component**: New feature to scaffold React components from the Explorer context menu.
15+
- **Create React Hook**: Functionality to generate custom React hooks.
16+
- **Create React HOC (Higher-Order Component)**: Tool to set up Higher-Order Components.
17+
- **Create React Context**: Feature to simplify the creation of React Contexts.
18+
- **Create React Provider**: Ability to easily generate Provider components.
19+
- Dedicated "React Developer Toolkit" submenu in the Explorer context menu for easy access to all features.
20+
- Grouped commands for intuitive access and usage.
21+
22+
### Technical Details
23+
24+
- Compatibility with Visual Studio Code version 1.94.0 and above.
25+
- Built with TypeScript for improved type safety and developer experience.
26+
- Utilizes pnpm for package management.

0 commit comments

Comments
 (0)