Skip to content

Commit 35b0806

Browse files
committed
Branch is ready for release - setting release version
1 parent 8dca388 commit 35b0806

File tree

2 files changed

+57
-13
lines changed

2 files changed

+57
-13
lines changed

CHANGELOG.md

Lines changed: 56 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,82 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88

99
## 8.0.0 - 2024-04-24
10-
### Fixed
11-
- Updated CI library to latest
12-
- Updated dependencies. #INT-3274
13-
- Usage of RxJS deprecated operators. #INT-3274
10+
1411
### Added
1512
- Support for Angular 16 & 17. Angular 15 is still supported via ^7.0.0 #INT-3274
1613
- Support for the OnPush change detection strategy. #INT-2974
1714
- Support for TinyMCE version 7. #INT-3292
1815
- Added `licenseKey` prop. #INT-3292
1916
- Added events `onInput`, `onCompositionEnd`, `onCompositionStart` & `onCompositionUpdate`. #INT-3292
2017
- Added a JSDoc link to the TinyMCE 7 Angular Technical Reference docs page. #INT-3292
18+
2119
### Improved
2220
- Updated Storybook to v8, as well as now using CSFv3 components. #INT-3274
2321
- Improved `cloudChannel` type. #INT-3292
2422

23+
### Fixed
24+
- Updated CI library to latest
25+
- Updated dependencies. #INT-3274
26+
- Usage of RxJS deprecated operators. #INT-3274
27+
2528
## 7.0.0 - 2022-06-27
29+
2630
### Added
2731
- Support for Angular 14
2832

2933
## 6.0.1 - 2022-04-09
34+
3035
### Fixed
3136
- Disabling bug
3237

3338
## 6.0.0 - 2022-04-08
39+
3440
### Changed
3541
- License changed to MIT
3642
- Default cloud channel to '6'
3743

3844
## 5.0.1 - 2022-01-21
45+
3946
### Fixed
4047
- Dependencies issues having to manually install tinymce to get Types
4148

4249
## 5.0.0 - 2022-01-12
50+
4351
### Added
4452
- Support for Angular 13
4553

4654
## 4.2.5 - 2021-11-30
55+
4756
### Added
4857
- Types
58+
4959
### Fixed
5060
- Performance of removing event listeners
5161
- Initializing the editor when component has been destroyed
5262
- Setting disabling state
5363

5464
## 4.2.4 - 2021-05-31
55-
### Fixed
56-
- Updated dependencies
5765

58-
### 4.2.3 - 2021-05-11
5966
### Fixed
6067
- Updated dependencies
68+
- Updated dependencies
6169

6270
## 4.2.2 - 2021-03-18
71+
6372
### Added
6473
- Event `ResizeEditor` to event handler
6574
- Warning on multiple ediotrs with same Id
6675

6776
## 4.2.1 - 2021-02-10
77+
6878
### Added
6979
- Beehive-flow release process
7080
- Support for Angular 11
7181
- Adopted beehive-flow release process
7282
- Support for Angular 11
7383

7484
## 4.2.0 - 2020-09-16
85+
7586
### Added
7687
- Added `allowedEvents` to specify what events are emitted by the component
7788
- 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
8091
- Remove`change` event being emitted on initialization if the value is not changed by the editor
8192

8293
## 4.1.0 - 2020-07-20
94+
8395
### Added
8496
- Added `onInitNgModel` event
8597
- Use `input` instead of `keyup` as default modelEvent
8698

8799
## 4.0.0 - 2020-07-07
100+
88101
### Added
89102
- Compatibility with Angular ^10.0.0 compatibility
90103

91104
### Changed
92105
- Changed peer dependencies to support Angular 9 and 10
93106

94107
## 3.6.1 - 2020-05-26
108+
95109
### Changed
96110
- Setting the initial value on the editor now propagates the editor's content
97111

98112
## 3.6.0 - 2020-05-22
113+
99114
### Added
100115
- Added `modelEvents` property to update NgModel
101116

102117
## 3.5.2 - 2020-05-11
118+
103119
### Fixed
104120
- Fixed event binding order.
105121

106122
## 3.5.1 - 2020-04-30
123+
107124
### Fixed
108125
- Upgraded jquery in dev dependencies in response to security alert.
109126

110127
## 3.5.0 - 2020-03-02
128+
111129
### Added
112130
- Added new `TINYMCE_SCRIPT_SRC` injection token. To be used in a dependency injection provider to specify an external version of TinyMCE to load
113131

