Skip to content

Releases: embroider-build/embroider

Release 0.45.0

30 Sep 08:33
@ef4 ef4
Compare
Choose a tag to compare

💥 Breaking Change

  • compat
    • #976 Restructure workspaceDir logic (@thoov). This removes an (undocumented) feature for the workspace dir from the build, it's unlikely to break in any normal usage.

🚀 Enhancement

  • addon-shim

🐛 Bug Fix

  • core
    • #985 Fix an erroneous assertion in v2 addons (@ef4)

🏠 Internal

  • compat
    • #976 Restructure workspaceDir logic (@thoov)
    • #980 Convert stage-1 tests to test-scenarios (@thoov)
  • Other
    • #986 Ensure static test runs in production mode (@thoov)

Committers: 2

Release 0.44.2

26 Sep 18:16
@ef4 ef4
Compare
Choose a tag to compare

🐛 Bug Fix

  • compat, core, router, shared-internals, util
    • #978 backing out ember real-modules mode (fixes some edge cases on ember 3.27 and 3.28) (@ef4)

🏠 Internal

  • Other
  • compat, router, util
  • addon-shim, compat, core, hbs-loader, macros, shared-internals, util, webpack

Committers: 3

Release 0.44.1

07 Sep 20:43
Compare
Choose a tag to compare

🚀 Enhancement

  • addon-shim, compat, router, util

🐛 Bug Fix

  • compat
    • #958 Add allowEmpty to __COMPILED_STYLES__ funnel (@thoov)

🏠 Internal

Committers: 2

Release 0.44.0

02 Sep 19:14
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

  • compat
    • #941 Add support for ember-cli addon proxy (bundle caching) (@eoneill)

🐛 Bug Fix

  • compat
    • #953 fixes: Local helpers not resolved in tests #894 (@lifeart)
    • #948 Disable compat adapter for ember-inflector >= 4.0.0 (since it is not needed) (@stefanpenner)
    • #934 Ensure style compilation works properly with ember-cli >= 3.18 (@stefanpenner)
    • #924 Fix caching of template AST plugins (follow caching protocol of ember-cli-htmlbars) (@eoneill)
    • #928 Update custom package rules for ember-basic-dropdown (@mydea)
  • router
    • #929 Use @ember/test-waiters in @embroider/router (@mydea)

📝 Documentation

  • #923 Add documentation how to use safe components in tests (@mydea)

🏠 Internal

Committers: 5

Release 0.43.5

09 Aug 20:25
Compare
Choose a tag to compare

🚀 Enhancement

  • compat
    • #918 Add needsCache and persistentOutput to internal broccoli-plugins. (@rwjblue)

🐛 Bug Fix

  • core, macros, shared-internals
    • #913 Ensure dependencySatisfies invalidates when installed packages change (@thoov)

🏠 Internal

Committers: 3

Release 0.43.4

03 Aug 18:31
Compare
Choose a tag to compare

🚀 Enhancement

  • compat
    • #915 Reduce memory pressure from compat layer by disabling Heimdall node gathering during OneShotPlugin (@rwjblue)

Committers: 2

Release 0.43.3

30 Jul 22:25
Compare
Choose a tag to compare

🐛 Bug Fix

  • compat
    • #910 Fix arguments to preprocessCss (to match classic build) (@thoov)
    • #880 Fix compatibility with ember-data@3.27+ (@ef4)
  • webpack
    • #914 Remove transitive loader-utils dependency from @embroider/webpack (@mydea)

Committers: 3

Release 0.43.2

29 Jul 21:51
Compare
Choose a tag to compare

🚀 Enhancement

  • compat, core

🐛 Bug Fix

  • hbs-loader
    • #831 Replace loader-utils with built-in webpack 5 functionality (@mydea)

🏠 Internal

  • router
    • #911 Upgrade ember-qunit to address canary deprecations (@ef4)

Committers: 3

Release 0.43.1

28 Jul 16:25
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

  • core
    • #899 support inert TemplateLiteral in hbs plugin (@eoneill)
  • compat
    • #900 Only patch ember-cli-deprecation-workflow releases before 2.0.0 (@alexlafroscia)
    • #904 Fix ember-test-selectors custom adapter for 6.x (@mydea)

Committers: 5

Release 0.43.0

13 Jul 18:05
Compare
Choose a tag to compare

💥 Breaking Change

  • macros
    • #888 Expose sourceOfConfig to macro config mergers (@mydea)
  • babel-loader-7, compat, core, macros, shared-internals, webpack
    • #890 Drop support for apps that use babel 6 (@ef4)

🐛 Bug Fix

  • macros
    • #886 undefined does not serialize with broccoli-babel-transpiler (@thoov)
  • core, shared-internals, webpack
    • #881 Fix race condition finding the owning package of a given file when using multiple workers (@ef4)

Committers: 3