Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Oct 12, 2023
1 parent 0c4396e commit 65eb5b9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
46 changes: 45 additions & 1 deletion packages/qunit-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,51 @@



## v3.0.0-rc.2 (2023-10-07)

## v3.0.0 (2023-10-12)

#### :boom: Breaking Change
* [#2031](https://github.com/mainmatter/qunit-dom/pull/2031) Drop ember qunit less than v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :rocket: Enhancement
* [#2027](https://github.com/mainmatter/qunit-dom/pull/2027) Prepare for V2 Addon conversion. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1481](https://github.com/mainmatter/qunit-dom/pull/1481) Fix `hasAria()` docs and add `hasNoAria()` and `lacksAria()` aliases ([@jamescdavis](https://github.com/jamescdavis))

#### :memo: Documentation
* [#1348](https://github.com/mainmatter/qunit-dom/pull/1348) Update Build Status badge: Travis -> GH Actions ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* `qunit-dom`
* [#2066](https://github.com/mainmatter/qunit-dom/pull/2066) Switch to Vitest because it supports ESM ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#1885](https://github.com/mainmatter/qunit-dom/pull/1885) chore(deps): update pnpm to v8 ([@renovate[bot]](https://github.com/apps/renovate))
* [#2055](https://github.com/mainmatter/qunit-dom/pull/2055) chore(release): copy static LICENSE and README into the package during build ([@BobrImperator](https://github.com/BobrImperator))
* `qunit-dom`, `test-app`, `test-vite-app`
* [#2054](https://github.com/mainmatter/qunit-dom/pull/2054) Move everything to the packages/ folder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#2061](https://github.com/mainmatter/qunit-dom/pull/2061) chore(ci): use volta-cli github action for node and pnpm setup ([@BobrImperator](https://github.com/BobrImperator))
* [#1801](https://github.com/mainmatter/qunit-dom/pull/1801) Add eslint-plugin-jest ([@bmish](https://github.com/bmish))
* [#1696](https://github.com/mainmatter/qunit-dom/pull/1696) chore: downgrade [email protected] to 13.2.4 ([@BobrImperator](https://github.com/BobrImperator))
* [#1600](https://github.com/mainmatter/qunit-dom/pull/1600) package.json: Specify `packageManager` field ([@Turbo87](https://github.com/Turbo87))
* [#1598](https://github.com/mainmatter/qunit-dom/pull/1598) tests: Remove `global` usage ([@Turbo87](https://github.com/Turbo87))
* [#1574](https://github.com/mainmatter/qunit-dom/pull/1574) Remove `.pnpm-debug.log` file ([@Turbo87](https://github.com/Turbo87))
* [#1573](https://github.com/mainmatter/qunit-dom/pull/1573) CI: Update Node.js versions ([@Turbo87](https://github.com/Turbo87))
* [#1572](https://github.com/mainmatter/qunit-dom/pull/1572) Remove `engines` declaration from `package.json` ([@Turbo87](https://github.com/Turbo87))
* [#1491](https://github.com/mainmatter/qunit-dom/pull/1491) Fix `documentation` integration ([@Turbo87](https://github.com/Turbo87))
* [#1434](https://github.com/mainmatter/qunit-dom/pull/1434) Revert "Update embroider monorepo to v0.50.2 (minor)" ([@Turbo87](https://github.com/Turbo87))
* [#1327](https://github.com/mainmatter/qunit-dom/pull/1327) Update dependency ember-source to v4 ([@renovate[bot]](https://github.com/apps/renovate))
* [#1365](https://github.com/mainmatter/qunit-dom/pull/1365) Ember.js: Declare `octane` edition compatibility ([@Turbo87](https://github.com/Turbo87))
* [#1361](https://github.com/mainmatter/qunit-dom/pull/1361) Use `pnpm` package manager ([@Turbo87](https://github.com/Turbo87))
* [#1360](https://github.com/mainmatter/qunit-dom/pull/1360) CI: Add Ember 3.28 scenario ([@Turbo87](https://github.com/Turbo87))
* [#1216](https://github.com/mainmatter/qunit-dom/pull/1216) CI: Fix `release` job ([@Turbo87](https://github.com/Turbo87))
* [#1217](https://github.com/mainmatter/qunit-dom/pull/1217) Remove duplicate `ember-cli-babel` dependency ([@Turbo87](https://github.com/Turbo87))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- James C. Davis ([@jamescdavis](https://github.com/jamescdavis))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v3.0.0-rc.1 (2023-10-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qunit-dom",
"version": "3.0.0-rc.2",
"version": "3.0.0",
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
Expand Down

0 comments on commit 65eb5b9

Please sign in to comment.