ember-template-imports 4.1.3 (patch)
ember-template-imports
- #261 Avoid registering babel plugin multiple times. (@SergeAstapov)
ember-template-imports
- #251 Add import path for uniqueId helper (@simonihmig)
ember-template-imports
- #260 Update .npmignore to exclude more unnecessary files (@SergeAstapov)
- #258 Update .npmignore to exclude unnecessary files (@SergeAstapov)
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)
ember-template-imports 4.1.2 (patch)
ember-template-imports
- #244 run babel tests in ci & rm module name (@patricklx)
- #241 add back toc names for inspector (@patricklx)
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)
- Patrick Pircher (@patricklx)
- @NullVoxPopuli
- #236 Use
this.parent
instead ofthis.project
when version checking (@Windvis) - #234 Add project description for intellisense (@runspired)
- #232 docs: use gjs as language for syntax highlighting (@IgnaceMaes)
- Chris Thoburn (@runspired)
- Ignace Maes (@IgnaceMaes)
- Sam Van Campenhout (@Windvis)
- #230 Bump content-tag and add inline_source_map option (@vstefanovic97)
- #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)
- Chris Parry (@Parrryy)
- Edward Faulkner (@ef4)
- Ignace Maes (@IgnaceMaes)
- Patrick Pircher (@patricklx)
- Vuk (@vstefanovic97)
- @NullVoxPopuli
- #187 Use content-tag, which fixes all the bugs (@NullVoxPopuli)
Additionally,
- 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.
- for tooling authors, all exports have been removed. Use
- #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)
- #187 Use content-tag, which fixes all the bugs (@NullVoxPopuli)
- #190 Add explicit support for Ember 4.12 and 5.x (@NullVoxPopuli)
- #191 Remove
ie 11
from browser targets indummy
app (@bertdeblock) - #136 bump glimmer/syntax to latest (@hmajoros)
- #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)
- #191 Remove
ie 11
from browser targets indummy
app (@bertdeblock) - #140 Fix build against Ember v5 (@chriskrycho)
- 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
- #110 Fix unnecessary addition of sourcemaps - Closes #108 (@wagenet)
- #87 Remove ember-cli-htmlbars from peerDependencies (@SergeAstapov]
- Peter Wagenet (@wagenet)
- Sergey Astapov (@SergeAstapov)
- #83 feat: adds tagName to TemplateTag (@gabrielcsapo)
- #82 feat: adds default exports to avoid importing from nested paths (@gabrielcsapo)
- #80 readme: update example neovim link (@NullVoxPopuli)
- Gabriel Csapo (@gabrielcsapo)
- @NullVoxPopuli
- Robert Jackson (@rwjblue)
- #75 chore: converts util to typescript (@gabrielcsapo)
- #77 feat: move over utils from ember-template-lint (@gabrielcsapo)
- Gabriel Csapo (@gabrielcsapo)
- #74 Provide the contents of the parsed template when calling
parseTemplates
(@gabrielcsapo) - #73 Do not require parent addon to include ember-cli-htmlbars (@gabrielcsapo)
- #56 internal: set up Dependabot (@chriskrycho)
- Chris Krycho (@chriskrycho)
- Gabriel Csapo (@gabrielcsapo)
- #51 Stop trying to tokenize regexes to avoid confusing bug caused by division appearing in a file before a tag (@lukemelia)
- #54 Fix build failures due to backticks within in template tags (@lukemelia)
- #55 Fix parse function comments (@backspace)
- Buck Doyle (@backspace)
- Luke Melia (@lukemelia)
- @NullVoxPopuli
- Robert Jackson (@rwjblue)
- #47 Update
TemplateLiteralMatch
to include sourceimportPath
andimportIdentifier
(@nlfurniss) - Nathaniel Furniss (@nlfurniss)
- #40 Improve parallelization in CI (@chriskrycho)
- Chris Krycho (@chriskrycho)
- @ventuno
- #34 Fix broken link (@kaermorchen)
- #24 start a README section for editor integration links (@ef4)
- #32 Fix missing quotes in reference-imports section (@NullVoxPopuli)
- Edward Faulkner (@ef4)
- Robert Jackson (@rwjblue)
- Stanislav Romanov (@kaermorchen)
- @NullVoxPopuli
- @ventuno
- #30 declare magic string dependency (@NullVoxPopuli)
- #29 Do not add the babel plugin if it's already present (@NullVoxPopuli)
- #27 Add reference for built-in helpers/modifiers/components (@NullVoxPopuli)
- Dan Freeman (@dfreeman)
- Chris Garrett (@pzuraq)
- Chris Garrett (@pzuraq)
- Eric Kelly (@HeroicEric)
- Chris Garrett (@pzuraq)
- James C. Davis (@jamescdavis)