Releases: embroider-build/embroider
Releases · embroider-build/embroider
Release 1.7.0
🚀 Enhancement
addon-dev
macros
🐛 Bug Fix
webpack
- #1177 Write files plugin (@krisselden)
- #1194 Align webpack's outputPath with the whole app (@ef4)
addon-dev
- #1126 Fix importing of template-only components in V2 addons (@NullVoxPopuli)
📝 Documentation
- #1201 Small Update PORTING-ADDONS-TO-V2.md (@angelayanpan)
🏠 Internal
Committers: 6
- Angela Pan (@angelayanpan)
- Dan Freeman (@dfreeman)
- Edward Faulkner (@ef4)
- Jeff Keen (@jkeen)
- Kris Selden (@krisselden)
- @NullVoxPopuli
Release 1.6.0
🚀 Enhancement
addon-dev
,compat
,core
,hbs-loader
,shared-internals
,webpack
🐛 Bug Fix
compat
addon-dev
- #1171 FIX: rollup-hbs-plugin add resolveId hook (@wondersloth)
📝 Documentation
- Other
- #1173 FIX Typos in CONTRIBUTING.md (@wondersloth)
core
,test-setup
,util
- #1164 Update
master
tomain
in links (@bertdeblock)
- #1164 Update
macros
- #1159 README typo: "none-test code" (@elwayman02)
compat
,core
,router
- #1161 Remove outdated core and compat options (@bertdeblock)
🏠 Internal
Committers: 5
- Bert De Block (@bertdeblock)
- Edward Faulkner (@ef4)
- Jordan Hawker (@elwayman02)
- Matt Edwards (@wondersloth)
- Robert Jackson (@rwjblue)
Release 1.5.0
🚀 Enhancement
🐛 Bug Fix
macros
compat
Committers: 2
Release 1.4.0
Release 1.3.0
🚀 Enhancement
webpack
- #1146 Use MiniCssExtractPlugin for FastBoot builds (@simonihmig)
compat
- #1120 Add support for the
helper
helper (@Windvis) - #1130 Only apply
ember-power-select
compat adapter when usingember-power-select < 5.0.1
(@betocantu93)
- #1120 Add support for the
🐛 Bug Fix
core
,webpack
core
compat
,core
compat
- #1135 Fix
@cached
decorator export from fake@glimmer/tracking
module (@NullVoxPopuli)
- #1135 Fix
📝 Documentation
- Other
- #1148 Fix
package.json
example in V2 porting guide (@SergeAstapov) - #1143 Update number of steps for porting addon to V2 guide (@AnastasiiaPlutalova)
- #1137 Update
Status
section in main README (@bertdeblock)
- #1148 Fix
addon-dev
- #1133 Fix typo in V2 addon local development documentation (@bertdeblock)
🏠 Internal
- Other
- #1144 Remove a workaround that is trying fix an old bug in volta (@krisselden)
router
,util
compat
Committers: 10
- Alberto Cantú Gómez (@betocantu93)
- AnastasiiaPlutalova (@AnastasiiaPlutalova)
- Bert De Block (@bertdeblock)
- Edward Faulkner (@ef4)
- Eugene ONeill (@eoneill)
- Kris Selden (@krisselden)
- Sam Van Campenhout (@Windvis)
- Sergey Astapov (@SergeAstapov)
- Simon Ihmig (@simonihmig)
- @NullVoxPopuli
Release 1.2.0
🚀 Enhancement
compat
macros
📝 Documentation
- #1122 small nitpicking edits in doc (@angelayanpan)
🏠 Internal
Committers: 3
- Angela Pan (@angelayanpan)
- Edward Faulkner (@ef4)
- Sam Van Campenhout (@Windvis)
Release 1.1.0
🚀 Enhancement
compat
addon-dev
- #1106 Addon Dev - Allow ts,gts,gjs files as publicEntrypoints (@josemarluedke)
macros
🐛 Bug Fix
macros
- #1102 Optimize addonCacheKey computation (@SergeAstapov)
core
,webpack
webpack
- #1098 Improve performance of emitting stats during incremental build (@krisselden)
compat
- #1100 Fix cacheKeyForTree & OneShot incompatibility (@ef4)
- #1088 Support "cache" from @glimmer/tracking (@NullVoxPopuli)
- #1084 Ensure OneShot tmp dir cleanup (@krisselden)
📝 Documentation
- Other
addon-dev
macros
- #1096 Add section on package requirements to importSync documentation (@jrjohnson)
🏠 Internal
Committers: 9
- Edward Faulkner (@ef4)
- Francesco Novy (@mydea)
- Jeldrik Hanschke (@jelhan)
- Jon Johnson (@jrjohnson)
- Josemar Luedke (@josemarluedke)
- Kris Selden (@krisselden)
- Sam Van Campenhout (@Windvis)
- Sergey Astapov (@SergeAstapov)
- @NullVoxPopuli
Release 1.0.0
Release 0.50.2
Release 0.50.1
🐛 Bug Fix
core
- #1074 Ensure
babelFilter
config comes from fully qualified@embroider/core
path in Stage 2 (@krisselden)
- #1074 Ensure
compat
,core
,macros
,shared-internals
- #1070 Ensure
dependencySatisfies
only considers actual dependencies (includes a fix for invalid results within monorepo scenarios) (@NullVoxPopuli)
- #1070 Ensure
Committers: 2
- Kris Selden (@krisselden)
- @NullVoxPopuli