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
@@ -63,7 +59,7 @@ For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpas
63
59
64
60
The {productname} {release-version} release includes an accompanying release of the **Media Optimizer** premium plugin.
65
61
66
-
**Media Optimizer** includes the following improvement and fix.
62
+
**Media Optimizer** includes the following improvements and fixes.
67
63
68
64
==== Support for uploading additional file types
69
65
// #TINY-13270
@@ -142,28 +138,6 @@ Added new configuration options to the `dropzone` dialog component to customize
142
138
For more information, see xref:dialog-components.adoc#dropzone[dropzone component].
143
139
144
140
145
-
[[changes]]
146
-
== Changes
147
-
148
-
{productname} {release-version} also includes the following changes:
149
-
150
-
=== <TINY-vwxyz 1 changelog entry>
151
-
// #TINY-vwxyz1
152
-
153
-
// CCFR here.
154
-
155
-
156
-
[[removed]]
157
-
== Removed
158
-
159
-
{productname} {release-version} also includes the following removals:
160
-
161
-
=== <TINY-vwxyz 1 changelog entry>
162
-
// #TINY-vwxyz1
163
-
164
-
// CCFR here.
165
-
166
-
167
141
[[bug-fixes]]
168
142
== Bug fixes
169
143
@@ -201,62 +175,3 @@ An issue was identified where removing or modifying `lineheight` properties on m
201
175
Previously, an issue was identified where the `font-size` style applied to list items was not retained when creating new items in either numbered or bulleted lists. As a result, list items added by pressing `Enter` did not inherit the correct font size from the preceding item.
202
176
203
177
{productname} {release-version} addresses this issue by changing the behavior such that the `font-size` style is now consistently transferred to newly created list items. This ensures that all new list items have the correct font size.
204
-
205
-
206
-
[[security-fixes]]
207
-
== Security fixes
208
-
209
-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
210
-
211
-
=== <TINY-vwxyz 1 changelog entry>
212
-
// #TINY-vwxyz1
213
-
214
-
// CCFR here.
215
-
216
-
217
-
[[deprecated]]
218
-
== Deprecated
219
-
220
-
{productname} {release-version} includes the following deprecation<s>:
221
-
222
-
=== The `<plugin>` configuration property, `<name>`, has been deprecated
223
-
224
-
// placeholder here.
225
-
226
-
227
-
[[known-issues]]
228
-
== Known issues
229
-
230
-
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
231
-
232
-
There is one known issue in {productname} {release-version}.
233
-
234
-
<<<<<<< Updated upstream
235
-
=== Vite/Rollup import issue with `tinymce-premium/plugins/inlinecss`
236
-
237
-
When using Vite or Rollup as a bundler, importing the `inlinecss` plugin from the `tinymce-premium` package using `import 'tinymce-premium/plugins/inlinecss'` may fail due to a pattern matching bug in Vite/Rollup. The bundler incorrectly matches the `./plugins/*.css` pattern instead of `./plugins/*`, causing the import to fail.
238
-
239
-
**Workaround:** Use an alias in your `vite.config.js` file to explicitly resolve the plugin path:
0 commit comments