Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

77 lines (45 loc) · 1.77 KB

Change Log

1.2.4

  • fc now listed as ffc

1.2.3

1.2.2

  • Add PureComponent Snippet
  • Add mapping for pure TS files

1.2.1

  • Add "Class Component With Constructor" to TS snippets

1.2.0

  • Adds TypeScript support thanks to blurbyte! ʦ

1.1.1

1.1.0

  • 🔥 Adds "React: class to className" command to the command palette

1.0.9

  • Add Higher Order Component snippet. Resolves #7. Special thanks to Will Stone.

1.0.8

  • Move changelog to CHANGELOG file
  • Update icon to official React icon

1.0.7

  • Patch - Adding JSX support back. Was accidentally removed

1.0.6

  • Add state prop to Component Class (cc)
  • Wrap return from render in () by default for Component Class (cc) and Component Class Constructor (ccc)
  • Use pipes in README to better articulate tab stops

1.0.5

  • Add "Import PropTypes" snippet (impt) - @overra
  • Add "Component Did Catch" snippet (cdc) - @ghosh
  • Add support for JSX files - @seanmcbreen

1.0.4

  • Add nextProps and nextState to componentWillUpdate

1.0.2

  • Change "Create Class With Constructor" to "Create Class With State"
  • Pass props to constructor and super call
  • Add this.state to constructor
  • Pass prevProps to componentDidUpdate

1.0.1

Complete README with samples

1.0.0

Initial release of Simple React Snippets 🔥