FastBoot 1.0 is close to being shipped. The rc builds have been relatively stable with no major issues.
We released v1.0.0-rc.4 today which contains a fix for fingerprinted assets to be loaded in Node. Also nested addons and in-repo that are FastBoot complaint now work correctly with ember-cli-fastboot (Thanks to @rwjblue).
- Loading fingerprinting assets: ember-fastboot/ember-cli-fastboot#431
- Allow in-repo addons to have
fastboot
trees: ember-fastboot/ember-cli-fastboot#422 - Ensure
treeForFastBoot
is called for nested addons: ember-fastboot/ember-cli-fastboot#423
- We still need help from community with upgrading addons to be compatible with the new build schema (ie rc builds). The issue is listed here. There are lot of examples of other addons that are upgraded!
- We are working on an ember-cli API that will allow apps to easily import non fastboot complaint assets using
app.import
. See issue here. This would even help apps to import for browser environment. This is a nice to have before FastBoot 1.0 but is not a blocker. An alternative approach that apps can take is to create in-repo addons for usingapp.import
.
The fastboot website has been updated in preparation for FastBoot 1.0. Please check it out at ember-fastboot.com and provide your feedback.
- FastBoot website updates: ember-fastboot/fastboot-website#70