File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,22 @@ All notable changes to the "vscode-react-developer-toolkit" extension will be do
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
7
## [ Unreleased]
8
+ This section is empty!
8
9
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.
You can’t perform that action at this time.
0 commit comments