City of glass
This release includes a handful of small fixes and updates for ember-cli
.
Project Update
$ ember install ember-cli-page-object
$ npm install --save-dev [email protected]
Main changes
ember-template-compiler
is always included in dummy app from now on.- Fixed collection iteration using the
for x of page.collection()
way of iterating. - The project is now updated to
v2.6.1
ofember-cli
.
Community contributions
- #194 Always import ember-template-compiler in dummy app (@migbar)
- #199 Added tests for broken collection iteration (@simonihmig)
- #197 Don't include item and itemScope in collection component (@san650)
- #200 Update ember-cli to 2.6.1(@san650)
Happy coding!