Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

75 lines (41 loc) · 3.61 KB

Changelog

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

4.0.0 (2022-09-21)

⚠ BREAKING CHANGES

  • bumping our lint config
  • dropping node <12 support

Features

  • svg-aria-required: create rule for svg aria labels (313cbb8)
  • bumping node version (18c0e25)

Bug Fixes

3.0.2 (2021-03-23)

Bug Fixes

  • handle adjacent mustache statements (32aa408)

3.0.1 (2021-03-23)

Bug Fixes

  • extend from 2.X recommended config (692e800)

3.0.0 (2021-03-15)

Features

  • add require-purgeable-class-names rule (aa76c23)

2.1.0 (2021-02-08)

Features

  • added , tags to forbidden, this is to prevent these tags being used. This is out of spec with HTML5 and causes accessiblity concerns (576974f)

Bug Fixes

2.0.0 (2020-08-11)

⚠ BREAKING CHANGES

  • deps: Bump minimum version of ember-template-lint tested against to 2.0.0

  • deps: upgrade ember-template-lint dependency (49ee06b)

1.1.0 (2019-11-07)

Features

Bug Fixes

  • indicate which files should be published (96830b4)

1.0.0 (2019-11-01)

Features

  • add no-expression-like-strings rule (3633aff)