114132
## 3.4.0 - 2020-01-31
133+
115134
### Added
116135
- Added new `outputFormat` property for specifying the format of content emitted to form controls
117136

118137
## 3.3.1 - 2019-09-23
138+
119139
### Added
120140
- Added tslib as a dependency. Inlined tslib helpers caused an issue for the Angular Ivy compiler
121141

122142
## 3.3.0 - 2019-08-20
143+
123144
### Changed
124145
- Changed peer dependencies to support Angular 5
125146

126147
## 3.2.1 - 2019-08-16
148+
127149
### Changed
128150
- Changed referrer policy to origin to allow cloud caching
129151

130152
## 3.2.0 - 2019-07-01
153+
131154
### Added
132155
- Added a getter for obtaining a reference to the editor
133156

134157
### Fixed
135158
- Fixed a bug that made EventEmitters run outside of NgZone. Patch contributed by garrettld #GH-95
136159

137160
## 3.1.0 - 2019-06-06
161+
138162
### Added
139163
- Angular 8 support
140164

141165
### Changed
142166
- Changed the CDN URL to use `cdn.tiny.cloud`
143167

144168
## 3.0.1 - 2019-04-21
169+
145170
### Fixed
146171
- Fixed a bug where `ControlValueAccessor.writeValue()` or setting content programmatically would set `FormControl` pristine/dirty flags
147172

148173
## 3.0.0 - 2019-02-11
174+
149175
### Changed
150176
- Changed default cloudChannel to `'5'`.
151177

152178
## 2.5.0 - 2019-01-17
179+
153180
### Added
154181
- Add EditorComponent to public api.
155182

156183
## 2.4.1 - 2019-01-09
184+
157185
### Fixed
158186
- Fixed a bug where `FormGroup.reset()` didn't clear the editor content when used in a formgroup. Patch contributed by nishanthkarthik.
159187

160188
## 2.4.0 - 2019-01-07
189+
161190
### 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
163192

164193
## 2.3.3 - 2018-12-14
194+
165195
### Fixed
166196
- Improved documentation.
167197

168198
## 2.3.2 - 2018-12-03
199+
169200
### Added
170201
- Angular 7 support
171202

172203
## 2.3.1 - 2018-10-10
204+
173205
### Fixed
174206
- Fixed incorrect documentation in readme.md file.
175207

176208
## 2.3.0 - 2018-10-08
209+
177210
### Added
178211
- Added platform detection to make the package work better with SSR.
179212

180213
## 2.2.0 - 2018-09-26
214+
181215
### Added
182216
- Added support for disabling the editor via the `disabled` attribute.
183217

184218
## 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+
188220
### Changed
189221
- Changed `inline` attribute to accept truthy values, so you can now do this: `<editor inline></editor>` instead of the earlier `<editor [inline]="true"></editor>`.
190222

223+
### Fixed
224+
- Fixed bug where textarea was being added to editor content if id was set.
225+
191226
## 2.0.1 - 2018-09-03
227+
192228
### Fixed
193229
- Fixed broken links in readme.
194230

195231
## 2.0.0 - 2018-05-08
232+
196233
### Added
197234
- Angular 6 support
198235

199-
### Changed
236+
### Changed
200237
- rxjs version 6
201238

202239
## 1.0.9 - 2018-05-04
240+
203241
### Added
204242
- Added `undo` and `redo` events to ngModel onChangeCallback.
205243

206244
## 1.0.8 - 2018-04-26
245+
207246
### Fixed
208247
- Added null check before removing editor to check that tinymce is actually available.
209248

210249
## 1.0.7 - 2018-04-06
250+
211251
### Fixed
212252
- Fixed bug with onInit not firing and removed onPreInit shorthand.
213253

214254
## 1.0.6 - 2018-04-06
255+
215256
### Changed
216257
- Changed so tinymce.init is run outside of angular with ngzone.
217258

218259
## 1.0.5 - 2018-02-15
260+
219261
### Fixed
220262
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
221263

222264
## 1.0.4 - 2018-02-14
265+
223266
### Fixed
224267
- Fixed bug where the component threw errors because it tried to setContent on an editor that had not been initialized fully.
225268

226269
## 1.0.3 - 2018-02-13
270+
227271
### Fixed
228272
- Fixed bug where the component threw errors on change when not used together with the forms module.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"dependencies": {
7373
"tinymce": "^5.10.7"
7474
},
75-
"version": "8.0.0-rc",
75+
"version": "8.0.0",
7676
"name": "@tinymce/tinymce-angular"
7777
}

0 commit comments

Comments
 (0)