Skip to content

2.0.0

Compare
Choose a tag to compare
@PoslinskiNet PoslinskiNet released this 23 Apr 09:41
· 559 commits to master since this release

Transition guide

The biggest change introduced in the version 2.0.0 is exchanging IntroJS bower dependency to NPM equivalent. The new version has support for FastBoot, and doesn't cause any deprecation errors when is used with the current version of Ember CLI.

To upgrade from version 1.x to 2.0.0 you should:

  1. Update the current version of ember-introjs:
    npm install ember-introjs --save-dev
  2. If you are only using IntroJS via ember-introjs addon then run:
    bower uninstall intro.js --save
    to remove bower dependency, and keep build directory clean, you can reinstall all bower packages with:
    bower prune & bower install
  3. If for some reason, you would like to use IntroJS directly, keep in mind that it is not globally available anymore. You can add it with:
    import introJs from 'ember-introjs/intro-js';