|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
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 |
6 | 7 |
|
7 | 8 | ## 2.1.0 (May 13, 2017) |
8 | 9 |
|
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 |
12 | 13 |
|
13 | 14 | ## 2.0.4 (May 12, 2017) |
14 | 15 |
|
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 |
16 | 17 |
|
17 | 18 | ## 2.0.3 (November 9, 2016) |
18 | 19 |
|
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 |
20 | 21 |
|
21 | 22 | ## 2.0.2 (June 1, 2016) |
22 | 23 |
|
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 |
24 | 25 |
|
25 | 26 | ## 2.0.1 (May 31, 2016) |
26 | 27 |
|
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 |
28 | 29 |
|
29 | 30 | ## 2.0.0 (May 31, 2016) |
30 | 31 |
|
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 |
33 | 34 | being changed within `didInsertElement`, which would cause Ember to emit a |
34 | 35 | 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 |
37 | 38 | `value` property directly. Instead, it sends the `valueUpdated` action and |
38 | 39 | 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 |
41 | 42 | as `autofocus`, `mode`, etc., `ivy-codemirror` now accepts an `options` |
42 | 43 | property, which is expected to be a hash of options. |
43 | 44 |
|
44 | 45 | ## 1.4.0 (March 24, 2016) |
45 | 46 |
|
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. |
50 | 51 |
|
51 | 52 | ## 1.3.0 (December 21, 2015) |
52 | 53 |
|
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. |
54 | 55 |
|
55 | 56 | ## 1.2.0 (August 3, 2015) |
56 | 57 |
|
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. |
61 | 62 |
|
62 | 63 | ## 1.1.0 (May 12, 2015) |
63 | 64 |
|
64 | | -* Upgrade to ember-cli 0.2.3. |
| 65 | +- Upgrade to ember-cli 0.2.3. |
65 | 66 |
|
66 | 67 | ## 1.0.0 (March 13, 2015) |
67 | 68 |
|
68 | | -* Fix initializer error. This was caused by changing the initializer from |
| 69 | +- Fix initializer error. This was caused by changing the initializer from |
69 | 70 | 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. |
75 | 76 |
|
76 | 77 | ## 0.2.0 (December 12, 2014) |
77 | 78 |
|
78 | | -* Convert to an ember-cli addon. |
| 79 | +- Convert to an ember-cli addon. |
79 | 80 |
|
80 | 81 | ## 0.1.1 (September 15, 2014) |
81 | 82 |
|
82 | | -* Fix problem with bound properties not updating correctly. |
| 83 | +- Fix problem with bound properties not updating correctly. |
83 | 84 |
|
84 | 85 | ## 0.1.0 (August 23, 2014) |
85 | 86 |
|
86 | | -* Initial release. |
| 87 | +- Initial release. |
0 commit comments