Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

ย 

History

History
340 lines (196 loc) ยท 13.7 KB

CHANGELOG.md

File metadata and controls

340 lines (196 loc) ยท 13.7 KB

Changelog

v0.8.10 (2021-01-14)

๐Ÿš€ Enhancement

  • ember-engines
    • #744 Remove custom <LinkTo /> override with Ember >= 3.24.1. (@rwjblue)

๐Ÿ  Internal

  • ember-engines
    • #745 Update the default ember-source version to 3.24.1. (@rwjblue)
    • #743 Remove ember-compatibility-helpers. (@rwjblue)

Committers: 1

v0.8.9 (2021-01-14)

๐Ÿ› Bug Fix

  • ember-engines

๐Ÿ  Internal

Committers: 1

v0.8.8 (2020-10-22)

๐Ÿ› Bug Fix

  • ember-blog, ember-engines
  • ember-engines
    • #734 fix: findHost and findHostHost should allow undefined lazyLoading config (@xg-wang)

Committers: 2

v0.8.7 (2020-10-09)

๐Ÿš€ Enhancement

๐Ÿ  Internal

  • ember-engines

Committers: 2

v0.8.6 (2020-08-14)

๐Ÿš€ Enhancement

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 4

v0.8.5 (2019-12-10)

๐Ÿš€ Enhancement

  • #686 Req. compileModules:true to use compact-reexports (@tmquinn)

Committers: 1

v0.8.4 (2019-12-10)

๐Ÿš€ Enhancement

  • #686 Req. compileModules:true to use compact-reexports (@tmquinn)

Committers: 1

v0.8.3 (2019-11-27)

๐Ÿš€ Enhancement

  • #679 [namespacing] update link-to-external-component to be called link-to-external so references to it are not confused (@gabrielcsapo)

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 4

v0.8.2 (2019-06-22)

๐Ÿ› Bug Fix

Committers: 1

v0.8.1 (2019-06-21)

๐Ÿ› Bug Fix

  • #665 Avoid shipping regenerator-runtime to production (@scalvert)

๐Ÿ  Internal

  • #661 Update deps that were blocked on dropping Node 6. (@rwjblue)

Committers: 2

v0.8.0 (2019-06-19)

๐Ÿ’ฅ Breaking Change

๐Ÿš€ Enhancement

  • #630 Allow app.importing from node_modules in lazy engines (@villander)

๐Ÿ› Bug Fix

  • #646 Fix vendor tree usage inside a nested lazy loaded engine (@2hu12)

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 3

v0.7.2 (2019-06-18)

๐Ÿ› Bug Fix

  • #642 Fix issues with {{link-to}} and {{link-to-external}} with Ember 3.10 (@buschtoens)
  • #640 Update blueprints to avoid linting errors with recent versions of eslint-plugin-ember (@villander)

๐Ÿ“ Documentation

  • #641 Update README with table of contents (@villander)
  • #650 Update {{mount}} documentation to indicate a model named argument can be passed (@garjust)

Committers: 3

v0.7.1 (2019-05-11)

๐Ÿš€ Enhancement

  • #595 Deduplicate addons in lazy engines that are nested dependencies of the engine (behind the EMBER_ENGINES_ADDON_DEDUPE environment flag ) (@2hu12)

Committers: 1

v0.7.0 (2019-04-01)

๐Ÿ’ฅ Breaking Change

Committers: 1

v0.6.3 (2019-03-26)

๐Ÿ› Bug Fix

  • #631 Avoid errors when keywords array is not present. (@rwjblue)

Committers: 1

v0.6.2 (2019-03-26)

๐Ÿ› Bug Fix

Committers: 1

v0.6.1 (2019-03-12)

๐Ÿš€ Enhancement

Committers: 1

0.6.0 (2019-03-12)

๐Ÿ’ฅ Breaking Change

  • #622 Drop Node 4 support. (@rwjblue)
  • #619 Upgrade dependencies and addon blueprint to match ember-cli 3.8 (@dgeb)

๐Ÿš€ Enhancement

  • #605 Issue warning when an engine does not have ember-addon and ember-engine keywords in package.json (@villander)

๐Ÿ› Bug Fix

๐Ÿ  Internal

Committers: 5

v0.5.26 (2019-01-14)

๐Ÿ› Bug Fix

  • #609 fix(engine-addon): only call _requireBuildPackages, if it exists (@buschtoens)
  • #607 fix(route-ext): try Route#_router and Route#router (@buschtoens)

Committers: 1

v0.5.25 (2018-12-21)

๐Ÿ› Bug Fix

Committers: 1

v0.5.24 (2018-10-09)

๐Ÿ› Bug Fix

  • #597 Donโ€™t accidentally re-include the compact reexport plugin more then once (@stefanpenner)

Committers: 1

v0.5.23 (2018-10-04)

๐Ÿš€ Enhancement

๐Ÿ› Bug Fix

๐Ÿ  Internal

  • #591 donโ€™t troll with file://, which copies into node_modules causing sadnโ€ฆ (@stefanpenner)

Committers: 3

v0.5.22 (2018-08-27)

๐Ÿš€ Enhancement

  • #586 Ensure babel transpilation can be parallelized (@arthirm)

Committers: 1