Scopes
The main change of this release is the definition of how scopes are inherited in components and collections. This makes easier to create custom components.
Project Update
npm install --save-dev ember-cli-page-object@0.3.0
Main changes
List of main changes
- Add
index
option to all attributes - Components inherit scope by default (see #11)
- Collection components inherit scope by default (see #11)