-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
36 additions
and
5 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
8 changes: 7 additions & 1 deletion
8
packages/ember-codemod-ember-render-helpers-to-v1/CHANGELOG.md
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,7 @@ | ||
# Changelog | ||
# ember-codemod-ember-render-helpers-to-v1 | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- Initial release |
3 changes: 1 addition & 2 deletions
3
packages/ember-codemod-ember-render-helpers-to-v1/package.json
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ember-render-helpers | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated `README` | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- Limited Ember support to v3.28 or above | ||
- Limited Node support to v18 or above | ||
- Renamed helpers (these are now suffixed with `-helper`) | ||
|
||
### Minor Changes | ||
|
||
- Converted to v2 addon format | ||
- Provided signatures and template registry for Glint | ||
- Re-exported helpers and types for `<template>` tag | ||
- Updated CI to check that `ember-render-helpers` works on Ember v3.28, 4.x, 5.x, `embroider-safe`, and `embroider-optimized` | ||
|
||
### Patch Changes | ||
|
||
- Modernized tests for helpers |
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