Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit 9d23494

Browse files
committed
Deprecate this addon with example instructions.
See #100.
1 parent ff753f1 commit 9d23494

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+166
-9754
lines changed

.editorconfig

Lines changed: 0 additions & 20 deletions
This file was deleted.

.ember-cli

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 20 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

.template-lintrc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.watchmanconfig

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,85 +2,86 @@
22

33
## Unreleased
44

5-
* [#38](https://github.com/IvyApp/ivy-codemirror/pull/38) Upgrade to Ember CLI 3.1.4
5+
- Deprecate the ivy-codemirror addon with instructions for a custom, modifier-based replacement in the README.
6+
- [#38](https://github.com/IvyApp/ivy-codemirror/pull/38) Upgrade to Ember CLI 3.1.4
67

78
## 2.1.0 (May 13, 2017)
89

9-
* [#29](https://github.com/IvyApp/ivy-codemirror/pull/29) CodeMirror addon support
10-
* [#28](https://github.com/IvyApp/ivy-codemirror/pull/28) Remove Bower
11-
* [#27](https://github.com/IvyApp/ivy-codemirror/pull/27) Upgrade to Ember CLI 2.13
10+
- [#29](https://github.com/IvyApp/ivy-codemirror/pull/29) CodeMirror addon support
11+
- [#28](https://github.com/IvyApp/ivy-codemirror/pull/28) Remove Bower
12+
- [#27](https://github.com/IvyApp/ivy-codemirror/pull/27) Upgrade to Ember CLI 2.13
1213

1314
## 2.0.4 (May 12, 2017)
1415

15-
* [#24](https://github.com/IvyApp/ivy-codemirror/pull/24) Fix this.import() issue for nested addons
16+
- [#24](https://github.com/IvyApp/ivy-codemirror/pull/24) Fix this.import() issue for nested addons
1617

1718
## 2.0.3 (November 9, 2016)
1819

19-
* [#23](https://github.com/IvyApp/ivy-codemirror/pull/23) Upgrade to Ember CLI 2.9.1
20+
- [#23](https://github.com/IvyApp/ivy-codemirror/pull/23) Upgrade to Ember CLI 2.9.1
2021

2122
## 2.0.2 (June 1, 2016)
2223

23-
* [#19](https://github.com/IvyApp/ivy-codemirror/pull/19) Put back missing params for valueUpdated
24+
- [#19](https://github.com/IvyApp/ivy-codemirror/pull/19) Put back missing params for valueUpdated
2425

2526
## 2.0.1 (May 31, 2016)
2627

27-
* [#18](https://github.com/IvyApp/ivy-codemirror/pull/18) Lazy Fastboot compatibility
28+
- [#18](https://github.com/IvyApp/ivy-codemirror/pull/18) Lazy Fastboot compatibility
2829

2930
## 2.0.0 (May 31, 2016)
3031

31-
* Bump CodeMirror version to 5.15.x.
32-
* Ensure `valueUpdated` is in the `actions` queue. This prevents `value` from
32+
- Bump CodeMirror version to 5.15.x.
33+
- Ensure `valueUpdated` is in the `actions` queue. This prevents `value` from
3334
being changed within `didInsertElement`, which would cause Ember to emit a
3435
deprecation warning.
35-
* Move CodeMirror initialization into a `code-mirror` service.
36-
* Following DDAU (Data Down, Actions Up), `ivy-codemirror` no longer sets its
36+
- Move CodeMirror initialization into a `code-mirror` service.
37+
- Following DDAU (Data Down, Actions Up), `ivy-codemirror` no longer sets its
3738
`value` property directly. Instead, it sends the `valueUpdated` action and
3839
expects the caller to handle changing the value.
39-
* Update value via `didRender` rather than observers.
40-
* Change how options are specified. Instead of setting individual options, such
40+
- Update value via `didRender` rather than observers.
41+
- Change how options are specified. Instead of setting individual options, such
4142
as `autofocus`, `mode`, etc., `ivy-codemirror` now accepts an `options`
4243
property, which is expected to be a hash of options.
4344

4445
## 1.4.0 (March 24, 2016)
4546

46-
* Bump CodeMirror version to 5.13.x.
47-
* Remove `ember-cli-codemirror-shim`.
48-
* Upgrade `ember-cli` to 2.4.2.
49-
* Remove standalone builds.
47+
- Bump CodeMirror version to 5.13.x.
48+
- Remove `ember-cli-codemirror-shim`.
49+
- Upgrade `ember-cli` to 2.4.2.
50+
- Remove standalone builds.
5051

5152
## 1.3.0 (December 21, 2015)
5253

53-
* [#12](https://github.com/IvyApp/ivy-codemirror/pull/8) Pass all event params to valueUpdated.
54+
- [#12](https://github.com/IvyApp/ivy-codemirror/pull/8) Pass all event params to valueUpdated.
5455

5556
## 1.2.0 (August 3, 2015)
5657

57-
* [#8](https://github.com/IvyApp/ivy-codemirror/pull/8) Send valueUpdated action on update of value from input.
58-
* [#7](https://github.com/IvyApp/ivy-codemirror/pull/7) Allow additional key maps to be imported.
59-
* [#5](https://github.com/IvyApp/ivy-codemirror/pull/5) Update codemirror & support Handlebars.
60-
* Upgrade to ember-cli 1.13.6.
58+
- [#8](https://github.com/IvyApp/ivy-codemirror/pull/8) Send valueUpdated action on update of value from input.
59+
- [#7](https://github.com/IvyApp/ivy-codemirror/pull/7) Allow additional key maps to be imported.
60+
- [#5](https://github.com/IvyApp/ivy-codemirror/pull/5) Update codemirror & support Handlebars.
61+
- Upgrade to ember-cli 1.13.6.
6162

6263
## 1.1.0 (May 12, 2015)
6364

64-
* Upgrade to ember-cli 0.2.3.
65+
- Upgrade to ember-cli 0.2.3.
6566

6667
## 1.0.0 (March 13, 2015)
6768

68-
* Fix initializer error. This was caused by changing the initializer from
69+
- Fix initializer error. This was caused by changing the initializer from
6970
a named export to the default export.
70-
* Upgrade to ember-cli 0.1.5.
71-
* Upgrade to ember 1.9.1 in dummy app.
72-
* Remove unnecessary ember-data dependency in dummy app.
73-
* Remove version suffix from ivy-codemirror.js.
74-
* Fix incorrect main script in standalone bower.json.
71+
- Upgrade to ember-cli 0.1.5.
72+
- Upgrade to ember 1.9.1 in dummy app.
73+
- Remove unnecessary ember-data dependency in dummy app.
74+
- Remove version suffix from ivy-codemirror.js.
75+
- Fix incorrect main script in standalone bower.json.
7576

7677
## 0.2.0 (December 12, 2014)
7778

78-
* Convert to an ember-cli addon.
79+
- Convert to an ember-cli addon.
7980

8081
## 0.1.1 (September 15, 2014)
8182

82-
* Fix problem with bound properties not updating correctly.
83+
- Fix problem with bound properties not updating correctly.
8384

8485
## 0.1.0 (August 23, 2014)
8586

86-
* Initial release.
87+
- Initial release.

0 commit comments

Comments
 (0)