12.0.0 (2021-05-13)
Bug Fixes
- template-parser: add missing
Conditional
and its keys toVisitorKeys
(#445) (5ad0f1a) - eslint-plugin-template: no-negated-async no longer performs equality checks (#399)
Features
- update tslint-to-eslint-config to 2.4.0 (7352ad2)
- eslint-plugin-template: add rule eqeqeq (#444) (e15148c)
- update eslint to ^7.26.0, @typescript-eslint to 4.23.0 (9e31c38)
BREAKING CHANGES
-
update to angular v12 (c80008d)
- All packages now require the use of Angular CLI >= 12.0.0 < 13
-
eslint-plugin-template: no-negated-async no longer performs equality checks (#399)
- You should add the new
@angular-eslint/template/eqeqeq
rule to your config if you want to continue with the same functionality around equality checks. This will be applied for you byng update
automatically.
- You should add the new