We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9653e2 commit 4f936b9Copy full SHA for 4f936b9
fluent-dom/CHANGELOG.md
@@ -3,6 +3,14 @@
3
## Unreleased
4
- …
5
6
+## fluent-dom 0.2.0
7
+
8
+ - DOM Overlays v2 (#168)
9
+ Major refactor of DOM Overlays allowing developers to provide node elements as attributes.
10
+ - Refactored error reporting (#160)
11
+ - Fixed a minor bug which caused an extranous retranslation when `data-l10n-id` was
12
+ being removed from an element.
13
14
## fluent-dom 0.1.0
15
16
- Extend formatWithFallback to accept async iterator (#46)
fluent-dom/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fluent-dom",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
0 commit comments