projecte_ionic/node_modules/@angular-eslint/eslint-plugin-template/CHANGELOG.md
2022-02-09 18:30:03 +01:00

7.4 KiB
Executable file

Change Log

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

12.0.0 (2021-05-13)

Bug Fixes

  • template-parser: add missing Conditional and its keys to VisitorKeys (#445) (5ad0f1a)

Features

4.3.0 (2021-05-12)

Features

  • eslint-plugin-template: add rule accessibility-label-has-associated-control (#392) (0851f3e)

4.2.1 (2021-05-12)

Bug Fixes

  • eslint-plugin-template: no-negated-async message tweak (#427) (08a8330)

4.2.0 (2021-04-28)

Note: Version bump only for package @angular-eslint/eslint-plugin-template

4.1.0 (2021-04-28)

Note: Version bump only for package @angular-eslint/eslint-plugin-template

4.0.0 (2021-04-18)

Features

  • schematics: options for convert-tslint-to-eslint (#419) (18fd863)

3.0.1 (2021-04-18)

Note: Version bump only for package @angular-eslint/eslint-plugin-template

3.0.0 (2021-04-17)

Features

2.1.1 (2021-04-17)

Bug Fixes

  • eslint-plugin-template: [i18n] remove unsafe fix (#411) (3246b8a)

2.1.0 (2021-04-11)

Bug Fixes

  • eslint-plugin: no-call-expression incorrect reports for conditionals (#390) (fa9cc73)
  • eslint-plugin-template: accessibility-elements-content not allowing some attributes/inputs (#397) (ffedaa2)
  • eslint-plugin-template: i18n ignoreTags not being ignored properly (#387) (985f6c2)
  • eslint-plugin-template: i18n reporting when a parent element already contains i18n id (#398) (c937a3f)

2.0.2 (2021-03-16)

Note: Version bump only for package @angular-eslint/eslint-plugin-template

2.0.1 (2021-03-14)

Bug Fixes

  • eslint-plugin-template: conditional-complexity error from bundling (#373) (f466c01)

2.0.0 (2021-03-13)

Bug Fixes

Features

BREAKING CHANGES

  • The format of results output has changed

  • The rule no longer exists for use

  • feat(template-parser): updated use of parseTemplate to improve loc data

  • Requires @angular/compiler 11.2.0 and above

  • feat(schematics): change way indent and quotes are handled by conversion schematics

  • The conversion schematic handle these rules differently

1.2.0 (2021-02-06)

Bug Fixes

  • eslint-plugin-template: accessibility-valid-aria not reporting i… (#278) (391980f)

Features

  • eslint-plugin-template: add no duplicate attributes rule (#302) (c387de5), closes #293

1.1.0 (2021-01-14)

Bug Fixes

  • eslint-plugin-template: conditional-complexity not reporting all cases (#279) (a4fd077)

Features

  • eslint-plugin-template: accessibility-label-for (#268) (49ab76a)