Socket
Socket
Sign inDemoInstall

eslint-plugin-react

Package Overview
Dependencies
Maintainers
2
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react - npm Package Versions

Previous
1
21
Next

3.6.2

Diff

Changelog

Source

[3.6.2] - 2015-10-18

Fixed

  • Fix wrong prop-types detection ([#255][])
yannickcr
published 3.6.1 •

Changelog

Source

[3.6.1] - 2015-10-18

Fixed

  • Fix props validation in constructor ([#254][])
yannickcr
published 3.6.0 •

Changelog

Source

[3.6.0] - 2015-10-18

Added

  • Add support for stateless function components to [display-name][] and [prop-types][] ([#237][])
  • Add callbacksLast option to [jsx-sort-props][] and [jsx-sort-prop-types][] ([#242][] @Daniel15)
  • Add [prefer-es6-class][] rule ([#247][] @hamiltondanielb)

Fixed

  • Fix [forbid-prop-types][] crash with destructured PropTypes ([#230][] @epmatsw)
  • Fix [forbid-prop-types][] to do not modify AST directly ([#249][] @rhysd)
  • Fix [prop-types][] crash with empty destructuring ([#251][])
  • Fix [prop-types][] to not validate computed keys in destructuring ([#236][])

Changed

  • Update dependencies
  • Improve components detection ([#233][])
  • Documentation improvements ([#248][] @dguo)
yannickcr
published 3.5.1 •

Changelog

Source

[3.5.1] - 2015-10-01

Fixed

  • Fix [no-direct-mutation-state][] to report only in React components ([#229][])
  • Fix [forbid-prop-types][] for arrayOf and instanceOf ([#230][])

Changed

  • Documentation improvements ([#232][] @edge)
yannickcr
published 3.5.0 •

Changelog

Source

[3.5.0] - 2015-09-28

Added

  • Add [no-direct-mutation-state][] rule ([#133][], [#201][] @petersendidit)
  • Add [forbid-prop-types][] rule ([#215][] @pwmckenna)

Fixed

  • Fix no-did-mount/update-set-state rules, these rules were not working on ES6 classes

Changed

  • Update dependencies
  • Documentation improvements ([#222][] @Andersos)
yannickcr
published 3.4.2 •

Changelog

Source

[3.4.2] - 2015-09-18

Fixed

  • Only display the jsx-quotes deprecation warning with the default formatter ([#221][])
yannickcr
published 3.4.1 •

Changelog

Source

[3.4.1] - 2015-09-17

Fixed

  • Fix jsx-quotes rule deprecation message ([#220][])
yannickcr
published 3.4.0 •

Changelog

Source

[3.4.0] - 2015-09-16

Added

  • Add namespaced JSX support to [jsx-no-undef][] ([#219][] @zertosh)
  • Add option to [jsx-closing-bracket-location][] to configure different styles for self-closing and non-empty tags ([#208][] @evocateur)

Deprecated

  • Deprecate jsx-quotes rule, will now trigger a warning if used ([#217][])
yannickcr
published 3.3.2 •

Changelog

Source

[3.3.2] - 2015-09-10

Changed

  • Add state in lifecycle methods for [sort-comp][] rule ([#197][] @mathieudutour)
  • Treat component with render which returns createElement as valid ([#206][] @epmatsw)

Fixed

  • Fix allowed methods on arrayOf in [prop-types][] ([#146][])
  • Fix default configuration for [jsx-boolean-value][] ([#210][])
yannickcr
published 3.3.1 •

Changelog

Source

[3.3.1] - 2015-09-01

Changed

  • Update dependencies
  • Update changelog to follow the Keep a CHANGELOG standards
  • Documentation improvements ([#198][] @lencioni)

Fixed

  • Fix [jsx-closing-bracket-location][] for multiline props ([#199][])
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc