All notable changes to the "easy-react-snippets" extension will be documented in this file.
- Fix: Grammatical error on Anonymous function (
af
) shortcut on README.md [was the same as Anonymous arrow function (aaf
)]
- Changed majority shortcuts of snippets
- Added
console.log()
asclo
- Removed some snippets
- Fixed type error on Anonymous arrow function (
aaf
).
- Separated Handler function snippet (
han
) into two different snippets:- Handler function (
han
). - Event handler function (
ehan
).
- Handler function (
- Enhanced tab space on snippets
- Added export default in new React components (
rc
andprc
) - New React component now has filename (without its extension) as React component name
- Snippets are more prettier
- Fixed Anonymous arrow function (
aaf
) syntax error - Code is more prettier (you can now move through code sections using tab key)
- Added Anonymous event arrow function (
aeaf
) - Fixed Anonymous arrow function type error
- Added Empty anonymous function (
eaf
) - Changed snippets description (deleted 'Creates' word)
- Change GitHub repository URL
- Snippets correction
- Initial release of Easy React snippets extension.
Snippets to create:
- Arrow functions
- Event arrow functions
- Functions
- Event functions
- New React component
- New props React component
- Event handlers