Skip to content

Focus starter kit v0.3.0

Latest
Compare
Choose a tag to compare
@Bernardstanislas Bernardstanislas released this 11 Sep 08:04
· 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 vendor folder with this one
  • Update the Npm post install scripts scripts/install.js to make it match this one
  • Clean up the Brunch config as we did
  • Update your package.json to grab the latest Focus libraries, hence Focus v0.10.1 and Focus components v0.6.1. You can do it quickly by running npm run update-focus
  • Add the dependencies to Material Design Icons and Material Design Lite in your package.json : npm i -S material-design-icons and npm 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 !