Skip to content

Latest commit

Β 

History

History
477 lines (300 loc) Β· 20.5 KB

CHANGELOG.md

File metadata and controls

477 lines (300 loc) Β· 20.5 KB

Changelog

v6.3.0 (2023-08-08)

πŸš€ Enhancement

  • #773 Adjust error message for re-exported class when it has a co-located template (@robinborst95)

πŸ› Bug Fix

Committers: 2

v6.2.0 (2023-01-17)

πŸš€ Enhancement

  • #762 Upgrade to babel-plugin-ember-template-compilation v2 (@dfreeman)

Committers: 1

v6.1.1 (2022-09-08)

πŸ› Bug Fix

  • #755 Fix template compilation in addons on ember-cli < 3.13. This was a regression in 6.1.0. (@mansona)

Committers: 1

v6.1.0 (2022-07-04)

πŸš€ Enhancement

  • #749 Drive all template compilation from babel (@ef4)

πŸ› Bug Fix

  • #747 Avoid registering babel-plugin-ember-template-compilation repeatedly (@dfreeman)
  • #741 Fix incorrect ember-source version check (@simonihmig)

πŸ“ Documentation

Committers: 3

v6.0.1 (2021-12-05)

πŸ› Bug Fix

Committers: 1

v6.0.0 (2021-10-14)

πŸ’₯ Breaking Change

  • #724 Use simplified babel plugin on ember 3.27+ and drop unsupported node versions (@ef4)

πŸš€ Enhancement

  • #733 Avoid repeated encoding in getTemplateCompiler (@rwjblue)
  • #724 Use simplified babel plugin on ember 3.27+ and drop unsupported node versions (@ef4)

πŸ› Bug Fix

🏠 Internal

Committers: 3

v5.7.1 (2021-03-18)

πŸ› Bug Fix

  • #685 Ensure global is present for Node 10 + globalThis polyfill (@rwjblue)

Committers: 1

v5.7.0 (2021-03-18)

πŸš€ Enhancement

  • #683 Disable the modules API polyfill on Ember 3.27+ (@pzuraq)

🏠 Internal

  • #684 Update babel-plugin-htmlbars-inline-precompile to 4.4.6. (@rwjblue)

Committers: 2

v5.6.5 (2021-03-12)

πŸ› Bug Fix

  • #680 Update inline template compilation plugin to avoid errors on rebuilds (@rwjblue)

Committers: 2

v5.6.4 (2021-03-07)

πŸ› Bug Fix

  • #678 Make setTimeout/clearTimeout available to the template compiler sandbox (@rwjblue)
  • #677 Support TypeScript merging of export default declarations in template colocation (@dfreeman)

Committers: 2

v5.6.3 (2021-03-04)

πŸ› Bug Fix

  • #675 Remove development only optionalDependencies (release-it and release-it-lerna-changelog). (@alexlafroscia)

Committers: 1

v5.6.2 (2021-02-27)

πŸ› Bug Fix

  • #665 Ensure AST plugins have the same ordering as < ember-cli-htmlbars@5.5.0. (@rwjblue)

Committers: 1

v5.6.1 (2021-02-26)

πŸ› Bug Fix

  • #663 Ember Ember 3.27+ can determine global for template compilation (@rwjblue)

Committers: 1

v5.6.0 (2021-02-26)

πŸš€ Enhancement

  • #661 Remove usage of registerPlugin / unregisterPlugin (@rwjblue)

πŸ› Bug Fix

  • #662 Avoid building the template compiler cache key repeatedly (@rwjblue)

Committers: 1

v5.5.0 (2021-02-26)

πŸš€ Enhancement

  • #660 Replace purgeModule cache busting with vm based sandboxing (@rwjblue)

Committers: 1

v5.4.0 (2021-02-24)

🏠 Internal

  • #659 Enable experimentation via ember-template-imports addon (@pzuraq)

Committers: 1

v5.3.2 (2021-02-10)

πŸš€ Enhancement

Committers: 2

v5.3.1 (2020-08-11)

πŸ› Bug Fix

  • #599 Move ember-template-lint to devDependencies (from dependencies) (@jamescdavis)

Committers: 1

v5.3.0 (2020-08-10)

πŸš€ Enhancement

  • #597 Pass isProduction to Ember template compiler. (@rwjblue)

πŸ“ Documentation

🏠 Internal

  • #584 Replace ember-cli-template-lint with ember-template-lint (@arthirm)

Committers: 2

v5.2.0 (2020-06-25)

πŸš€ Enhancement

