Skip to content

Scopes

Compare
Choose a tag to compare
@san650 san650 released this 19 May 03:44
· 1306 commits to master since this release

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)

Community contributions

#3 Support indexable selectors (@juanazam)
#12 Fix scopes