Skip to content

Releases: cybertoothca/ember-cli-textarea-autosize

2.15.0

17 Apr 05:40
65bf2bb
Compare
Choose a tag to compare

Matching Ember-Cli MAJOR.MINOR Versioning

What's Changed

  • Ensuring that the old ember-cli-text-support-mixins of 1.x is used. by @nadnoslen in #25

Full Changelog: v1.1.0...v2.15.0

1.1.1

07 Nov 05:45
Compare
Choose a tag to compare

Simply creating a new release that will install the appropriate ember-cli-text-support-mixins add-on as well as the latest autosize library.

Issues have been tagged here: https://github.com/cybertoothca/ember-cli-textarea-autosize/milestone/2?closed=1

Further improvements are in the pipeline.

1.1.1. Release Candidate #1

07 Nov 05:46
Compare
Choose a tag to compare
Pre-release

Testing the blueprint.

1.1.0

13 Sep 04:27
Compare
Choose a tag to compare
  • BREAKING CHANGE Mixins from 1.0 have been moved to the ember-cli-text-support-mixins project. If you were using these mixins refer to the updated README file of this project in order to adjust your import directives accordingly.
  • Ember upgrade to 2.14
  • Remove dependency on Bower

Raise a ticket if you experience issues and I'll help you through them.

1.0.1

23 Oct 05:50
Compare
Choose a tag to compare

README improvements.

1.0.0

08 Oct 20:57
Compare
Choose a tag to compare

The initial release of the {{textarea-autosize}} component along with a handful of helpful mixins that can be applied to Ember.TextSupport controls.

Check out the README for additional information.