Releases: embroider-build/embroider
Releases · embroider-build/embroider
Release 1.8.3
Release 1.8.2
Release 1.8.1
🐛 Bug Fix
addon-dev
compat
- #1224 Don't apply the
ember-get-config
compat adapter when >= v2.1.0 (@bertdeblock)
- #1224 Don't apply the
macros
📝 Documentation
Committers: 4
- Bert De Block (@bertdeblock)
- Edward Faulkner (@ef4)
- Ray Cohen (@raycohen)
- Rich Glazerman (@richgt)
Release 1.8.0
🚀 Enhancement
addon-dev
,core
,shared-internals
- #1199 Add babel plugin for preprocessing templates with ast transforms (@wondersloth)
🐛 Bug Fix
webpack
- #1191 Fix thread-load JOBS handling/documentation (@bendemboski)
addon-dev
- #1215 Strip extension from reexport of
rollup-app-reexports
(@simonihmig)
- #1215 Strip extension from reexport of
core
compat
- #1205 Fix preprocessors tree by wrapping with moduleName (@wondersloth)
Committers: 4
- Ben Demboski (@bendemboski)
- Edward Faulkner (@ef4)
- Matt Edwards (@wondersloth)
- Simon Ihmig (@simonihmig)
Release 1.7.1
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