The one before the last one
I hope that this is nearly the last release before there gonna be a 1.0.0. I think this is a big step forward. Because with version 1.0.0 forward the project will try and follow semver which means we have to commit to an API for this major version.
This release contains following changes:
Fix deprecation warning caused by doing an @each more than one level deep (#152)
Update versions
Avoid Ember.inject.service()
for optional i18n
(#153)
update travis.yml
Ember 2.12 deprecates arguments to some component lifecycle hooks - this fixes the deprecations
[proposal] Refactoring (#146)
Fix tests for older ember versions
Add yarn.lock
Fixed Ember warning caused by using @each > one level deep (#159)
Use the default form event for submit action (#161)
Docs: updating docs to better represent the current usage (#162)
Fix checkbox HTML to match how it used to be rendered (#164)
add maxlength attribute to em-input component (#166)
Select first item by default (#167)