Skip to content

5.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mgechev mgechev released this 12 Mar 19:22
· 161 commits to master since this release

Bug Fixes

  • allow-template-call-expression: allow $any in expressions (#735) (a75c204)
  • no-input-rename: some failures being reported incorrectly (#723) (f692dcb)
  • rule: don't check keyup events for some elements (#772) (a9c4ae9)
  • rule: 'prefer-inline-decorator' limiting the number of options (#787) (31b2b6a)
  • rule: fix spelling error (#753) (512a5bd)
  • rule: remove an astray console.log (#764) (fdcb07a)

Features

  • component-change-detection: add change detection strategy rule (#737) (a23ccde), closes #135
  • rule: accessibility rule for alt text (#741) (0815ec5)
  • rule: add new Rule RelativePathExternalResourcesRule (#725) (f12f27b)
  • rule: anchor element should have content (#742) (6ff8c56)
  • rule: autofocus attribute should not be used (#749) (799382f)
  • rule: click event should be accompanied with key event (#761) (b0b330f)
  • rule: heading and anchor elements should have content (#762) (865ec3b)
  • rule: label accessibility - should have associated control (#739) (76c24fa)
  • rule: mouse events should accompany key events (#759) (3a7b15d)
  • rule: no distracting elements should be used (#760) (6b21a9e)
  • rule: only th element can have scope (#743) (2832615)
  • add template-no-any rule (#755) (77a5e32)
  • rule: tabindex should not be positive (#744) (43902f7)
  • rule: use valid aria rules (#746) (762f67f)