Releases: xabikos/vscode-react
Releases · xabikos/vscode-react
Version 2.4.0
Changed
- Add proptypes for
symbol
and any
(#63)
- Add memoization to stateteless components (#60)
- Add filename to
rdp
snippet (#65)
- Add missing brackets on rsf and rsfp snippets (#67)
Thanks a lot for the contribution to
@TimCluyts for #60
@kant for #62
@abominab for #66
@sdustin for #68
v2.2.0
Added
- Merge #46 that adds support for named function in stateless component
Thanks a lot for the contribution to
@kylemh for [#46]
v2.1.0
Changed
- Add snippet for
PropTypes.objectOf(PropTypes.shape)
#37
- Fix
rpt
snippet #42
- Add snippet for
[getSnapshotBeforeUpdate, getDerivedStateFromProps , componentDidCatch ]
#44
Thanks a lot for the contribution to
@RusinovAnton for [#44]
v2.0.0
Changed
- Remove support for jsx language #39
- Merge #41 use TM_FILENAME_BASE variable instead of default placeholder
Thanks a lot for the contribution to
@selrond for [#41]
v1.7.0
Changed
- Add snippet for react pure component
Version 1.6.0
Changed
- Merge #30 Add rrc snippet: React Redux Component
- Merge #35 Add empty defaultProps declaration snippet
Thanks a lot for the contributions to
@poulet42 for [#30]
@selrond for [#35]
v1.4.0
Changed
- Merge #25 which adds a new snippet that created a component without importing anything
- Merge #27 That fixes typos in snippets