Skip to content

Latest commit

 

History

History
466 lines (323 loc) · 32.8 KB

File metadata and controls

466 lines (323 loc) · 32.8 KB

Changelog

Release (2026-04-01)

  • prettier-plugin-ember-template-tag 2.1.4 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag
    • #425 fix: externalize prettier/plugins/estree to prevent comment formatting crash (@lifeart)

🏠 Internal

  • prettier-plugin-ember-template-tag

Committers: 2

Release (2025-12-11)

  • prettier-plugin-ember-template-tag 2.1.3 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag
    • #418 Mark dependencies as external and revert to outputting CJS only (@evoactivity)

🏠 Internal

Committers: 1

Release (2025-11-30)

prettier-plugin-ember-template-tag 2.1.2 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag

Committers: 1

Release (2025-11-29)

prettier-plugin-ember-template-tag 2.1.1 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag

Committers: 1

Release (2025-07-23)

prettier-plugin-ember-template-tag 2.1.0 (minor)

🚀 Enhancement

  • prettier-plugin-ember-template-tag

🏠 Internal

Committers: 3

Release (2025-06-05)

prettier-plugin-ember-template-tag 2.0.6 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag

🏠 Internal

  • prettier-plugin-ember-template-tag

Committers: 2

Release (2025-03-31)

prettier-plugin-ember-template-tag 2.0.5 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag
    • #341 Fix implied export default with satisfies (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-11-06)

prettier-plugin-ember-template-tag 2.0.4 (patch)

🐛 Bug Fix

  • prettier-plugin-ember-template-tag

Committers: 1

Release (2024-11-06)

prettier-plugin-ember-template-tag 2.0.3 (patch)

🏠 Internal

Committers: 2

v2.0.2 (2024-04-03)

🐛 Bug Fix

🏠 Internal

Committers: 1

v2.0.1 (2024-03-15)

🐛 Bug Fix

  • #253 Fix errors when components contain multi-byte characters (@patricklx)

🤖 Dependencies

Committers: 1

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-prettier1, 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+

1 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:

💥 Breaking Change

💥 Breaking Change / 🚀 Enhancement / 🤖 Dependencies

🚀 Enhancement

  • #178 Disable minification for easier debugging.

🤖 Dependencies

Committers: 3

v2.0.0-2 (2023-12-29)

🐛 Bug Fix

Committers: 1

v2.0.0-1 (2023-12-28)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

🤖 Dependencies

Committers: 1

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-prettier1, 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+

1 Neither I nor the Prettier project recommend running Prettier this way.

💥 Breaking Change

💥 Breaking Change / 🚀 Enhancement / 🤖 Dependencies

  • #162, #178, #185, and #180 Replace ember-template-imports with content-tag. As a result, we were also able to remove dependencies on ember-cli-htmlbars and @glimmer/syntax. (@patricklx, @gitKrystan)

🚀 Enhancement

  • #178 Disable minification for easier debugging.

🤖 Dependencies

Committers: 3

v1.1.0 (2023-09-03)

🐛 Bug Fix

  • #125 Add more detail to languages array (possibly simplifying VSCode setup!) (@gitKrystan)

🏠 Internal

  • #124 Add acceptance testing and document passing --plugin flag to prettier in CLI (@gitKrystan)
  • Various dependency upgrades

Committers: 1

v1.0.2 (2023-08-09)

🐛 Bug Fix

  • #103 Remove npx only-allow pnpm preinstall hook and devDep (@chrisrng)

Committers: 1

v1.0.1 (2023-08-08)

🐛 Bug Fix

  • #93 Add only-allow to devDependencies so it does not require network (@chriskrycho)

Committers: 1

v1.0.0 (2023-07-25)

🏠 Internal

  • #83 Add tests for using template tag within render in a test (@gitKrystan)

Committers: 1

v1.0.0-0 (2023-07-25)

💥 Breaking Change

📝 Documentation

🏠 Internal

Committers: 3

v0.3.2 (2023-02-01)

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.3.1 (2023-02-01)

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.3.0 (2022-11-28)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.2.1 (2022-11-19)

🐛 Bug Fix

  • #36 Fix bug where parsing template on newline caused syntax error (@gitKrystan)

Committers: 1

v0.2.0 (2022-11-19)

💥 Breaking Change

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

🚀 Enhancement

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

📝 Documentation

  • #35 Print template tags on separate lines for "default" templates (@gitKrystan)

🏠 Internal

Committers: 1

v0.1.1 (2022-11-16)

🐛 Bug Fix

Committers: 1

v0.1.0 (2022-11-16)

💥 Breaking Change