Skip to content

Releases: embroider-build/embroider

Release 1.2.0

10 Feb 15:03
@ef4 ef4
Compare
Choose a tag to compare

🚀 Enhancement

  • compat
    • #1124 improving ember-data compatibility & test coverage (@ef4)
  • macros
    • #1119 Reuse the loc of the macroMaybeAttrs hashes for the created attributes (@Windvis)

📝 Documentation

🏠 Internal

Committers: 3

Release 1.1.0

08 Feb 06:23
@ef4 ef4
Compare
Choose a tag to compare

🚀 Enhancement

  • compat
    • #1085 Updates for LTS 3.28 including ember-data (@ef4)
    • #1115 Use broccoli memoization by default (@ef4)
  • addon-dev
  • macros
    • #1083 Throw error when setting non-serializable macro config (@mydea)

🐛 Bug Fix

📝 Documentation

  • Other
  • addon-dev
  • macros
    • #1096 Add section on package requirements to importSync documentation (@jrjohnson)

🏠 Internal

Committers: 9

Release 1.0.0

19 Jan 16:28
@ef4 ef4
Compare
Choose a tag to compare

Declaring this as 1.0 to signifiy general level of stability and to give us more flexibility to distinguish minor and patch releases.

:internal: Internal

  • Renamed default branch from master to main.

🐛 Bug Fix

  • macros
    • #1081 fix importSync scope collision (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release 0.50.2

14 Jan 02:56
@ef4 ef4
Compare
Choose a tag to compare

🐛 Bug Fix

  • compat, macros
    • #1076 add non-es6-compat to importSync (@ef4)
  • core, macros
    • #1075 native v2 addons can always import from NPM (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release 0.50.1

12 Jan 22:11
Compare
Choose a tag to compare

🐛 Bug Fix

  • core
    • #1074 Ensure babelFilter config comes from fully qualified @embroider/core path in Stage 2 (@krisselden)
  • compat, core, macros, shared-internals
    • #1070 Ensure dependencySatisfies only considers actual dependencies (includes a fix for invalid results within monorepo scenarios) (@NullVoxPopuli)

Committers: 2

Release 0.50.0

08 Jan 07:59
@ef4 ef4
Compare
Choose a tag to compare

🚀 Enhancement

  • addon-shim, core, shared-internals
    • #1069 Make addon-shim a non-ember-addon (@ef4)

🐛 Bug Fix

  • compat
    • #1068 Widen the node_modules exclude pattern when copying v2 addons (@ef4)
    • #1064 Fix unsafe reuse of broccoli trees in OneShot (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release 0.49.0

21 Dec 18:55
@ef4 ef4
Compare
Choose a tag to compare

🚀 Enhancement

  • webpack
    • #1055 Accept custom css-loader and style-loader config in @embroider/webpack (@dfreeman)
  • addon-shim

🐛 Bug Fix

🏠 Internal

Committers: 6

Release 0.48.1

08 Dec 23:08
Compare
Choose a tag to compare

🐛 Bug Fix

  • compat
    • #1042 Fix ember-cli-babel optimization (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release 0.48.0

07 Dec 21:34
@ef4 ef4
Compare
Choose a tag to compare

🚀 Enhancement

  • compat, core, router

🐛 Bug Fix

  • compat
    • #1029 Don't resolve built-in components when used with the component helper (@Windvis)
    • #1030 fix the ember-get-config compat adapter (@ef4)
    • #1035 Optimize ember-cli-babel handling (@ef4)

📝 Documentation

  • macros
    • #1031 Add isTesting and isDevelopingApp to readme (@mydea)

🏠 Internal

  • router
    • #1027 @embroider/router Ember 4 CI job compatibility (@Windvis)

Committers: 3

Release 0.47.2

11 Nov 20:55
Compare
Choose a tag to compare

🐛 Bug Fix

  • compat
    • #1017 Ensure components + helpers can work from this paths with staticComponents = true & staticHelpers = true (@thoov)
  • addon-dev
    • #1015 Address misleading warnings from rollup about externals (@ef4)

📝 Documentation

Committers: 2