Skip to content

Commit e696999

Browse files
committed
Branch is ready for release - setting release version
1 parent 270d7ce commit e696999

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

CHANGELOG.md

+2-39
Original file line numberDiff line numberDiff line change
@@ -7,228 +7,191 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
### Changed
10+
## 6.1.0 - 2024-10-22
1111

12+
### Changed
1213
- Moved tinymce dependency to be a optional peer dependency.
1314

1415
### Fixed
15-
1616
- Assigned the `licenseKey` prop to TinyMCE's `license_key` init prop. Community PR acknowledgement: Calneideck.
1717

1818
## 6.0.0 - 2024-06-05
1919

2020
### Added
21-
2221
- Add missing events: `onInput`, `onCommentChange`, `onCompositionEnd`, `onCompositionStart`, `onCompositionUpdate`
2322

2423
### Changed
25-
2624
- Default cloud channel to '7'
2725

2826
## 5.1.0 - 2023-04-05
2927

3028
### Added
31-
3229
- Exposed method `getEditor()` that return the current editor
3330

3431
## 5.0.1 - 2022-10-24
3532

3633
### Changed
37-
3834
- Use target element instead of selector for Editor configuration
3935

4036
### Fixed
41-
4237
- Updated dependencies
4338
- Updated CI library to latest
4439

4540
## 5.0.0 - 2022-04-08
4641

4742
### Changed
48-
4943
- License changed to MIT
5044
- Default cloud channel to '6'
5145

5246
## 4.0.7 - 2022-03-09
5347

5448
### Changed
55-
5649
- Storybook examples
5750

5851
## 4.0.6 - 2022-02-17
5952

6053
### Added
61-
6254
- Exposed method `rerender(initObject)` to change the editor configuration
6355
- Watcher for tag name
6456

6557
## 4.0.5 - 2021-11-22
6658

6759
### Added
68-
6960
- Correct proptypes
7061

7162
### Fixed
72-
7363
- Update dependencies
7464

7565
## 4.0.2 - 2021-11-05
7666

7767
### Fixed
78-
7968
- Update dependencies
8069

8170
## 4.0.1 - 2021-11-05
8271

8372
### Added
84-
8573
- Adopt beehive-flow release process
8674

8775
## 4.0.0 - 2020-11-05
8876

8977
### Added
90-
9178
- Vue 3 support
9279

9380
## 3.2.4 - 2020-10-16
9481

9582
### Fixed
96-
9783
- Fixed handling of inline template event bindings
9884

9985
## 3.2.3 - 2020-09-16
10086

10187
### Changed
102-
10388
- Update dependencies
10489
- Changed `keyup` to `input` for the events triggering sending out content to `v-model`.
10590

10691
## 3.2.2 - 2020-05-22
10792

10893
### Fixed
109-
11094
- Fixed v-model `outputFormat` resetting the editor content on every change
11195

11296
## 3.2.1 - 2020-04-30
11397

11498
### Fixed
115-
11699
- Upgraded jquery in dev dependencies in response to security alert.
117100

118101
## 3.2.0 - 2020-02-24
119102

120103
### Added
121-
122104
- Added new `tinymceScriptSrc` prop for specifying an external version of TinyMCE to lazy load
123105

124106
## 3.1.0 - 2020-01-31
125107

126108
### Added
127-
128109
- Added new `outputFormat` prop for specifying the format of the content emitted via the `input` event
129110

130111
## 3.0.1 - 2019-08-19
131112

132113
### Fixed
133-
134114
- Fixed incorrect module paths
135115

136116
## 3.0.0 - 2019-08-16
137117

138118
### Added
139-
140119
- Changed referrer policy to origin to allow cloud caching
141120

142121
### Changed
143-
144122
- Removed Vue as a dependency and added vue@^2.4.3 as a peer dependency
145123

146124
## 2.1.0 - 2019-06-05
147125

148126
### Changed
149-
150127
- Changed the CDN URL to use `cdn.tiny.cloud`
151128

152129
## 2.0.0 - 2019-02-11
153130

154131
### Changed
155-
156132
- Changed default cloudChannel to `'5'`.
157133

158134
## 1.1.2 - 2019-01-09
159135

160136
### Added
161-
162137
- Updated changelog to show how you have to add `.default` to commonjs require.
163138

164139
## 1.1.1 - 2019-01-09
165140

166141
### Changed
167-
168142
- Improved uuid function. Patch contributed by fureweb-com.
169143

170144
## 1.1.0 - 2018-10-01
171145

172146
### Added
173-
174147
- Added functionality to bind to `disabled` property to set editor into readonly state.
175148

176149
## 1.0.9 - 2018-09-03
177150

178151
### Fixed
179-
180152
- Fixed broken links in readme.
181153

182154
## 1.0.8 - 2018-05-10
183155

184156
### Added
185-
186157
- Added `undo` and `redo` to the events triggering sending out content to `v-model`.
187158

188159
## 1.0.7 - 2018-04-26
189160

190161
### Fixed
191-
192162
- Added null check before removing editor to check that tinymce is actually available.
193163

194164
## 1.0.6 - 2018-04-11
195165

196166
### Removed
197-
198167
- Removed `cloudChannel` prop validation.
199168

200169
## 1.0.5 - 2018-04-06
201170

202171
### Removed
203-
204172
- Removed onPreInit shorthand as it never worked.
205173

206174
## 1.0.4 - 2018-04-06
207175

208176
### Fixed
209-
210177
- Fixed bug with onInit never firing.
211178

212179
## 1.0.3 - 2018-04-03
213180

214181
### Fixed
215-
216182
- Fixed bug with value watcher getting out of sync.
217183

218184
## 1.0.2 - 2018-02-16
219185

220186
### Fixed
221-
222187
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
223188

224189
## 1.0.1 - 2018-02-08
225190

226191
### Fixed
227-
228192
- Fixed binding timing issues by moving the binding to after the editor has initialized.
229193

230194
## 1.0.0 - 2018-01-16
231195

232196
### Added
233-
234197
- Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinymce/tinymce-vue",
3-
"version": "6.1.0-rc",
3+
"version": "6.1.0",
44
"description": "Official TinyMCE Vue 3 Component",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)