Releases: sir-dunxalot/ember-easy-form-extensions
Releases · sir-dunxalot/ember-easy-form-extensions
Easy form vendor patch
Fixes missing get()
function in context. See #14
Event handlers and destroy submission patches
0.2.6 Version number fix
Improved form view detection
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
- Updated Ember CLI
- Updated Ember Validations
- Fixed wrong
type
of method in console warnings
Patch for save() context
This release fixes a bug that led to incorrect context (this) inside a controller's save() method.
Support for attributes on {{input}}
Adds support for:
{{!-- title: hello --}}
{{input value=title}} {{!-- = title --}}
{{input valueBinding=title}} {{!-- = hello --}}
Ember 1.10.0 Compatibility
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
This release fixes a number of incompatibility issues with Ember CLI, Handlebars 2.0, and Ember Easy Form
Started From the Bottom
0.1.0 Package typo