Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zirbel committed Jul 15, 2015
1 parent c359647 commit 8fded1c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Ember Table Changelog

### Ember Table 0.9.0 _(July 15, 2015)_

_Compatible with Ember 1.12.1_

* Upgrade to Ember-CLI 0.2.7
* Support for Ember 1.12.1
* Unfortunately, the template compiler checks against the version number of
precompiled templates - including the patch version (1.12.1). 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-CLI usage is unchanged.

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

_Compatible with Ember 1.11.3_
Expand All @@ -9,6 +21,7 @@ _Compatible with Ember 1.11.3_
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-CLI usage is unchanged.

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http://addepar.github.com/ember-table/

#### JS Bin Starter Kit

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

#### Installation with Ember CLI (Recommended)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion dist/ember-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ember-table v0.8.0
* ember-table v0.9.0
* Copyright 2012-2015 Addepar Inc.
* See LICENSE.md
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-table.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ember-table v0.8.0
* ember-table v0.9.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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-table",
"version": "0.8.0",
"version": "0.9.0",
"description": "Table built using Ember.js that lazily renders rows.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -52,7 +52,7 @@
"grunt-broccoli-build": "~0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-release-it": "~0.2.1",
"grunt-release-it": "0.2.1",
"grunt-text-replace": "~0.3.11",
"rimraf": "2.3.1",
"rsvp": "^3.0.13",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/overview.hbs
Original file line number Diff line number Diff line change
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.8.0.</p>
<p>The current version is 0.9.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 8fded1c

Please sign in to comment.