0.0.5 (2024-10-11)
- Updated TypeScript Remix Route component extension
0.0.4 (2024-10-11)
- Updated the classic React component templates
- Removed container component templates
- Added TypeScript component creation
- Added TypeScript Remix component creation
- Added TypeScript Remix route component creation
- Added CSS Module prefix support for the stylesheet extension option.
0.0.3 (2018-12-30)
- Added .scss CSS file extension support for the stylesheet extension option. (Thanks to Mark Casias)
- Fixed some typos. (Thanks to Mark Casias)
0.0.2 (2018-12-09)
- The extension's settings has been refactored. Now, you can customize the settings through Settings UI rather than manual edit the settings file.
- Added lifecycle type option. Now you can choose whether to create a component with legacy lifecycle or React v16 lifecycles
- Added SASS and LESS stylesheet extension option.
0.0.1 (2018-12-02)
- Initial Release