Skip to content

Releases: ember-template-lint/ember-template-lint

Release 5.0.0

19 Nov 18:26
Compare
Choose a tag to compare

๐Ÿ’ฅ Breaking Change

  • #2669 Drop Node 12 and 17 support (@bmish)
  • #2606 Lint embedded templates by default (@NullVoxPopuli)
  • #2671 Enabled additional recommended rules no-aria-unsupported-elements, no-array-prototype-extensions, no-invalid-aria-attributes, no-obscure-array-access, no-scope-outside-table-headings, no-unsupported-role-attributes, require-aria-activedescendant-tabindex, require-mandatory-role-attributes, require-media-caption (@bmish)
  • #2675 Rename no-redundant-landmark-role rule to no-redundant-role and change checkAllHTMLElements option default to true (@bmish)
  • #2054 Rename and narrow rule no-down-event-binding to no-pointer-down-event-binding (@jfdnc)
  • #2674 Change validateValues option default to true in require-lang-attribute rule (@bmish)
  • #2673 Change simplifyHelpers option default to true in no-negated-condition rule (@bmish)
  • #2672 Change maxHelpers option default to 1 in simple-unless rule (@bmish)
  • #2657 Include modifiers in no-restricted-invocations rule (@achambers)

Committers: 4

Release 4.18.2

17 Nov 22:25
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • #2696 Ensure --fix works properly for .gjs/.gts files (@rwjblue)

Committers: 1

Release 4.18.1

15 Nov 12:45
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • #2701 Fix autofixer for value-less attributes and comment order in attribute-order rule (@rob-long)

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 4

Release 4.18.0

08 Nov 01:35
Compare
Choose a tag to compare

Related note: The first v5 preview release is available for testing: v5.0.0-alpha.0.

๐Ÿš€ Enhancement

Committers: 1

Release 5.0.0-alpha.0

03 Nov 16:27
Compare
Choose a tag to compare
Release 5.0.0-alpha.0 Pre-release
Pre-release

Note: v5 release planning taking place in #2319.

๐Ÿ’ฅ Breaking Change

  • #2669 Drop Node 12 and 17 support (@bmish)
  • #2606 Lint embedded templates by default (@NullVoxPopuli)
  • #2671 Enabled additional recommended rules no-aria-unsupported-elements, no-array-prototype-extensions, no-invalid-aria-attributes, no-obscure-array-access, no-scope-outside-table-headings, no-unsupported-role-attributes, require-aria-activedescendant-tabindex, require-mandatory-role-attributes, require-media-caption (@bmish)
  • #2675 Rename no-redundant-landmark-role rule to no-redundant-role and change checkAllHTMLElements option default to true (@bmish)
  • #2054 Rename and narrow rule no-down-event-binding to no-pointer-down-event-binding (@jfdnc)
  • #2674 Change validateValues option default to true in require-lang-attribute rule (@bmish)
  • #2673 Change simplifyHelpers option default to true in no-negated-condition rule (@bmish)
  • #2672 Change maxHelpers option default to 1 in simple-unless rule (@bmish)
  • #2657 Include modifiers in no-restricted-invocations rule (@achambers)

๐Ÿ  Internal

Committers: 4

Release 4.17.0

29 Oct 19:40
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

  • #2653 Add simplifyHelpers option in no-negated-condition rule (@godric3)

๐Ÿ  Internal

Committers: 3

Release 4.16.1

18 Oct 20:07
Compare
Choose a tag to compare

๐Ÿ› Bug Fix

  • #2648 Allow negation with multiple parameters in no-negated-condition rule (@godric3)

Committers: 1

Release 4.16.0

18 Oct 01:57
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

  • #2639 Add autofix for case with helpers to simple-unless rule (@godric3)

๐Ÿ“ Documentation

  • #2643 Clarify default maxHelpers option value for simple-unless rule (@bmish)
  • #2636 Add link to RFC for no-array-prototype-extensions rule (@bmish)

๐Ÿ  Internal

Committers: 3

Release 4.15.0

10 Oct 04:07
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

  • #2629 Add autofixer to simple-unless rule for simplest case (@godric3)

๐Ÿ  Internal

Committers: 2

Release 4.14.0

01 Sep 21:35
Compare
Choose a tag to compare

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

  • #2604 Fix --version to actually give the right value (@rwjblue)

๐Ÿ  Internal

  • #2605 Add concurrency setup to GitHub Actions workflow (@rwjblue)
  • #2602 Update GitHub Actions setup to volta-cli/action@v3 (@rwjblue)

Committers: 2