Gaucho Style
This is mainly a maintenance release. This release fixes a bug where we were including A LOT of files into the NPM package that weren't needed so it should install (download) a lot faster now.
Project Update
$ ember install ember-cli-page-object
$ npm install --save-dev [email protected]
Main changes
Allow empty selector
Now it's possible to use the auto generated properties at the root level without the need to add a scope.
var page = create({});
assert.ok(page.contains('foo bar'));
In this case the text "foo bar" will be searched in the entire application.
Community contributions
- #214 add _site to npmignore (@jakesjews)
- #209 Allow empty selector (@san650)
- #221 Update is-hidden.js (@skaterdav85)
- #224 Add QUnit enhancements addons (@san650)
- #222 Make everything private and improve tests (@san650)
Happy testing!