Skip to content

Commit e71f9b4

Browse files
author
Zibi Braniecki
committed
fluent-dom 0.4.0
1 parent 94b846d commit e71f9b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fluent-dom/CHANGELOG.md

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

33
## Unreleased
44

5+
## fluent-dom 0.4.0
6+
57
- Drop support for IE and old evergreen browsers. (#133)
68

79
Currently supported are: Firefox 52+, Chrome 55+, Edge 15+, Safari 10.1+,
@@ -12,6 +14,8 @@
1214
`CachedAsyncIterable` is now available from its own package rather than
1315
from the `fluent` package.
1416

17+
- Modify the constructor to not require `window `element to be passed.
18+
1519
## fluent-dom 0.3.0
1620

1721
- Refactor the overlay sanitization methods into separate functions. (#189)

fluent-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-dom",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)