Skip to content

Releases: piceaTech/ember-rapid-forms

Version 1!

02 Oct 07:38
Compare
Choose a tag to compare

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

06 Jun 22:00
Compare
Choose a tag to compare

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

18 Apr 21:46
Compare
Choose a tag to compare
Working till the end Pre-release
Pre-release
v1.0.0-beta6

Work, Work, beat it

14 Feb 13:20
Compare
Choose a tag to compare
Work, Work, beat it Pre-release
Pre-release
v1.0.0-beta5

Work is fun

28 Nov 23:24
Compare
Choose a tag to compare
Work is fun Pre-release
Pre-release
  • 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

12 Sep 13:35
Compare
Choose a tag to compare
Some more laps to go Pre-release
Pre-release

This is the Preperation for ember-rapid-forms to work with ember 2.0 and up.

Fixing Bugs is Fun

19 Aug 21:04
Compare
Choose a tag to compare
Fixing Bugs is Fun Pre-release
Pre-release

Please comment on #44 which deprecation warning still occur with this release. Would be of great help thaks