Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
v4.0.0-beta.3
Browse files Browse the repository at this point in the history
 * Stop auto-injecting `service:i18n` into Components, Controllers,
   and Routes. Clients should instead use
   `i18n: Ember.inject.service()` as needed.
 * Fix Spanish spelling.
 * Fix `{{t}}` helper with dynamic keys.
 * Add `locale` blueprint
 * Use `Ember.Helper` if available (Ember >= 1.13)
 * Use `Ember.Service` if available (Ember >= 1.13)
 * Remove dependency on `Ember.EnumerableUtils.map` as that will be
   removed in Ember 2.0.
  • Loading branch information
jamesarosen committed Jun 15, 2015
1 parent e213c2d commit c782d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "The default blueprint for ember-cli addons.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit c782d3b

Please sign in to comment.