Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zirbel committed Jul 13, 2015
1 parent d5b357e commit d9fb086
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Ember Table Changelog

### Ember Table 0.8.0 _(July 13, 2015)_

_Compatible with Ember 1.11.3_

* Support for Ember 1.11.3
* Unfortunately, the template compiler checks against the version number of
precompiled templates - including the patch version (1.11.3). If you are
using the globals build (dist/ folder) and a different version of ember,
you will need to fork ember-table and recompile with `grunt dist`.

### Ember Table 0.7.0 _(July 13, 2015)_

_Compatible with Ember 1.10_
Expand All @@ -9,8 +19,6 @@ _Compatible with Ember 1.10_
compiled with Htmlbars, so they will work with
Ember 1.10 apps.

### Ember Table 0.5.1 _(July 7, 2015)_

### Ember Table 0.6.0 _(July 10, 2015)_

_Compatible with Ember 1.9_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ http://addepar.github.com/ember-table/

#### JS Bin Starter Kit

http://emberjs.jsbin.com/sodupe/edit
http://emberjs.jsbin.com/tumuno/edit

#### Installation with Ember CLI (Recommended)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.0
0.8.0
2 changes: 1 addition & 1 deletion dist/ember-table.css
@@ -1,5 +1,5 @@
/*!
* ember-table v0.7.0
* ember-table v0.8.0
* Copyright 2012-2015 Addepar Inc.
* See LICENSE.md
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-table.js
@@ -1,5 +1,5 @@
/*!
* ember-table v0.7.0
* ember-table v0.8.0
* Copyright 2012-2015 Addepar Inc.
* See LICENSE.md
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-table.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-table",
"version": "0.7.0",
"version": "0.8.0",
"description": "Table built using Ember.js that lazily renders rows.",
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/overview.hbs
Expand Up @@ -137,7 +137,7 @@ $ ember serve</code></pre>
<div class="col-md-6">
<hr>
<h1>Changelog</h1>
<p>The current version is 0.7.0.</p>
<p>The current version is 0.8.0.</p>
<p>For the full list of changes, please see <a target="_BLANK" href="https://github.com/Addepar/ember-table/blob/master/CHANGELOG.md">CHANGELOG.md</a>.</p>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit d9fb086

Please sign in to comment.