Skip to content

Releases: xabikos/vscode-react

Version 2.4.0

29 Oct 21:54
Compare
Choose a tag to compare

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.3.0

24 Dec 13:10
Compare
Choose a tag to compare

Changed

Add new snippets

Thanks a lot for the contribution to
@cezarneaga for #52
@juandelacruz23 for #53
@MorenoMdz for #54
@TimCluyts for #57

v2.2.1

07 Oct 09:24
Compare
Choose a tag to compare

Changed

Minor improvements in Readme and reactWithWebpackDefaults component

Thanks a lot for the contribution to
@Darko for [#48]
@vladsholokhov for [#49]
@ywpark1 for [#50]

v2.2.0

24 Jun 10:25
Compare
Choose a tag to compare

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

17 Apr 20:33
Compare
Choose a tag to compare

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

11 Mar 11:18
Compare
Choose a tag to compare

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

19 Nov 19:01
Compare
Choose a tag to compare

Changed

  • Add snippet for react pure component

Version 1.6.0

13 Nov 20:39
Compare
Choose a tag to compare

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

26 Jun 15:49
Compare
Choose a tag to compare

Changed

  • Merge #25 which adds a new snippet that created a component without importing anything
  • Merge #27 That fixes typos in snippets

v1.3.0

05 May 15:14
Compare
Choose a tag to compare

Changed