You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a JSDoc link to the TinyMCE 7 Angular Technical Reference docs page. #INT-3292
18
+
21
19
### Improved
22
20
- Updated Storybook to v8, as well as now using CSFv3 components. #INT-3274
23
21
- Improved `cloudChannel` type. #INT-3292
24
22
23
+
### Fixed
24
+
- Updated CI library to latest
25
+
- Updated dependencies. #INT-3274
26
+
- Usage of RxJS deprecated operators. #INT-3274
27
+
25
28
## 7.0.0 - 2022-06-27
29
+
26
30
### Added
27
31
- Support for Angular 14
28
32
29
33
## 6.0.1 - 2022-04-09
34
+
30
35
### Fixed
31
36
- Disabling bug
32
37
33
38
## 6.0.0 - 2022-04-08
39
+
34
40
### Changed
35
41
- License changed to MIT
36
42
- Default cloud channel to '6'
37
43
38
44
## 5.0.1 - 2022-01-21
45
+
39
46
### Fixed
40
47
- Dependencies issues having to manually install tinymce to get Types
41
48
42
49
## 5.0.0 - 2022-01-12
50
+
43
51
### Added
44
52
- Support for Angular 13
45
53
46
54
## 4.2.5 - 2021-11-30
55
+
47
56
### Added
48
57
- Types
58
+
49
59
### Fixed
50
60
- Performance of removing event listeners
51
61
- Initializing the editor when component has been destroyed
52
62
- Setting disabling state
53
63
54
64
## 4.2.4 - 2021-05-31
55
-
### Fixed
56
-
- Updated dependencies
57
65
58
-
### 4.2.3 - 2021-05-11
59
66
### Fixed
60
67
- Updated dependencies
68
+
- Updated dependencies
61
69
62
70
## 4.2.2 - 2021-03-18
71
+
63
72
### Added
64
73
- Event `ResizeEditor` to event handler
65
74
- Warning on multiple ediotrs with same Id
66
75
67
76
## 4.2.1 - 2021-02-10
77
+
68
78
### Added
69
79
- Beehive-flow release process
70
80
- Support for Angular 11
71
81
- Adopted beehive-flow release process
72
82
- Support for Angular 11
73
83
74
84
## 4.2.0 - 2020-09-16
85
+
75
86
### Added
76
87
- Added `allowedEvents` to specify what events are emitted by the component
77
88
- Added `ignoreEvents` to blacklist events not to be emitted by the component
@@ -80,149 +91,182 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
91
- Remove`change` event being emitted on initialization if the value is not changed by the editor
81
92
82
93
## 4.1.0 - 2020-07-20
94
+
83
95
### Added
84
96
- Added `onInitNgModel` event
85
97
- Use `input` instead of `keyup` as default modelEvent
86
98
87
99
## 4.0.0 - 2020-07-07
100
+
88
101
### Added
89
102
- Compatibility with Angular ^10.0.0 compatibility
90
103
91
104
### Changed
92
105
- Changed peer dependencies to support Angular 9 and 10
93
106
94
107
## 3.6.1 - 2020-05-26
108
+
95
109
### Changed
96
110
- Setting the initial value on the editor now propagates the editor's content
97
111
98
112
## 3.6.0 - 2020-05-22
113
+
99
114
### Added
100
115
- Added `modelEvents` property to update NgModel
101
116
102
117
## 3.5.2 - 2020-05-11
118
+
103
119
### Fixed
104
120
- Fixed event binding order.
105
121
106
122
## 3.5.1 - 2020-04-30
123
+
107
124
### Fixed
108
125
- Upgraded jquery in dev dependencies in response to security alert.
109
126
110
127
## 3.5.0 - 2020-03-02
128
+
111
129
### Added
112
130
- Added new `TINYMCE_SCRIPT_SRC` injection token. To be used in a dependency injection provider to specify an external version of TinyMCE to load
113
131
114
132
## 3.4.0 - 2020-01-31
133
+
115
134
### Added
116
135
- Added new `outputFormat` property for specifying the format of content emitted to form controls
117
136
118
137
## 3.3.1 - 2019-09-23
138
+
119
139
### Added
120
140
- Added tslib as a dependency. Inlined tslib helpers caused an issue for the Angular Ivy compiler
121
141
122
142
## 3.3.0 - 2019-08-20
143
+
123
144
### Changed
124
145
- Changed peer dependencies to support Angular 5
125
146
126
147
## 3.2.1 - 2019-08-16
148
+
127
149
### Changed
128
150
- Changed referrer policy to origin to allow cloud caching
129
151
130
152
## 3.2.0 - 2019-07-01
153
+
131
154
### Added
132
155
- Added a getter for obtaining a reference to the editor
133
156
134
157
### Fixed
135
158
- Fixed a bug that made EventEmitters run outside of NgZone. Patch contributed by garrettld #GH-95
136
159
137
160
## 3.1.0 - 2019-06-06
161
+
138
162
### Added
139
163
- Angular 8 support
140
164
141
165
### Changed
142
166
- Changed the CDN URL to use `cdn.tiny.cloud`
143
167
144
168
## 3.0.1 - 2019-04-21
169
+
145
170
### Fixed
146
171
- Fixed a bug where `ControlValueAccessor.writeValue()` or setting content programmatically would set `FormControl` pristine/dirty flags
147
172
148
173
## 3.0.0 - 2019-02-11
174
+
149
175
### Changed
150
176
- Changed default cloudChannel to `'5'`.
151
177
152
178
## 2.5.0 - 2019-01-17
179
+
153
180
### Added
154
181
- Add EditorComponent to public api.
155
182
156
183
## 2.4.1 - 2019-01-09
184
+
157
185
### Fixed
158
186
- Fixed a bug where `FormGroup.reset()` didn't clear the editor content when used in a formgroup. Patch contributed by nishanthkarthik.
159
187
160
188
## 2.4.0 - 2019-01-07
189
+
161
190
### Added
162
-
- Make editor always invoke touched callback on blur. Patch contributed by joensindholt
191
+
- Make editor always invoke touched callback on blur. Patch contributed by joensindholt
163
192
164
193
## 2.3.3 - 2018-12-14
194
+
165
195
### Fixed
166
196
- Improved documentation.
167
197
168
198
## 2.3.2 - 2018-12-03
199
+
169
200
### Added
170
201
- Angular 7 support
171
202
172
203
## 2.3.1 - 2018-10-10
204
+
173
205
### Fixed
174
206
- Fixed incorrect documentation in readme.md file.
175
207
176
208
## 2.3.0 - 2018-10-08
209
+
177
210
### Added
178
211
- Added platform detection to make the package work better with SSR.
179
212
180
213
## 2.2.0 - 2018-09-26
214
+
181
215
### Added
182
216
- Added support for disabling the editor via the `disabled` attribute.
183
217
184
218
## 2.1.0 - 2018-09-24
185
-
### Fixed
186
-
- Fixed bug where textarea was being added to editor content if id was set.
187
-
219
+
188
220
### Changed
189
221
- Changed `inline` attribute to accept truthy values, so you can now do this: `<editor inline></editor>` instead of the earlier `<editor [inline]="true"></editor>`.
190
222
223
+
### Fixed
224
+
- Fixed bug where textarea was being added to editor content if id was set.
225
+
191
226
## 2.0.1 - 2018-09-03
227
+
192
228
### Fixed
193
229
- Fixed broken links in readme.
194
230
195
231
## 2.0.0 - 2018-05-08
232
+
196
233
### Added
197
234
- Angular 6 support
198
235
199
-
### Changed
236
+
### Changed
200
237
- rxjs version 6
201
238
202
239
## 1.0.9 - 2018-05-04
240
+
203
241
### Added
204
242
- Added `undo` and `redo` events to ngModel onChangeCallback.
205
243
206
244
## 1.0.8 - 2018-04-26
245
+
207
246
### Fixed
208
247
- Added null check before removing editor to check that tinymce is actually available.
209
248
210
249
## 1.0.7 - 2018-04-06
250
+
211
251
### Fixed
212
252
- Fixed bug with onInit not firing and removed onPreInit shorthand.
213
253
214
254
## 1.0.6 - 2018-04-06
255
+
215
256
### Changed
216
257
- Changed so tinymce.init is run outside of angular with ngzone.
217
258
218
259
## 1.0.5 - 2018-02-15
260
+
219
261
### Fixed
220
262
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
221
263
222
264
## 1.0.4 - 2018-02-14
265
+
223
266
### Fixed
224
267
- Fixed bug where the component threw errors because it tried to setContent on an editor that had not been initialized fully.
225
268
226
269
## 1.0.3 - 2018-02-13
270
+
227
271
### Fixed
228
272
- Fixed bug where the component threw errors on change when not used together with the forms module.
0 commit comments