Skip to content

Releases: xabikos/vscode-react

v1.2.1

05 Feb 13:36
Compare
Choose a tag to compare

Changed

  • Change the import style when creating components #18

v1.2.0

02 Oct 09:53
Compare
Choose a tag to compare

Changed

  • Add support for JSX languages #10

v1.0.0

05 Jun 18:23
Compare
Choose a tag to compare

Changed

  • Add support for TypeScript and TypeScript React languages #13
  • Remove the JavaScript snippets in favor of corresponding JavaScript snippets

v0.4.1

10 Apr 11:59
Compare
Choose a tag to compare

Changed

  • Fixed the ssf snippet for setting the state with a callback as an argument #11

v0.4.0

14 Mar 20:32
Compare
Choose a tag to compare

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

09 Mar 19:53
Compare
Choose a tag to compare

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

17 Jan 12:34
Compare
Choose a tag to compare

Changed

  • Remove new line addition from all import snippets [#2].