Releases: xabikos/vscode-react
Releases · xabikos/vscode-react
v1.2.1
Changed
- Change the import style when creating components #18
v1.2.0
Changed
- Add support for JSX languages #10
v1.0.0
Changed
- Add support for TypeScript and TypeScript React languages #13
- Remove the JavaScript snippets in favor of corresponding JavaScript snippets
v0.4.1
Changed
- Fixed the ssf snippet for setting the state with a callback as an argument #11
v0.4.0
Changed
- Add constructor snippet that includes context in the arguments #9
- Add snippet that creates a component without import and default export lines #8
v0.3.0
Changed
- Add snippets for stateless components #3
- Add snippets for prop types #5
- Make the snippets available for JavaScript language #7
- Minor fixes #4 #6
v0.2.0
Changed
- Remove new line addition from all import snippets [#2].