-
Notifications
You must be signed in to change notification settings - Fork 17
Home
See the release page for the content of previous and current versions.
This is a prospective roadmap that may be subject to evolutions, as we refine the needs and possible solutions. For more precise view of the incoming evolutions, take a look at the milestones.
- support for TypeScript unit/e2e tests
- Add custom icons management: icon-font compilation or svg icons
- Partial WebPack build with CommonJS support
- Full WebPack build
- Migrate from bower to npm
- Add support for Angular 2
- Add e2e coverage reporting
- Investigate css/next
- Lint Sass/HTML
- Micro-trainings
- API REST
- Promises
- App routing organisation: context, view init...
Until web and mobile branches are merged into a yeoman generator, please follow these rules to submit pull requests:
-
If your changes applies to web + mobile, submit a PR to the master branch (it will be merged into mobile)
-
If your changes target only the web branches, submit a PR to the master branch with a note to indicate not to merge it into the mobile branch
-
If your changes target only the mobile branch, submit a PR directly to the mobile branch
This will be made easier once 2.0 is completed :)