-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates Glimmer.js to the latest, and also updates a number of APIs: \## Breaking Changes - Removes `@glimmerx/babel-plugin-component-templates`, replaces it with `@glimmerx/babel-preset` which wraps `@glimmer/babel-preset`. This uses `babel-plugin-htmlbars-inline-precompile`, which is the same inline precompiler used by Ember.js now, so we are synced between the two frameworks. - Removes support for Ember < 3.25, `@glimmerx/component` will only work with versions of Ember that support strict mode. - Adds `@glimmerx/webpack-loader`, which is now required to run before the Babel loader. - Removes `TemplateArgs` export as a type. \## Other Changes - Adds support for `.gts` and `.gjs` - Re-exports `fn` and `on` from Ember for usage in the Ember version of the addons - Implements `helper()` for use in defining helpers in Ember
- Loading branch information
Chris Garrett
committed
Mar 25, 2021
1 parent
116fa29
commit c32ca4b
Showing
150 changed files
with
1,713 additions
and
1,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
packages/@glimmerx/babel-plugin-component-templates/test/ | ||
packages/@glimmerx/babel-preset/test/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.