Skip to content

Releases: angular-eslint/angular-eslint

v1.0.0-beta.1

01 Jan 06:35
Compare
Choose a tag to compare
v1.0.0-beta.1

v1.0.0: Happy New Year!

01 Jan 13:19
Compare
Choose a tag to compare

🎉

The thing the rounded us out to v1 is the ability to create new workspaces which contain no TSLint or Codelyzer at all.

Additionally, versus the pre-releases, the recommended config no longer contains any stylistic rules. It was an oversight that they were in there in the first place.

(If you wish to enable stylistic rules in your lint setup you can always do so in your own config)

Here’s to a great 2021!

v0.8.0-beta.7

22 Dec 17:28
Compare
Choose a tag to compare
  • fix(eslint-plugin-template): consider bindings and switch to query (#250)
  • feat(eslint-plugin): contextual-decorator (#233)
  • fix(eslint-plugin-template): handle 'innerHtml' input properly (#242)
  • fix(eslint-plugin-template): consider autofocus attribute bindings (#234)
  • feat(eslint-plugin-template): click-events-have-key-events (#230)
  • fix: export missing rules and improve config tests (#248)
  • feat(eslint-plugin-template): accessibility-alt-text (#227)

v0.8.0-beta.6

16 Dec 07:56
Compare
Choose a tag to compare

New rule in eslint-plugin-template: accessibility-table-scope
New rule in eslint-plugin-template: accessibility-valid-aria
New rule in eslint-plugin-template: conditional-complexity
New rule in eslint-plugin-template: no-any

v0.8.0-beta.5

09 Dec 11:08
Compare
Choose a tag to compare
  • feat(eslint-plugin-template): use-track-by-functions

v0.8.0-beta.4

09 Dec 08:50
Compare
Choose a tag to compare
  • fix(eslint-plugin-template): components with inline templates and CRLF
  • fix(eslint-plugin): directive-selector does not ignore indentation differences nor work with multiple selectors

v0.8.0-beta.3

28 Nov 11:02
Compare
Choose a tag to compare

Transient dependency issue fixed by updating direct dependency

v0.8.0-beta.2

22 Nov 14:00
Compare
Choose a tag to compare

Fixed no-empty-lifecycle-method message

v0.8.0-beta.1

17 Nov 17:29
Compare
Choose a tag to compare
v0.8.0-beta.1

v0.7.0-beta.1

13 Nov 23:17
Compare
Choose a tag to compare
  • Explicit Angular 11 support