Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
319 lines (117 loc) · 9.2 KB

File metadata and controls

319 lines (117 loc) · 9.2 KB

Change Log

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

10.0.10 (2019-12-12)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.9 (2019-10-16)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.8 (2019-09-26)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.7 (2019-09-04)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.6 (2019-08-27)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.5 (2019-08-14)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.4 (2019-08-13)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.3 (2019-08-13)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.2 (2019-05-29)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.1 (2019-05-08)

Note: Version bump only for package eslint-config-udemy-react-addons

10.0.0 (2019-02-28)

Bug Fixes

  • react/jsx-boolean-value - put "always" option instead of "never". (9630e3a)

BREAKING CHANGES

  • explicit true is now required for boolean prop values.

9.0.0 (2019-01-28)

Features

  • Add proper Prettier + ESLint testing in place. (f60bfb1)

BREAKING CHANGES

  • Previously our eslint --fix was failing to fix certain cases. This has happened since I moved the prettier plugin next to the other plugins within this repositories. That configuration, unlike the initial setup, caused prettier to not be able to override the rules we explicitly set here. Hence, we needed to remove those explicit sets. I also integrated a test step that makes sure we won't mistakenly add any conflicting rules going forward.

8.0.0 (2019-01-28)

Features

  • Add Prettier to ESLInt configuration. (c648b1d)

BREAKING CHANGES

  • Prettier has its own way of formatting the code. Some of the ESLint rules is replaced and your ESLint run would fail after this upgrade.

7.0.0 (2018-12-10)

BREAKING CHANGES

  • We no longer allow <img> tag on JSX. Users need to rely on <Image> base component.

6.0.0 (2018-11-09)

Features

BREAKING CHANGES

  • Upgrade ESLint to ^5.9.0 and require node >=8.12.0 as an engine.

5.0.2 (2018-11-06)

Bug Fixes

  • Peer dependency versions. (7324cfe)

5.0.1 (2018-11-06)

Note: Version bump only for package eslint-config-udemy-react-addons

5.0.0 (2018-06-29)

  • TF-3508 TF-3509 Upgraded @babel/core to 7.0.0-beta.49 (#33) (8195cff)

BREAKING CHANGES

  • You need to depend on @babel/core in your app directly.

  • Publish

4.0.0 (2018-06-26)

Features

BREAKING CHANGES

  • You need to depend on @babel/core in your app directly.

3.3.2 (2018-06-06)

Note: Version bump only for package eslint-config-udemy-react-addons

3.3.1 (2018-06-05)

Note: Version bump only for package eslint-config-udemy-react-addons

3.3.0 (2018-05-01)

Features

  • Introduce jsx-no-literals (86c2b5c)

3.2.0 (2018-04-30)

Features

  • Introduce jsx-no-literals (86c2b5c)

3.1.11 (2018-02-21)

Bug Fixes

  • Enable children curly bracket spacing attribute for jsx-curly-spacing rule. (cb61a10)

3.1.10 (2018-02-07)

Note: Version bump only for package eslint-config-udemy-react-addons

3.1.9 (2018-02-07)

Note: Version bump only for package eslint-config-udemy-react-addons

3.1.8 (2017-12-07)

Note: Version bump only for package eslint-config-udemy-react-addons

3.1.7 (2017-12-05)

Note: Version bump only for package eslint-config-udemy-react-addons

3.1.6 (2017-12-04)

Note: Version bump only for package eslint-config-udemy-react-addons

3.1.5 (2017-12-02)

Note: Version bump only for package eslint-config-udemy-react-addons