Skip to content

Releases: mydea/ember-site-tour

v1.1.0

10 Oct 14:18

Choose a tag to compare

  • Use npm dependency instead of bower dependency for hopscotch - you can remove it from bower!
  • [INTERNAL] Update dependencies

v1.0.0

30 May 08:46

Choose a tag to compare

  • Use new getOwner(this).factoryFor() method. This required Ember >= 2.13, or you'll need to manually install https://github.com/rwjblue/ember-factory-for-polyfill
  • Allow tours to be defined as arrays, functions or Ember.Objects.
    • The function is expected to return an array in the same format
    • The Ember.Object is expected to have a tours property which contains an array in the same format
  • [INTERNAL] Use eslint-plugin-ember-suave instead of ember-suave