Skip to content

Latest commit

 

History

History
349 lines (114 loc) · 11.7 KB

File metadata and controls

349 lines (114 loc) · 11.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2024-02-16)

Features

4.3.2 (2023-11-16)

Note: Version bump only for package @strv/eslint-config-react

4.3.1 (2023-07-11)

Note: Version bump only for package @strv/eslint-config-react

4.3.0 (2023-07-06)

Features

  • set max-len to 120 👏 (0d3d355)

4.2.0 (2022-07-18)

Features

4.1.0 (2022-03-23)

Features

  • rule: support ESLint v8, many new rules 🎉 (aaf5708)

4.0.0 (2021-09-07)

Note: Version bump only for package @strv/eslint-config-react

4.0.0-alpha.7 (2021-09-07)

Bug Fixes

  • react jsx max depth (1390e9b)
  • rule: use correct semver ranges for engines.node 🤦‍♂️ (5f1737f)

chore

  • deps: upgrade all deps 💣 (3a827aa)
  • repo: bump minimum Node.js version (a8125c2)

BREAKING CHANGES

  • repo: All packages must now be used with a minimum of Node.js 14 or 16.
  • deps: Most dependencies have been upgraded to a newer major version. Most of the time these upgrades dropped support for old Node.js versions.

4.0.0-alpha.6 (2021-05-05)

Features

  • eslint-react: upgrade to @babel/eslint-parser (3de8997)

4.0.0-alpha.5 (2021-03-27)

Note: Version bump only for package @strv/eslint-config-react

4.0.0-alpha.4 (2021-03-23)

Features

  • eslint-react: update deps 💣 (3d1c6d5)
  • eslint-react: update rules (37831f3)

4.0.0-alpha.3 (2021-02-03)

Features

  • eslint-react: upgrade deps 💣 (8c1f185)

4.0.0-alpha.2 (2020-10-09)

Note: Version bump only for package @strv/eslint-config-react

4.0.0-alpha.1 (2020-10-09)

Note: Version bump only for package @strv/eslint-config-react

4.0.0-alpha.0 (2020-10-09)

Features

  • eslint-react: upgrade plugins to latest versions (169c60a)

BREAKING CHANGES

  • eslint-react: The minimum ESLint version is now v7. Some plugins contain breaking changes as well, please review their changelogs for detailed information.

3.1.2 (2020-04-22)

Note: Version bump only for package @strv/eslint-config-react

3.1.1 (2020-02-11)

Note: Version bump only for package @strv/eslint-config-react

3.1.0 (2020-02-07)

Features

  • eslint-react: upgrade all plugins (e9ae66d)

3.0.3 (2019-09-25)

Note: Version bump only for package @strv/eslint-config-react

3.0.2 (2019-08-27)

Note: Version bump only for package @strv/eslint-config-react

3.0.1 (2019-08-24)

Note: Version bump only for package @strv/eslint-config-react

3.0.0 (2019-06-22)

Features

  • drop support for Node.js 6 & 8 (4add1ff)
  • explicitly mark configs as ESLint v6 compatible 🎉 (017d975)

BREAKING CHANGES

  • From now on, all ESLint plugins will only work on projects running Node.js 10 and above and the linter itself must be run using Node.js 10 and above.

2.1.1 (2019-05-27)

Bug Fixes

  • order of arguments for state-in-constructor (44c1121)

2.1.0 (2019-04-30)

Features

  • improve handling of extensions across all ESLint configs (08aa00a), closes #19

2.0.1 (2019-04-16)

Bug Fixes

  • eslint-react: use correct rule name for jsx-a11y/no-onchange 🤦‍♂️ (47bfb8c)

2.0.0 (2019-04-09)

Bug Fixes

  • eslint-react: add base style extending (9993e50)
  • eslint-react: eslint warnings (8d146a1)
  • eslint-react: package.json properties order (4330aeb)

chore

  • eslint-react: add readme (7f972b8)

Features

  • eslint-react: add eslint-plugin-react-hooks (823e9ce)
  • eslint-react: add optional ruleset (26478d0)
  • eslint-react: add React quality and stylistic rules (d1be329)
  • eslint-react: merge accessibility to main config (9cf3705)
  • eslint-react: remove config properties (fe217d6)
  • eslint-react: return react/no-danger rule (7798ab0)
  • eslint-react: update require and add rule (b9cedda)

BREAKING CHANGES

  • eslint-react: This ruleset has received significant changes to its rules and their levels which are hard to document in an easy and digestible manner. When upgrading, please be prepared for potentially getting several new errors & warnings.

1.0.2 (2019-04-05)

Bug Fixes

  • drop react/jsx-filename-extension rule 🔥 (e99c967), closes #13
  • faulty config in eslint-config-react/style (c7011ea)

1.0.1 (2019-03-07)

Note: Version bump only for package @strv/eslint-config-react

1.0.0 (2019-03-04)

Note: Version bump only for package @strv/eslint-config-react

0.1.1-alpha.0 (2019-02-07)

Bug Fixes

  • add missing react/accessibility ruleset 😇 (3f617ca)
  • ESLint config semver range (df3904d)

Features

  • implement @strvcom/eslint-config-react 🚀 (e73312b)
  • implement style rulesets for all configs 🚀 (10c2aa0)
  • include LICENSE file (e1eac9a)
  • resolve eslint's extends using standard module resolution (9a1aa2c)