Skip to content

Commit 66c74f1

Browse files
committed
fluent-dom 0.4.2
1 parent 11b01f9 commit 66c74f1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

fluent-dom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## fluent-dom 0.4.2
6+
7+
- Minimize attribute churn when retranslating DOM Overlays (#354)
8+
- Minor DOMOverlays alignments with the Gecko implementation.
9+
- fix SyntaxError on Edge (#405)
10+
511
## fluent-dom 0.4.1
612

713
- Package dist files.

fluent-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-dom",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"node": ">=8.9.0"
4040
},
4141
"devDependencies": {
42-
"jsdom": "^14.0.0"
42+
"jsdom": "^15.1.0"
4343
},
4444
"dependencies": {
4545
"cached-iterable": "^0.3"

0 commit comments

Comments
 (0)