Releases: piceaTech/ember-rapid-forms
Version 1!
Semver
As of Today we got the first major version. This means we commit to only break the API with new major releases.
Contributors
Big Thanks everyone who contributed especially @GCorbel . To see who also helped see:
contributors
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)
Working till the end
v1.0.0-beta6
Work, Work, beat it
v1.0.0-beta5
Work is fun
- removing access to targetObject, which was private and now is removed
- making cid work as a property on input elements
- upgraded to ember-validations v2.0.0-alpha.4
- removed get helper since we only support ember >= 2.0
- added until and ids for deprecations
Some more laps to go
This is the Preperation for ember-rapid-forms to work with ember 2.0 and up.
Fixing Bugs is Fun
Please comment on #44 which deprecation warning still occur with this release. Would be of great help thaks