Releases: emberjs/babel-plugin-ember-template-compilation
Releases · emberjs/babel-plugin-ember-template-compilation
v2.3.0-babel-plugin-ember-template-compilation: Merge pull request #60 from emberjs/release-preview
v2.3.0-babel-plugin-ember-template-compilation: Merge pull request #60 from emberjs/release-preview
Latest
Release (2024-09-09)
babel-plugin-ember-template-compilation 2.3.0 (minor)
🚀 Enhancement
🏠 Internal
babel-plugin-ember-template-compilation
- #59 update dependencies (@patricklx)
Committers: 2
- Edward Faulkner (@ef4)
- Patrick Pircher (@patricklx)
v2.2.5-babel-plugin-ember-template-compilation: Merge pull request #56 from emberjs/release-preview
Release (2024-05-10)
babel-plugin-ember-template-compilation 2.2.5 (patch)
🐛 Bug Fix
babel-plugin-ember-template-compilation
- #53 Problem with generating scope locals (the wire format array) when scope bag (the object) has aliasing properties (non-shorthand) (@NullVoxPopuli)
- #54 fix 🎬 2 (@patricklx)
🏠 Internal
babel-plugin-ember-template-compilation
- #55 replace babel.parse with babel.template.expression.ast (@patricklx)
Committers: 2
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
v2.2.4-babel-plugin-ember-template-compilation: Merge pull request #52 from emberjs/release-preview
Release (2024-05-08)
babel-plugin-ember-template-compilation 2.2.4 (patch)
🐛 Bug Fix
babel-plugin-ember-template-compilation
- #51 Remove extraneous import from
@ember/template-compiler
(@NullVoxPopuli)
- #51 Remove extraneous import from
Committers: 1
v2.2.3-babel-plugin-ember-template-compilation: Merge pull request #48 from emberjs/release-preview
Release (2024-05-03)
babel-plugin-ember-template-compilation 2.2.3 (patch)
🐛 Bug Fix
babel-plugin-ember-template-compilation
- #40
this
should not be added to the scope bag (@NullVoxPopuli)
- #40
🏠 Internal
babel-plugin-ember-template-compilation
- #47 Remove withVersion for ci's pnpm version in the release plan workflows (@NullVoxPopuli)
- #44 setup release-plan (@NullVoxPopuli)
- #45 Switch to pnpm (@NullVoxPopuli)
- #46 Fix
tsc
error on the floating deps test (@NullVoxPopuli) - #43 upgrade babel-import-util to 3.0 (@ef4)
- #42 Update babel-import-util and use it to manage babel bindings more precisely (@ef4)
Committers: 2
- Edward Faulkner (@ef4)
- @NullVoxPopuli
Release 2.2.2
🐛 Bug Fix
- #33 pass correct scope to glimmer (@patricklx)
- #34 fix gts ts imports issue (@patricklx)
Committers: 1
- Patrick Pircher (@patricklx)
Release 2.2.1
🐛 Bug Fix
- #32 Preserve used imports when interoperating with transform-typescript (@patricklx, @ef4)
Committers: 1
- Edward Faulkner (@ef4)
Release 2.2.0
Release 2.1.1
Release 2.1.0
🚀 Enhancement
🐛 Bug Fix
- #25 Don't bring a separate @babel/traverse (@ef4)
- #24 fix: @babel/traverse is a dependency not a dev-dependency (@runspired)
Committers: 3
- Aaron Chambers (@achambers)
- Chris Thoburn (@runspired)
- Edward Faulkner (@ef4)