Skip to content

Releases: NogsMPLS/babel-plugin-transform-react-remove-statics

v0.0.5

12 Feb 21:47
Compare
Choose a tag to compare

refactored some of the stateless component code: b580375 changes based off of: oliviertassinari/babel-plugin-transform-react-remove-prop-types@553f30d

added some rudimentary support for destructured React Component syntax: 8683123

import { Component } from "react"

Should work now. Aliasing however is does not work currently.

v0.0.4

12 Feb 17:07
Compare
Choose a tag to compare

Support for stateless components when createElement is destructured from import: 6d56705

v0.0.3

12 Feb 16:04
Compare
Choose a tag to compare
  • Small JS style fix: 7928c33
  • Removed src directory from npm package: a128d30

v0.0.2

11 Feb 23:25
Compare
Choose a tag to compare

Added support for stateless components that return React.createElement and not just JSX.

v0.0.1

11 Feb 22:21
Compare
Choose a tag to compare

Initial release of Babel Plugin Transform React Remove Statics.