@embroider/macros
Advanced tools
Changelog
v0.37.0 (2021-03-08)
core
macros
compat
autoRun
is false
but no other addon set content into the {{content-for 'app-boot'}}
(@thoov)main
field from v1 addons' package.json
once they are rewritten as V2 (@ef4)compat
, core
core
compat
core
, macros
router
, util
Changelog
0.36.0 (2021-01-21)
@embroider/webpack
Changelog
0.35.1 (2021-01-11)
Changelog
0.35.0 (2020-12-20)
insertRuntimeErrors
option on the hbs inline compilerChangelog
0.34.0 (2020-12-09)
@embroider/webpack
to support CDN deploys (the built-in webpack options for this didn't let you manipulate your index.html, since we take care of that directly in @embroider/webpack
).@embroider/util
to follow internal refactoring on ember canary.Changelog
0.33.0 (2020-11-25)
Changelog
0.32.0 (2020-11-24)
allowUnsafeDynamicComponents
option to support testing of apps that are partially-working under staticComponents
modeensureSafeComponent
to not reuse registered component across owners by @simonihmigpluginHints
option that lets you achieve parallel builds even if some of your babel or htmlbars plugins are misbehavedpluginHints
practicalbroccoli-node-api
typesensureSafeComponent
stability@embroider/util
usage of private API for ember 3.24 compatibility@babel/plugin-transform-runtime
by default, making all apps smaller, especially if they support IE11.fixturify-project
by @rwjblue