Skip to content

Releases: mainmatter/ember-test-selectors

v0.3.5

06 Jul 16:37
Compare
Choose a tag to compare

🐛 Bug Fix

  • #128 Add cacheKey() methods to template transforms. (@Turbo87)

Committers: 2

v0.3.4

30 May 12:55
Compare
Choose a tag to compare
  • Added support for using test selectors in addon components (#116)

v0.3.3

24 Apr 08:25
Compare
Choose a tag to compare
  • Fixed support for ember-cli-babel@6 (#102)

v0.3.2

24 Apr 08:25
Compare
Choose a tag to compare
  • Revert test-support refactoring (#92)

v0.3.1

07 Apr 12:40
Compare
Choose a tag to compare
  • Strip positional data-test-* attributes too (#88)
  • Move library sources to test-support tree (#89)

v0.3.0

27 Mar 23:10
Compare
Choose a tag to compare
  • Added support for ember-cli-babel@6 (#86)

v0.2.1

25 Jan 17:02
Compare
Choose a tag to compare
  • Fixed support for Ember 2.11+ which is freezing attributeBindings now (#59)

v0.2.0

23 Jan 15:24
Compare
Choose a tag to compare
  • Added support for data-test-* attributes without values on components (#55)

v0.1.1

17 Jan 16:09
Compare
Choose a tag to compare
  • Replaced initializer with IIFE in the vendor tree which fixes
    usage in integration tests (#52)
  • Add warning when tagName is empty and data-test-* attributes are used (#53)

v0.1.0

12 Jan 13:17
Compare
Choose a tag to compare
  • Removed unnecessary lodash dependency (#37)
  • Added data-test-* attribute stripping to component and helper
    invocations in Handlebars files (#40)
  • Added strip and deprecated environments options (#42)
  • Added automatic binding for data-test-* properties in components (#27)
  • Simplified testSelector() import to ember-test-helpers (#43)
  • Added Babel plugin that automatically removed data-test-* keys from
    all objects including components and controllers (#45)