Skip to content

Releases: sir-dunxalot/ember-easy-form-extensions

Easy form vendor patch

30 Mar 14:14
Compare
Choose a tag to compare

Fixes missing get() function in context. See #14

Event handlers and destroy submission patches

23 Mar 22:39
Compare
Choose a tag to compare

Improved form view detection

23 Mar 02:25
Compare
Choose a tag to compare

This release improves the handling of action in the form-submission component. The form view that contains the submit and cancel actions is accurately found, even when {{form-submission}} is used inside multiple components.

Also fixes #8

Updated Ember Validations

19 Mar 20:50
Compare
Choose a tag to compare
  • Updated Ember CLI
  • Updated Ember Validations
  • Fixed wrong type of method in console warnings

Patch for save() context

05 Mar 05:31
Compare
Choose a tag to compare

This release fixes a bug that led to incorrect context (this) inside a controller's save() method.

Support for attributes on {{input}}

27 Feb 21:25
Compare
Choose a tag to compare

Adds support for:

{{!-- title: hello --}}
{{input value=title}} {{!-- = title --}}
{{input valueBinding=title}} {{!-- = hello --}}

Ember 1.10.0 Compatibility

26 Feb 19:51
Compare
Choose a tag to compare

This PR adds more support for Ember 1.10. Specifically:

  • Updated Easy Form vendor file to work with Handlebars 2.0
  • Removed all jshint and Ember deprecation warnings
  • Converted helpers to HTMLBars components

Handlebars 2.0 Compatibility

14 Feb 20:59
Compare
Choose a tag to compare

This release fixes a number of incompatibility issues with Ember CLI, Handlebars 2.0, and Ember Easy Form

Started From the Bottom

14 Feb 05:10
Compare
Choose a tag to compare
0.1.0

Package typo