Skip to content

Releases: cybertoothca/ember-cli-text-support-mixins

2.0.2

10 Nov 19:54
Compare
Choose a tag to compare

Primary motivation for this release was to remove all dependencies on JQuery.

Issues can be viewed here.

2.0.2 Release Candidate #1

10 Nov 19:55
Compare
Choose a tag to compare
Pre-release

Testing the blueprint by installing in another Ember-app.

1.1.2

23 Oct 05:10
Compare
Choose a tag to compare

Small bug fixes.

  • Escape clearing value should work when bound to variables.
  • Focus selecting text in safari is now working as expected.

See 1.1.2

1.1.1

25 Aug 19:47
Compare
Choose a tag to compare
  • 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

19 Mar 21:43
Compare
Choose a tag to compare

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

06 Mar 05:22
Compare
Choose a tag to compare

{{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

04 Mar 21:09
Compare
Choose a tag to compare
1.0.0-ALPHA.3 Pre-release
Pre-release

Unit tests and demo enhancements.

1.0.0-ALPHA.2

04 Mar 21:08
Compare
Choose a tag to compare
1.0.0-ALPHA.2 Pre-release
Pre-release

Acceptance tests.

1.0.0-ALPHA.1

04 Mar 21:08
Compare
Choose a tag to compare
1.0.0-ALPHA.1 Pre-release
Pre-release

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)