Skip to content

v3.1.0

Compare
Choose a tag to compare
@jennasalau jennasalau released this 18 Oct 06:00
· 68 commits to master since this release
  • Added npm lock files
  • Moved npm prePublish script to prepublishOnly
  • Upgraded ESLint to 4.9.0
  • Upgraded ESLint plugin react to 7.4.0
  • Upgraded ESLint plugin import to 2.7.0
  • Upgraded ESLint plugin jsx a11y to 6.0.2
  • Moved peerDepencies into dependencies (now install everything in one go since this is nearly always the case)
  • Added new jsx-a11y/label-has-for rule
  • Added new jsx-a11y/anchor-is-valid rule
  • Added new react/boolean-prop-naming rule
  • Added new react/no-typos rule
  • Changed arrow-body-style, now is turned off
  • Changed arrow-parens, removed require block body
  • Changed keyword-spacing, now has overrides defined
  • Changed react/jsx-no-bind, to be a bit more relaxed
  • Fixed jsx-a11y/href-no-hash deprecated error