@@ -7,228 +7,191 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- ### Changed
10
+ ## 6.1.0 - 2024-10-22
11
11
12
+ ### Changed
12
13
- Moved tinymce dependency to be a optional peer dependency.
13
14
14
15
### Fixed
15
-
16
16
- Assigned the ` licenseKey ` prop to TinyMCE's ` license_key ` init prop. Community PR acknowledgement: Calneideck.
17
17
18
18
## 6.0.0 - 2024-06-05
19
19
20
20
### Added
21
-
22
21
- Add missing events: ` onInput ` , ` onCommentChange ` , ` onCompositionEnd ` , ` onCompositionStart ` , ` onCompositionUpdate `
23
22
24
23
### Changed
25
-
26
24
- Default cloud channel to '7'
27
25
28
26
## 5.1.0 - 2023-04-05
29
27
30
28
### Added
31
-
32
29
- Exposed method ` getEditor() ` that return the current editor
33
30
34
31
## 5.0.1 - 2022-10-24
35
32
36
33
### Changed
37
-
38
34
- Use target element instead of selector for Editor configuration
39
35
40
36
### Fixed
41
-
42
37
- Updated dependencies
43
38
- Updated CI library to latest
44
39
45
40
## 5.0.0 - 2022-04-08
46
41
47
42
### Changed
48
-
49
43
- License changed to MIT
50
44
- Default cloud channel to '6'
51
45
52
46
## 4.0.7 - 2022-03-09
53
47
54
48
### Changed
55
-
56
49
- Storybook examples
57
50
58
51
## 4.0.6 - 2022-02-17
59
52
60
53
### Added
61
-
62
54
- Exposed method ` rerender(initObject) ` to change the editor configuration
63
55
- Watcher for tag name
64
56
65
57
## 4.0.5 - 2021-11-22
66
58
67
59
### Added
68
-
69
60
- Correct proptypes
70
61
71
62
### Fixed
72
-
73
63
- Update dependencies
74
64
75
65
## 4.0.2 - 2021-11-05
76
66
77
67
### Fixed
78
-
79
68
- Update dependencies
80
69
81
70
## 4.0.1 - 2021-11-05
82
71
83
72
### Added
84
-
85
73
- Adopt beehive-flow release process
86
74
87
75
## 4.0.0 - 2020-11-05
88
76
89
77
### Added
90
-
91
78
- Vue 3 support
92
79
93
80
## 3.2.4 - 2020-10-16
94
81
95
82
### Fixed
96
-
97
83
- Fixed handling of inline template event bindings
98
84
99
85
## 3.2.3 - 2020-09-16
100
86
101
87
### Changed
102
-
103
88
- Update dependencies
104
89
- Changed ` keyup ` to ` input ` for the events triggering sending out content to ` v-model ` .
105
90
106
91
## 3.2.2 - 2020-05-22
107
92
108
93
### Fixed
109
-
110
94
- Fixed v-model ` outputFormat ` resetting the editor content on every change
111
95
112
96
## 3.2.1 - 2020-04-30
113
97
114
98
### Fixed
115
-
116
99
- Upgraded jquery in dev dependencies in response to security alert.
117
100
118
101
## 3.2.0 - 2020-02-24
119
102
120
103
### Added
121
-
122
104
- Added new ` tinymceScriptSrc ` prop for specifying an external version of TinyMCE to lazy load
123
105
124
106
## 3.1.0 - 2020-01-31
125
107
126
108
### Added
127
-
128
109
- Added new ` outputFormat ` prop for specifying the format of the content emitted via the ` input ` event
129
110
130
111
## 3.0.1 - 2019-08-19
131
112
132
113
### Fixed
133
-
134
114
- Fixed incorrect module paths
135
115
136
116
## 3.0.0 - 2019-08-16
137
117
138
118
### Added
139
-
140
119
- Changed referrer policy to origin to allow cloud caching
141
120
142
121
### Changed
143
-
144
122
- Removed Vue as a dependency and added vue@^2.4.3 as a peer dependency
145
123
146
124
## 2.1.0 - 2019-06-05
147
125
148
126
### Changed
149
-
150
127
- Changed the CDN URL to use ` cdn.tiny.cloud `
151
128
152
129
## 2.0.0 - 2019-02-11
153
130
154
131
### Changed
155
-
156
132
- Changed default cloudChannel to ` '5' ` .
157
133
158
134
## 1.1.2 - 2019-01-09
159
135
160
136
### Added
161
-
162
137
- Updated changelog to show how you have to add ` .default ` to commonjs require.
163
138
164
139
## 1.1.1 - 2019-01-09
165
140
166
141
### Changed
167
-
168
142
- Improved uuid function. Patch contributed by fureweb-com.
169
143
170
144
## 1.1.0 - 2018-10-01
171
145
172
146
### Added
173
-
174
147
- Added functionality to bind to ` disabled ` property to set editor into readonly state.
175
148
176
149
## 1.0.9 - 2018-09-03
177
150
178
151
### Fixed
179
-
180
152
- Fixed broken links in readme.
181
153
182
154
## 1.0.8 - 2018-05-10
183
155
184
156
### Added
185
-
186
157
- Added ` undo ` and ` redo ` to the events triggering sending out content to ` v-model ` .
187
158
188
159
## 1.0.7 - 2018-04-26
189
160
190
161
### Fixed
191
-
192
162
- Added null check before removing editor to check that tinymce is actually available.
193
163
194
164
## 1.0.6 - 2018-04-11
195
165
196
166
### Removed
197
-
198
167
- Removed ` cloudChannel ` prop validation.
199
168
200
169
## 1.0.5 - 2018-04-06
201
170
202
171
### Removed
203
-
204
172
- Removed onPreInit shorthand as it never worked.
205
173
206
174
## 1.0.4 - 2018-04-06
207
175
208
176
### Fixed
209
-
210
177
- Fixed bug with onInit never firing.
211
178
212
179
## 1.0.3 - 2018-04-03
213
180
214
181
### Fixed
215
-
216
182
- Fixed bug with value watcher getting out of sync.
217
183
218
184
## 1.0.2 - 2018-02-16
219
185
220
186
### Fixed
221
-
222
187
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
223
188
224
189
## 1.0.1 - 2018-02-08
225
190
226
191
### Fixed
227
-
228
192
- Fixed binding timing issues by moving the binding to after the editor has initialized.
229
193
230
194
## 1.0.0 - 2018-01-16
231
195
232
196
### Added
233
-
234
197
- Initial release
0 commit comments