Releases: klee-contrib/focus-starter-kit
Releases · klee-contrib/focus-starter-kit
Focus starter kit v0.3.0
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 runningnpm run update-focus
- Add the dependencies to Material Design Icons and Material Design Lite in your
package.json
:npm i -S material-design-icons
andnpm 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 !
v0.2.1
Focus starter kit v0.2.0
Version 0.2.0 of the Focus starter kit
The roadmap is here https://trello.com/b/HTMYEYbX/roadmap
Please read the associated project's releases:
Focus starter kit v0.1.0
Starter kit for focusjs projects
[starter-kit] v0.0.1
First version of the starter-kit