Skip to content

Commit

Permalink
Release 1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Apr 25, 2016
1 parent 934e366 commit 42aa1e8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [1.0.0-alpha.6](https://github.com/emberjs/ember-collection/tree/1.0.0-alpha.6) (2016-04-25)
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.5...1.0.0-alpha.6)

- [BREAKING] Delegate to layout for calculating style [\#81](https://github.com/emberjs/ember-collection/pull/81) ([raytiley](https://github.com/raytiley))

If you have written custom layouts, you will need to implement `formatItemStyle` on them. See the PR for details

- Fallback to setTimeout if requestAnimationFrame is not present [\#84](https://github.com/emberjs/ember-collection/pull/84) ([raytiley](https://github.com/raytiley))
- Fix percentage-columns-layout [\#87](https://github.com/emberjs/ember-collection/pull/87) ([raytiley](https://github.com/raytiley))

- Build tooling and doc updates:
- Fix comparison link in CHANGELOG.md [\#82](https://github.com/emberjs/ember-collection/pull/82) ([tricknotes](https://github.com/tricknotes))
- Update README [\#85](https://github.com/emberjs/ember-collection/pull/85) ([raytiley](https://github.com/raytiley))
- Update to ember-cli@2.3.0-beta.1. [\#86](https://github.com/emberjs/ember-collection/pull/86) ([rwjblue](https://github.com/rwjblue))
- Update releases tested in CI. [\#88](https://github.com/emberjs/ember-collection/pull/88) ([rwjblue](https://github.com/rwjblue))
- Use Xunit reporter in CI. [\#90](https://github.com/emberjs/ember-collection/pull/90) ([rwjblue](https://github.com/rwjblue))
- Remove template compiler from built assets. [\#91](https://github.com/emberjs/ember-collection/pull/91) ([rwjblue](https://github.com/rwjblue))
- Update percentage-columns-layout example. [\#95](https://github.com/emberjs/ember-collection/pull/95) ([dustinspecker](https://github.com/dustinspecker))
- Update ember-cli from 2.3.0-beta.2 to 2.3.0 [\#101](https://github.com/emberjs/ember-collection/pull/101) ([fpauser](https://github.com/fpauser))
- Update ember-try to 0.2.0. [\#102](https://github.com/emberjs/ember-collection/pull/102) ([rwjblue](https://github.com/rwjblue))


## [v1.0.0-alpha.5](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.5) (2016-01-20)
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.4...v1.0.0-alpha.5)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-collection",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "An efficient incremental rendering component with custom layouts and support for large lists.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 42aa1e8

Please sign in to comment.