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 dd40804 commit 9feb11fCopy full SHA for 9feb11f
fluent-dom/CHANGELOG.md
@@ -3,6 +3,12 @@
3
## Unreleased
4
- …
5
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
+
12
## fluent-dom 0.2.0
13
14
- DOM Overlays v2 (#168)
fluent-dom/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fluent-dom",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
0 commit comments