Releases: cybertoothca/ember-cli-text-support-mixins
2.0.2
Primary motivation for this release was to remove all dependencies on JQuery.
2.0.2 Release Candidate #1
Testing the blueprint by installing in another Ember-app.
1.1.2
1.1.1
- Ember upgrade to 2.14
- Remove dependency on Bower
Demo remains relatively unchanged: http://ember-cli-text-support-mixins.cybertooth.io
Still a few bugs and optimizations to work out.
1.0.1
Bug fix so webkit browsers (Chrome & Safari) will not double-submit a form when a {{input-text}}
is set to submit on Enter or Ctrl+Enter press. This double submit phenomenon only happens when the form contains a submit button.
Workaround
Avoid placing a button of type="submit"
into your form if you want to use the {{input-text}}
input. I know that is lame, but that's the best I can offer at the moment.
1.0.0
{{input-text}}
and {{text-area}}
components available.
Check out the demo: http://ember-cli-text-support-mixins.cybertooth.io/
README: https://cybertoothca.github.io/ember-cli-text-support-mixins/
1.0.0-ALPHA.3
Unit tests and demo enhancements.
1.0.0-ALPHA.2
Acceptance tests.
1.0.0-ALPHA.1
Pre-release. Tests not really in place. Demo is up and at it.
Main features:
- Component:
{{input-text}}
- Mixins:
- Ctrl-Enter-Submits-Form
- Escape-Key-Clears
- Focus-Selects-Text
- Trigger-Focus (fixes annoyance in Ember when you re-transition to a page and the
autofocus
declaration doesn't work)