File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## @fluent/dom 0.6.0 (August 21, 2019)
4
19
5
20
- Update ` @fluent/dom ` to work with ` @fluent/bundle ` 0.14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/dom" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Fluent bindings for DOM" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments