- Deprecate the ivy-codemirror addon with instructions for a custom, modifier-based replacement in the README.
- #38 Upgrade to Ember CLI 3.1.4
- #24 Fix this.import() issue for nested addons
- #23 Upgrade to Ember CLI 2.9.1
- #19 Put back missing params for valueUpdated
- #18 Lazy Fastboot compatibility
- Bump CodeMirror version to 5.15.x.
- Ensure
valueUpdated
is in theactions
queue. This preventsvalue
from being changed withindidInsertElement
, which would cause Ember to emit a deprecation warning. - Move CodeMirror initialization into a
code-mirror
service. - Following DDAU (Data Down, Actions Up),
ivy-codemirror
no longer sets itsvalue
property directly. Instead, it sends thevalueUpdated
action and expects the caller to handle changing the value. - Update value via
didRender
rather than observers. - Change how options are specified. Instead of setting individual options, such
as
autofocus
,mode
, etc.,ivy-codemirror
now accepts anoptions
property, which is expected to be a hash of options.
- Bump CodeMirror version to 5.13.x.
- Remove
ember-cli-codemirror-shim
. - Upgrade
ember-cli
to 2.4.2. - Remove standalone builds.
- #12 Pass all event params to valueUpdated.
- #8 Send valueUpdated action on update of value from input.
- #7 Allow additional key maps to be imported.
- #5 Update codemirror & support Handlebars.
- Upgrade to ember-cli 1.13.6.
- Upgrade to ember-cli 0.2.3.
- Fix initializer error. This was caused by changing the initializer from a named export to the default export.
- Upgrade to ember-cli 0.1.5.
- Upgrade to ember 1.9.1 in dummy app.
- Remove unnecessary ember-data dependency in dummy app.
- Remove version suffix from ivy-codemirror.js.
- Fix incorrect main script in standalone bower.json.
- Convert to an ember-cli addon.
- Fix problem with bound properties not updating correctly.
- Initial release.