@embroider/core
Advanced tools
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 @rwjblueChangelog
0.31.0 (2020-11-11)
@embroider/addon
package to @embroider/util
because it was misleading: apps are encouraged use these utilities too.invokes
rule for annotating dynamic component behavior@embroider/router
by @simonihmigChangelog
0.30.0 (2020-11-03)
staticComponents: true
, unsafe usage of the {{component}}
helper has changed from a warning to an error. The warning was really not safe to ignore, because it's likely to cause runtime failures.@embroider/compat
provides a new embroider-compat-audit
command. With your app configured to build with Embroider, run yarn embroider-compat-audit
or npm run embroider-compat-audit
.Changelog
0.28.0 (2020-10-21)
@embroider/test-setup
can now force either classic or embroider mode without altering the project's depsChangelog
0.27.0 (2020-10-01)
@embroider/test-setup
package to aid CI-testing of apps and addonsChangelog
0.26.0 (2020-09-29)
Changelog
0.25.0 (2020-09-22)
Changelog
0.24.0