Releases: ember-cli/ember-template-imports
Releases · ember-cli/ember-template-imports
Release 4.2.0
ember-template-imports 4.2.0 (minor)
🚀 Enhancement
ember-template-imports
- #264 Upgrade content-tag to v3 (@NullVoxPopuli)
Committers: 1
v4.1.3-ember-template-imports
🐛 Bug Fix
ember-template-imports
- #261 Avoid registering babel plugin multiple times. (@SergeAstapov)
📝 Documentation
ember-template-imports
- #251 Add import path for uniqueId helper (@simonihmig)
🏠 Internal
ember-template-imports
- #260 Update .npmignore to exclude more unnecessary files (@SergeAstapov)
- #258 Update .npmignore to exclude unnecessary files (@SergeAstapov)
Committers: 2
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)
v4.1.2-ember-template-imports: Prepare Release using 'release-plan' (#248)
Release (2024-09-24)
ember-template-imports 4.1.2 (patch)
🐛 Bug Fix
ember-template-imports
- #244 run babel tests in ci & rm module name (@patricklx)
- #241 add back toc names for inspector (@patricklx)
🏠 Internal
ember-template-imports
- #246 Add release plan (@NullVoxPopuli)
- #247 Move local tooling to pnpm 9 (@NullVoxPopuli)
- #245 Pin volta toolchain for local usage (@NullVoxPopuli)
- #244 run babel tests in ci & rm module name (@patricklx)
Committers: 2
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
Release 4.1.1
🐛 Bug Fix
- #236 Use
this.parent
instead ofthis.project
when version checking (@Windvis) - #234 Add project description for intellisense (@runspired)
📝 Documentation
- #232 docs: use gjs as language for syntax highlighting (@IgnaceMaes)
Committers: 3
- Chris Thoburn (@runspired)
- Ignace Maes (@IgnaceMaes)
- Sam Van Campenhout (@Windvis)
Release 4.1.0
🚀 Enhancement
- #230 Bump content-tag and add inline_source_map option (@vstefanovic97)
📝 Documentation
🏠 Internal
- #211 Add failing test for v4 / content-tag not respecting imports, demonstrate fix by rolling for a new lockfile and cleaning up resulting peer errors (@NullVoxPopuli)
- #155 Incorrectly parses some regular expressions (@ef4)
- #174 add failing test for #171 (@patricklx)
- #210 Upgrade and fix lint deps (@NullVoxPopuli)
- #209 Remove unused dependencies as well as template-lint (@NullVoxPopuli)
- #208 upgrade test dependencies (@NullVoxPopuli)
Committers: 6
- Chris Parry (@Parrryy)
- Edward Faulkner (@ef4)
- Ignace Maes (@IgnaceMaes)
- Patrick Pircher (@patricklx)
- Vuk (@vstefanovic97)
- @NullVoxPopuli
Release 4.0.0
💥 Breaking Change
- #187 Use content-tag, which fixes all the bugs (@NullVoxPopuli)
Additionally,- ember-cli-babel v8.2+ is required
- ember-cli-htmlbars v6.3+ is required
- for tooling authors, all exports have been removed. Use
content-tag
for your<template>
parsing / location mapping needs. - for v1 addon and app users, this change fixes parsing bugs but otherwise should not be noticeable.
- for v2 addon users, you're already using
content-tag
if you're usingaddon.gjs()
from@embroider/addon-dev
, and this change doesn't affect v2 addons.
- #146 [Cleanup] Remove all traces of hbs (@NullVoxPopuli)
The only supported strict-mode syntax is now<template>
. See emberjs/rfcs#779 - #138 Update to support only Node 16 and 18 (@chriskrycho)
🚀 Enhancement
- #187 Use content-tag, which fixes all the bugs (@NullVoxPopuli)
- #190 Add explicit support for Ember 4.12 and 5.x (@NullVoxPopuli)
🐛 Bug Fix
- #191 Remove
ie 11
from browser targets indummy
app (@bertdeblock) - #136 bump glimmer/syntax to latest (@hmajoros)
📝 Documentation
- #179 Fix(docs): add missing
extends Component
in readme example (@StephanH90) - #176 fix: add eslint-plugin-ember support version (@IgnaceMaes)
- #169 docs: prepare for stabilization (@chriskrycho)
🏠 Internal
- #191 Remove
ie 11
from browser targets indummy
app (@bertdeblock) - #140 Fix build against Ember v5 (@chriskrycho)
Committers: 9
- Bert De Block (@bertdeblock)
- Charles Fries (@charlesfries)
- Chris Krycho (@chriskrycho)
- Ewan McDougall (@mrloop)
- Hank Majoros (@hmajoros)
- Ignace Maes (@IgnaceMaes)
- Sam Van Campenhout (@Windvis)
- @NullVoxPopuli
- @StephanH90
Release 3.4.2
🐛 Bug Fix
🏠 Internal
- #141 Fix build against Ember v5 (@chriskrycho)
Committers: 2
- Chris Krycho (@chriskrycho)
- Hank Majoros (@hmajoros)
Release 3.4.1
🐛 Bug Fix
- #110 Fix unnecessary addition of sourcemaps - Closes #108 (@wagenet)
- #87 Remove ember-cli-htmlbars from peerDependencies (@SergeAstapov]
📝 Documentation
Committers: 2
- Peter Wagenet (@wagenet)
- Sergey Astapov (@SergeAstapov)
Release 3.4.0
🚀 Enhancement
- #83 feat: adds tagName to TemplateTag (@gabrielcsapo)
- #82 feat: adds default exports to avoid importing from nested paths (@gabrielcsapo)
📝 Documentation
- #80 readme: update example neovim link (@NullVoxPopuli)
Committers: 2
- Gabriel Csapo (@gabrielcsapo)
- @NullVoxPopuli