Skip to content

Commit 9feb11f

Browse files
author
Zibi Braniecki
committed
fluent-dom 0.3.0
1 parent dd40804 commit 9feb11f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fluent-dom/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## Unreleased
44
-
55

6+
## fluent-dom 0.3.0
7+
- Refactor the overlay sanitization methods into separate functions. (#189)
8+
- Separate out CachedIterable and CachedAsyncIterable, and add a param to touchNext. (#191)
9+
- Localization.formatValues should accept an array of objects. (#198)
10+
- Allow adding and removing resource Ids from a Localization. (#197)
11+
612
## fluent-dom 0.2.0
713

814
- DOM Overlays v2 (#168)

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.2.0",
3+
"version": "0.3.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)