prettier-plugin-ember-template-tag
Advanced tools
Changelog
v2.0.2 (2024-04-03)
Changelog
v2.0.1 (2024-03-15)
Changelog
v2.0.0 (2023-12-29)
This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!
This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier<sup>1</sup>, you will need to follow the following compatibility table, which also appears in the README for this plugin:
| eslint-plugin-ember | prettier-plugin-ember-template-tag | | ------------------- | ---------------------------------- | | <12 | 1.1.0 | | >=12.0.0-alpha.1 | 2+ |
<sup>1</sup> Neither I nor the Prettier project recommend running Prettier this way.
Additionally, there are some formatting differences in this version as discussed in the following RFCs:
Changelog
v2.0.0-2 (2023-12-29)
Changelog
v2.0.0-1 (2023-12-28)
Changelog
v2.0.0-0 (2023-12-04)
This version is essentially a re-write. We are switching from using ember-template-imports to parse template tags to the more robust content-tag preprocessor. This should result in fewer unhandled cases and other bugs. For example, this plugin can now format route templates from ember-route-template!
This is a breaking change in that we are breaking compatibility with the current version of eslint-plugin-ember. If you are running Prettier via eslint-plugin-ember and eslint-plugin-prettier<sup>1</sup>, you will need to follow the following compatibility table, which also appears in the README for this plugin:
| eslint-plugin-ember | prettier-plugin-ember-template-tag | | ------------------- | ---------------------------------- | | <12 | 1.1.0 | | >=12.0.0-alpha.1 | 2+ |
<sup>1</sup> Neither I nor the Prettier project recommend running Prettier this way.
Changelog
v1.1.0 (2023-09-03)
--plugin
flag to prettier
in CLI (@gitKrystan)