File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments