Skip to content

Releases: ArnaudBarre/eslint-plugin-react-refresh

v0.4.14

24 Oct 18:14
Compare
Choose a tag to compare
  • Warn if a context is exported alongside a component (fixes #53). Thanks @IgorAufricht!

v0.4.13

19 Oct 22:59
Compare
Choose a tag to compare
  • Support for react-redux connect (export default connect(mapStateToProps, mapDispatchToProps)(MyComponent)) (fixes #51)
  • Support for Arbitrary Module Identifiers syntax (fixes #52)

v0.4.12

14 Sep 10:08
Compare
Choose a tag to compare
  • Support type assertion on default export (fixes #48)
  • Add default export to fix usage with jiti (fixes #50)

v0.4.11

22 Aug 10:18
Compare
Choose a tag to compare
  • Ignore type exports (ex. export type foo = string;) (fixes #47)

v0.4.10

20 Aug 18:51
7101b09
Compare
Choose a tag to compare
  • Support function Foo() {}; export default React.memo(Foo) (#46) (thanks @SukkaW!)

v0.4.9

21 Jul 15:10
897a11d
Compare
Choose a tag to compare
  • Support function Foo() {}; export default memo(Foo) (fixes #44) (thanks @SukkaW!)

v0.4.8

09 Jul 23:33
Compare
Choose a tag to compare
  • Support export const foo = -1 with allowConstantExport (fixes #43)

v0.4.7

09 May 11:15
Compare
Choose a tag to compare
  • Support export { Component as default } (fixes #41)

v0.4.6

13 Mar 08:52
Compare
Choose a tag to compare
  • Ignore cypress test files (#39)

v0.4.5

02 Dec 20:22
Compare
Choose a tag to compare
  • Allow TaggedTemplateExpression for styled components (fixes #32)