Skip to content

Releases: UgRoss/vscode-react

v2.0.1

07 May 18:45
97238ec
Compare
Choose a tag to compare

🛠 Changed

  • Change plugin name and description

v2.0.0

05 May 20:28
28e4d82
Compare
Choose a tag to compare

✨ Added

  • More 'prop-types' snippets
  • More redux snippets
  • Small snippets to write unit tests faster
  • 🥳 React Hooks
  • New snippets folder structure to easier edit/update snippets
  • TypeScript code that handles snippets compilation
  • Prettier
  • .editorconfig

🛠 Changed

  • React functional components are now in higher priority than class components.
  • Changed the way how snippets created.
  • Better .vscodeignore configuration.

v1.3.0

13 Apr 17:42
Compare
Choose a tag to compare

✨Added

  • New import snippets for:
    • 'react'
    • 'react-dom'
    • 'prop-types'
    • 'react-redux'
    • 'react-router-dox'

🛠 Changed

  • Update plugin display name and description

v1.0.1

13 Apr 17:40
Compare
Choose a tag to compare

✨Added

  • rhoc → React Higher-Order component
  • rhocf → React Higher-Order functional component

🛠 Changed

  • Fix typo in snippets list for React Component (_rc is now rc)
  • Fix missing newlines at the end of file in some snippets
  • Fix missing semicolons in some snippets