·
32 commits
to master
since this release
Now ships with Focus v0.10.1 and Focus components v0.6.1.
Migration guide
The migration has been achieved in the PR #23.
- Replace the
vendorfolder with this one - Update the Npm post install scripts
scripts/install.jsto make it match this one - Clean up the Brunch config as we did
- Update your
package.jsonto grab the latest Focus libraries, hence Focus v0.10.1 and Focus components v0.6.1. You can do it quickly by runningnpm run update-focus - Add the dependencies to Material Design Icons and Material Design Lite in your
package.json:npm i -S material-design-iconsandnpm i -S material-design-lite - Fix the application boot as done there
Going further
In order to have a quick glimpse at what you should adapt to make it work smoothly with these new versions, you can run npm run migration-report, it will generate a migration-report.json file indicating the hot points you should pay attention to.
For a deeper understanding of the changes brought by these new versions, please refer to Focus components release notes.
Enjoy !
