Skip to content

Releases: ember-template-imports/ember-template-imports

Release 4.1.1

14 May 12:22
80d3a8b
Compare
Choose a tag to compare

πŸ› Bug Fix

  • #236 Use this.parent instead of this.project when version checking (@Windvis)
  • #234 Add project description for intellisense (@runspired)

πŸ“ Documentation

Committers: 3

Release 4.1.0

05 Feb 18:29
Compare
Choose a tag to compare

πŸš€ Enhancement

πŸ“ Documentation

  • #231 add import guide for components, helpers, modifiers (@Parrryy)

🏠 Internal

Committers: 6

Release 4.0.0

18 Oct 03:43
Compare
Choose a tag to compare

πŸ’₯ 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 using addon.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

πŸ› Bug Fix

πŸ“ Documentation

🏠 Internal

Committers: 9

Release 3.4.2

27 Mar 17:04
047203f
Compare
Choose a tag to compare

πŸ› Bug Fix

🏠 Internal

Committers: 2

Release 3.4.1

30 Jan 16:00
7d395a2
Compare
Choose a tag to compare

πŸ› Bug Fix

πŸ“ Documentation

Committers: 2

Release 3.4.0

09 Nov 20:43
Compare
Choose a tag to compare

πŸš€ Enhancement

πŸ“ Documentation

Committers: 2

Release 3.3.1

26 Oct 22:23
Compare
Choose a tag to compare

πŸ› Bug Fix

Committers: 1

Release 3.3.0

26 Oct 21:06
Compare
Choose a tag to compare

🏠 Internal

Committers: 1

Release 3.2.0

25 Oct 18:54
Compare
Choose a tag to compare

πŸš€ Enhancement

  • #74 Provide the contents of the parsed template when calling parseTemplates (@gabrielcsapo)
  • #73 Do not require parent addon to include ember-cli-htmlbars (@gabrielcsapo)

🏠 Internal

Committers: 2

Release 3.1.2

07 Oct 00:46
561eb76
Compare
Choose a tag to compare

v3.1.2 (2022-10-07)

πŸ› Bug Fix