Skip to content

Latest commit

Β 

History

History
283 lines (186 loc) Β· 13.1 KB

CHANGELOG.md

File metadata and controls

283 lines (186 loc) Β· 13.1 KB

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