Skip to content

Commit 4f936b9

Browse files
author
Zibi Braniecki
committed
fluent-dom 0.2.0
1 parent c9653e2 commit 4f936b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

fluent-dom/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## Unreleased
44
-
55

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+
614
## fluent-dom 0.1.0
715

816
- Extend formatWithFallback to accept async iterator (#46)

fluent-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-dom",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)