Skip to content

Releases: embroider-build/embroider

Release 0.38.0

31 Mar 00:06
@ef4 ef4
Compare
Choose a tag to compare

highlightjs/highlight.js#2277

v0.38.0 (2021-03-31)

🚀 Enhancement

  • compat, core, shared-internals, util
  • compat, core, macros, shared-internals
    • #748 Supporting more build environments (@ef4)
    • #737 reduce deps in macros and util packages (@ef4)
  • compat, core, test-setup, util, webpack
    • #740 Use "real modules" for ember-source when possible (3.27+) (@ef4)
  • core
    • #736 silence warning about babel formatting while patching template compiler (@ef4)
  • compat
    • #721 easier stage2-only config (@ef4)
    • #715 support EMBROIDER_REBUILD_ADDONS for pure v2 addons (@ef4)
  • webpack
    • #720 Improve error message when module cannot be found in webpack (@thoov)

🐛 Bug Fix

  • core, shared-internals
  • compat
    • #747 Add better support for skipping Stage 1 transforms that are not needed (@ef4)
  • hbs-loader
    • #735 fixing a typo in peerDep range in hbs-loader (@ef4)

📝 Documentation

🏠 Internal

  • #743 Migrate from rwjblue/setup-volta to volta-cli/action. (@rwjblue)

Committers: 4

Release 0.37.0

08 Mar 18:07
Compare
Choose a tag to compare

🚀 Enhancement

  • core
    • #713 Avoid monkey patching template compiler for 3.24.3 and 3.25.2+. (@rwjblue)
    • #705 Avoid patching the template compiler on Ember 3.26. (@rwjblue)
    • #700 TemplateCompiler fixes / improvements (avoid monkey patch for Ember 3.27+) (@rwjblue)
  • macros
    • #712 Allow macroCondition inside modifier (@simonihmig)
    • #694 Run importSync transform later, so ember-auto-import can support importSync (@simonihmig)

🐛 Bug Fix

  • compat
    • #710 Fix case where autoRun is false but no other addon set content into the {{content-for 'app-boot'}} (@thoov)
    • #674 adjust paths seen by css preprocessors (@ef4)
    • #702 Handle case where node_modules are symlinked (@thoov)
    • #690 Exclude 'babel-plugin-compact-reexports' during Stage 1 build (@charlespierce)
    • #687 Strip main field from v1 addons' package.json once they are rewritten as V2 (@ef4)
  • compat, core
  • core
    • #686 Prevent accidental duplication of babel plugin during rebuilds (@ef4)

🏠 Internal

  • compat
    • #706 Remove ember-cli-htmlbars dependency in @embroider/compat. (@rwjblue)
  • Other
    • #711 Add release automation setup. (@rwjblue)
    • #704 Avoid running CI jobs on both push and pull_request events. (@rwjblue)
    • #697 Refactor suite-setup-util to avoid knock on errors. (@rwjblue)
  • core, macros
  • router, util
    • #703 Add 3.20 and 3.24 to list of matrix tests. (@rwjblue)

Committers: 5