-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: UgRoss/vscode-react
Releases · UgRoss/vscode-react
v2.0.1
v2.0.0
@UgRoss
UgRoss
28e4d82
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
✨ Added
- More
'prop-types'snippets - More
reduxsnippets - 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
.vscodeignoreconfiguration.
Assets 2
v1.3.0
✨Added
- New import snippets for:
- 'react'
- 'react-dom'
- 'prop-types'
- 'react-redux'
- 'react-router-dox'
🛠 Changed
- Update plugin display name and description
Assets 2
v1.0.1
✨Added
rhoc→ React Higher-Order componentrhocf→ 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