Releases: emberjs/ember-test-helpers
Releases · emberjs/ember-test-helpers
v4.0.4-@ember/test-helpers: Merge pull request #1504 from emberjs/release-preview
Release (2024-09-04)
@ember/test-helpers 4.0.4 (patch)
🐛 Bug Fix
@ember/test-helpers
- #1503 Don't export checkWaiters (@NullVoxPopuli)
🏠 Internal
@ember/test-helpers
- #1503 Don't export checkWaiters (@NullVoxPopuli)
Committers: 1
v4.0.3-@ember/test-helpers: Merge pull request #1501 from emberjs/release-preview
Release (2024-09-03)
@ember/test-helpers 4.0.3 (patch)
🐛 Bug Fix
@ember/test-helpers
,test-app
,type-tests
- #1486 Remove old code that existed for now unsupported ember-sources (2.4, etc) (@NullVoxPopuli)
🏠 Internal
@ember/test-helpers
,test-app
,type-tests
- #1486 Remove old code that existed for now unsupported ember-sources (2.4, etc) (@NullVoxPopuli)
Committers: 1
v4.0.2-@ember/test-helpers: Merge pull request #1488 from emberjs/release-preview
Release (2024-08-23)
@ember/test-helpers 4.0.2 (patch)
🐛 Bug Fix
@ember/test-helpers
- #1487 Add @ember/renderer to externals (@NullVoxPopuli)
Committers: 1
v4.0.1-@ember/test-helpers: Merge pull request #1485 from emberjs/release-preview
Release (2024-08-22)
@ember/test-helpers 4.0.1 (patch)
🐛 Bug Fix
@ember/test-helpers
,test-app
- #1482 Resolve Error: @ember/test-helpers is trying to import from @ember/-internals but that is not one of its explicit dependencies (@NullVoxPopuli)
📝 Documentation
- #1483 Update README.md to reflect TS support (@NullVoxPopuli)
🏠 Internal
test-app
- #1484 Update tests to be compatible with Ember v6 (@NullVoxPopuli)
Committers: 1
v4.0.0-@ember/test-helpers: Merge pull request #1469 from emberjs/release-preview
Release (2024-08-20)
@ember/test-helpers 4.0.0 (major)
💥 Breaking Change
- Other
- #1474 Drop support for TS < 5 (@NullVoxPopuli)
@ember/test-helpers
- #1472 Remove require usage, dropping support for automatic ember-data/setup-container inclusion (@NullVoxPopuli)
🚀 Enhancement
@ember/test-helpers
,test-app
- #1471 V2 Addon Conversion (@NullVoxPopuli)
@ember/test-helpers
- #1472 Remove require usage, dropping support for automatic ember-data/setup-container inclusion (@NullVoxPopuli)
🏠 Internal
@ember/test-helpers
,test-app
,type-tests
- #1476 Don't use a shared lockfile (@NullVoxPopuli)
@ember/test-helpers
- #1477 Add Docs-Generation to CI -- will error if docs get out of sync and provides actionable information towards resolution. (@NullVoxPopuli)
- Other
- #1475 Use strict .npmrc (@NullVoxPopuli)
- #1470 Re-enable try scenarios against 5.10, 5.11-beta and 5.12-canary (@NullVoxPopuli)
test-app
- #1473 Get tests passing w/ Chrome's new selectionchange event behavior (@NullVoxPopuli)
@ember/test-helpers
,test-app
- #1468 Move tests to new test-app (@NullVoxPopuli)
@ember/test-helpers
,type-tests
- #1467 Fix import type via upgrading @tsconfig/ember (@NullVoxPopuli)
Committers: 1
v3.3.1-@ember/test-helpers: Merge pull request #1466 from emberjs/release-preview
Release (2024-07-23)
@ember/test-helpers 3.3.1 (patch)
🐛 Bug Fix
@ember/test-helpers
- #1464 Use the right attribute -
maxlength
instead ofmaxLength
(@shubham88fru) - #1449 this change makes it so strict package managers installing duplicate … (@void-mAlex)
- #1464 Use the right attribute -
📝 Documentation
- #1462 correct git clone url for the repo (@shubham88fru)
- #1451 Update
git clone
command in README.md under contribution (@SergeAstapov)
🏠 Internal
@ember/test-helpers
- #1460 Setup release plan (@NullVoxPopuli)
- #1453 Switch to pnpm, upgrade ember-cli-babel to 8.2 (@NullVoxPopuli)
- #1456 Fix: You attempted to render a path ({{model.post_id}}), but model was not in scope: (@NullVoxPopuli)
- #1454 Test against ember LTS 5.4, and, 5.8 (@NullVoxPopuli)
- Other
- #1457 Expand TypeScript test matrix to v5.5 (@NullVoxPopuli)
- #1455 Pin isbinaryfile (a sub-sub dependency) so we can keep node support (@NullVoxPopuli)
Committers: 4
- Alex (@void-mAlex)
- IAmAPro (@shubham88fru)
- Sergey Astapov (@SergeAstapov)
- @NullVoxPopuli
Release 3.3.0
🚀 Enhancement
- #1446 Support passing IDOMElementDescriptors as targets (@bendemboski)
Committers: 1
- Ben Demboski (@bendemboski)
Release 3.2.1
🐛 Bug Fix
- #1445 Fix ember-canary error/deprecation (@chancancode)
Committers: 1
- Godfrey Chan (@chancancode)
Release 3.2.0
🚀 Enhancement
- #1389 Support
@types
, preview types, and stable types for Ember.js (@gitKrystan)
Committers: 1
- Krystan HuffMenne (@gitKrystan)
- Chris Krycho (@chriskrycho)
Release 3.1.0
🚀 Enhancement
- #1411 adds new workflow file to provide release branches (@MelSumner)
- #1416 Add support for TS 5.0 and 5.1 (@chriskrycho)
🐛 Bug Fix
- #1417 bugfix: handle
null
andundefined
insetProperties
(@chriskrycho)
📝 Documentation
- #1419 Update TS version support in README.md (@chriskrycho)
🏠 Internal
- #1411 adds new workflow file to provide release branches (@MelSumner)
Committers: 2
- Chris Krycho (@chriskrycho)
- Melanie Sumner (@MelSumner)