Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

73 lines (44 loc) · 3.69 KB

2.1.36 (November 17th, 2024)

2.1.35 (July 10th, 2024)

2.1.34 (June 1st, 2024)

2.1.32 (January 27th, 2024)

2.1.31 (July 9th, 2023)

  • add eslint to peer dependencies

2.1.3 (July 9th, 2023)

  • fixed the html-has-lang iframe-has-title errors could also appear in situations where we can't discern the base tag (e.g., styled(CustomComponent)`` where CustomComponent is defined in a separate file).

2.1.1 (July 9th, 2023)

  • fixed bug with combined component objects (such as animated.div) which would end up causin html-has-lang and iframe-has-title errors to show where they shouldn't have.

2.1.0 (June 16th, 2023)

2.0.1 (April 27th, 2023)

  • added extends plugin:jsx-a11y to index configuration now that airbnb config is removed, fixing issue with missing rules from react-ally/aribnb config as mentioned here.

2.0.0 (April 25th, 2023)

  • removed eslint conflig airbnb from the plugin so it is more directly aligned with eslint-plugin-jsx-a11y as requested here. Merged here.

0.1.0 (January 6th, 2023)

  • added support for components defined with string syntax (styled('div') instead of styled.div) as requested here. Added test cases for this syntax.

0.0.40 (July 29, 2022)

  • Re-added support for styled components defined within objects while fixing the hang. jsx-ast-utils needed to be upgraded to avoid an error with ChainingExpressions, but using the newer version of jsx-ast-utils may cause issues in some older environments.

0.0.40 (June 16, 2022)

  • Reverted changes from 0.0.37, which were causing eslint to hang.

0.0.38, 0.0.39 (June 12, 2022)

  • Changed the image links in the readme to externally hosted images so they are visible outside github on npm.

0.0.37 (June 2, 2022)

  • Add support for styled components defined as objects. (@pawelglosz in #39)