We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcab0a4 commit 94fde61Copy full SHA for 94fde61
packages/qunit-dom/CHANGELOG.md
@@ -5,6 +5,16 @@
5
6
7
8
+
9
+## v3.1.2 (2024-04-23)
10
11
+#### :bug: Bug Fix
12
+* `qunit-dom`
13
+ * [#2105](https://github.com/mainmatter/qunit-dom/pull/2105) fix(hasStyle): allow using camelCase properties inside assertion object ([@BobrImperator](https://github.com/BobrImperator))
14
15
+#### Committers: 1
16
+- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
17
18
## v3.1.1 (2024-04-09)
19
20
#### :bug: Bug Fix
packages/qunit-dom/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qunit-dom",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
0 commit comments