Committers: 1

v5.1.2 (2020-05-08)

πŸ› Bug Fix

  • #553 Ensure custom templateCompilerPath is an absolute path. (@rwjblue)

Committers: 1

v5.1.1 (2020-05-07)

πŸ› Bug Fix

  • #551 Ensure EmberENV is available to inline template compilation (@rwjblue)
  • #550 Fix specifying custom template compiler path. (@rwjblue)

🏠 Internal

Committers: 1

v5.1.0 (2020-05-06)

πŸš€ Enhancement

  • #543 Update babel-plugin-htmlbars-inline-precompile to 4.0.0. (@rwjblue)

Committers: 1

v5.0.0 (2020-05-04)

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #528 Use smaller cache key for ember-template-compiler (reduce overall memory overhead of caching) (@xg-wang)
  • #512 Update Broccoli dependencies to latest. (@rwjblue)

🏠 Internal

Committers: 2

v4.3.1 (2020-04-09)

πŸ› Bug Fix

Committers: 1

v4.3.0 (2020-04-08)

πŸ“ Documentation

Committers: 1

v4.2.3 (2020-02-24)

🏠 Internal

Committers: 2

v4.2.2 (2020-01-15)

πŸ› Bug Fix

πŸ“ Documentation

Committers: 3

v4.2.1 (2020-01-09)

πŸ› Bug Fix

  • #423 Only check semver range if ember-source is present (@mixonic)
  • #392 Ensure inline precompilation does not error when a template contains */ (@rwjblue)

Committers: 2

v4.2.0 (2019-12-11)

πŸš€ Enhancement

  • #384 Remove setEdition requirement for colocation. (@rwjblue)

Committers: 1

v4.1.1 (2019-12-11)

πŸ› Bug Fix

  • #390 Ensure reexported components do not throw an error. (@rwjblue)

Committers: 1

v4.1.0 (2019-12-10)

πŸš€ Enhancement

  • #380 Implement basic patching strategy for colocated components. (@rwjblue)

Committers: 1

v4.0.9 (2019-12-04)

πŸš€ Enhancement

  • #373 Add co-location support to CoffeeScript component class files (@locks)

πŸ“ Documentation

  • #351 Update Readme with syntax for usage with tagged templates (@thec0keman)

🏠 Internal

Committers: 3

v4.0.8 (2019-10-19)

πŸ› Bug Fix

  • #340 Fix issues when using colocated component's with decorators. (@rwjblue)

🏠 Internal

  • #341 Add test using native classes + decorators. (@rwjblue)
  • #338 Add broccoli plugin + babel plugin colocation tests (@rwjblue)

Committers: 1

v4.0.7 (2019-10-18)

πŸ› Bug Fix

  • #336 Support as default exports with template colocation (@dfreeman)

🏠 Internal

Committers: 2

v4.0.6 (2019-10-17)

πŸš€ Enhancement

πŸ› Bug Fix

  • #333 Enable colocated component classes to be TypeScript (@rwjblue)
  • #332 Ensure "pods style" templates are compiled properly. (@rwjblue)

🏠 Internal

Committers: 2

v4.0.5 (2019-10-04)

πŸ› Bug Fix

  • #324 More fixes for proper babel plugin deduplication. (@rwjblue)

πŸ“ Documentation

  • #323 Ensure deprecation message shows correct heirarchy. (@rwjblue)

Committers: 1

v4.0.4 (2019-10-02)

πŸ› Bug Fix

  • #322 Fix issue with deduplcation of babel plugin when parallelized (@rwjblue)

Committers: 1

v4.0.3 (2019-10-01)

πŸ› Bug Fix

  • #317 Avoid conflicts with ember-cli-htmlbars-inline-precompile (@rwjblue)

πŸ“ Documentation

  • #318 Ensure all debug logging is emitted with DEBUG=ember-cli-htmlbars:* (@rwjblue)

Committers: 2

v4.0.2 (2019-09-30)

πŸ› Bug Fix

  • #309 Ensure inline precompile and colocated templates run template AST plugins. (@rwjblue)
  • #310 Fix issues using inline precompilation with JSON.stringify'ed options. (@rwjblue)

Committers: 1

v4.0.1 (2019-09-25)

πŸ› Bug Fix

  • #304 Do nothing in ColocatedTemplateProcessor if input tree is empty. (@rwjblue)

Committers: 1

v4.0.0 (2019-09-24)

πŸ’₯ Breaking Change

πŸš€ Enhancement

🏠 Internal

Committers: 2