Skip to content

Commit 600354b

Browse files
committed
Build: Prepare 2.21.1 release
1 parent 279abaa commit 600354b

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
2.21.1 / 2024-07-20
3+
==================
4+
5+
### Deprecated
6+
7+
* Assert: Add notice about upcoming change in how [`assert.expect()`](https://qunitjs.com/api/assert/expect/) counts steps for `assert.verifySteps()`. [#1226](https://github.com/qunitjs/qunit/issues/1226)
8+
9+
### Fixed
10+
11+
* Core: Fix missing second frame in QUnit.stack() in Safari. [#1776](https://github.com/qunitjs/qunit/pull/1776)
12+
* Core: Fix stacktrace cleaner to support URLs with host ports. [#1769](https://github.com/qunitjs/qunit/issues/1769)
13+
* HTML Reporter: Fix reversed order after clicking "Hide passed". [#1763](https://github.com/qunitjs/qunit/pull/1763)
14+
* HTML Reporter: Fix encoding of label for urlConfig multi-value item.
15+
216
2.21.0 / 2024-05-29
317
==================
418

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qunit",
33
"title": "QUnit",
44
"description": "The powerful, easy-to-use testing framework.",
5-
"version": "2.21.0-pre",
5+
"version": "2.21.1-pre",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",

0 commit comments

Comments
 (0)