Skip to content

Commit f41d910

Browse files
committed
@fluent/dom 0.7.0
1 parent 822b4cc commit f41d910

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

fluent-dom/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## @fluent/dom 0.7.0 (July 2, 2020)
4+
5+
- Remove the `compat.js` build and compile everything to ES2018. (#472, #474)
6+
7+
The source code is now compiled by the TypeScript's compiler, `tsc`, to
8+
ES2018 files in the `esm/` directory. These files are then bundled into a
9+
single `index.js` UMD file without any further transpilation.
10+
11+
The `compat.js` build (available as `@fluent/dom/compat`) was removed.
12+
Please use your own transpilation pipeline if ES2018 is too recent for
13+
your project.
14+
15+
Refer to https://github.com/projectfluent/fluent.js/wiki/Compatibility
16+
for more information
17+
318
## @fluent/dom 0.6.0 (August 21, 2019)
419

520
- Update `@fluent/dom` to work with `@fluent/bundle` 0.14

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

0 commit comments

Comments
 (0)