Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
139 lines (56 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

139 lines (56 loc) · 4.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2019-10-21)

Features

  • allow displayName property in classes (5362281)

3.1.1 (2019-10-10)

Bug Fixes

  • add missing plugin in recommended config (dde83ed)

3.1.0 (2019-10-10)

Features

3.0.0 (2019-10-09)

⚠ BREAKING CHANGES

  • SInce the whitelist was cut short, it would complain when the removed attributes were added to custom component like

Features

2.5.0 (2019-10-08)

Features

  • add more ignored attributes and callee (0f9e2ec)

2.4.0 (2019-10-08)

Features

  • add ignoreAttribute option (c854313)

2.3.1 (2019-09-16)

Bug Fixes

  • whitelist addEventListener and few SVG attributes (46241a6)

2.3.0 (2019-07-26)

Features

  • skip literal in SwitchCase statement (d270343), closes #2

2.2.0 (2019-07-24)

Bug Fixes

  • enhance ExportNamedDeclaration (29e9f29)

Features

  • allow string comparison (a78d150)

2.1.1 (2019-07-24)

2.1.0 (2019-07-11)

Features

2.0.0 (2019-07-10)

Bug Fixes

  • wrongly handle Literal node in VExpressionContainer (dd279c6)

Features

  • dont check literal in export declaration (1527eae)
  • dont check TSLiteralType (fd93861)

refactor

  • use rule selectors to reduce code complexity (28d73ff)

BREAKING CHANGES

  • Disable fix because key in the call i18next.t(key) ussally was not same as the plain text

1.2.0 (2019-06-20)

Features

  • skip checking import(...) (7306038)

1.1.3 (2019-04-08)

Bug Fixes

  • disallow uppercase strings in JSX (715cba4)

1.1.2 (2019-04-08)