Skip to content

Commit d1ef1f8

Browse files
committed
Merge pull request #80 from emberjs/release-alpha-5
Prepare for alpha.5 release
2 parents f2ab6ba + b8610cb commit d1ef1f8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
3+
## [v1.0.0-alpha.5](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.5) (2016-01-20)
4+
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.5...v1.0.0-alpha.5)
5+
6+
- Update to use Ember.Array API... [\#66](https://github.com/emberjs/ember-collection/pull/66) ([lukemelia](https://github.com/lukemelia))
7+
- It's not necessary to set the box-sizing css property on the ember-native-scrollable [\#63](https://github.com/emberjs/ember-collection/pull/63) ([lukemelia](https://github.com/lukemelia))
8+
- Use separate variables instead of two-element hashes when it makes sense [\#51](https://github.com/emberjs/ember-collection/pull/51) ([srgpqt](https://github.com/srgpqt))
9+
10+
The dummy app also got various improvements thanks to @ef4, @raytiley and @lukemelia. It is now hosted at http://emberjs.com/ember-collection/
11+
12+
## [v1.0.0-alpha.4](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.4) (2015-09-15)
13+
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.3...v1.0.0-alpha.4)
14+
15+
Use hyphenated action name for consistency with other attrs.
16+
17+
## [v1.0.0-alpha.3](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.3) (2015-09-15)
18+
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.2...v1.0.0-alpha.3)
19+
20+
- If scrollChange action is provided, emit scroll changes to it and bind the scroll position [\#48](https://github.com/emberjs/ember-collection/pull/48) ([lukemelia](https://github.com/lukemelia))
21+
22+
## [v1.0.0-alpha.2](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.2) (2015-09-14)
23+
[Full Changelog](https://github.com/emberjs/ember-collection/compare/v1.0.0-alpha.1...v1.0.0-alpha.2)
24+
25+
Update layout-bin-packer version.
26+
27+
## [v1.0.0-alpha.1](https://github.com/emberjs/ember-collection/tree/v1.0.0-alpha.1) (2015-09-14)
28+
29+
Initial alpha release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-collection",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "An efficient incremental rendering component with custom layouts and support for large lists.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)