Skip to content

Commit 6f72d27

Browse files
committed
DOC-3224: Final cleanup for TinyMCE 8.3.0.
1 parent d7ddd38 commit 6f72d27

File tree

3 files changed

+1
-93
lines changed

3 files changed

+1
-93
lines changed

modules/ROOT/nav.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,7 @@
390390
**** xref:8.3.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
391391
**** xref:8.3.0-release-notes.adoc#improvements[Improvements]
392392
**** xref:8.3.0-release-notes.adoc#additions[Additions]
393-
**** xref:8.3.0-release-notes.adoc#changes[Changes]
394-
**** xref:8.3.0-release-notes.adoc#removed[Removed]
395393
**** xref:8.3.0-release-notes.adoc#bug-fixes[Bug fixes]
396-
**** xref:8.3.0-release-notes.adoc#security-fixes[Security fixes]
397-
**** xref:8.3.0-release-notes.adoc#deprecated[Deprecated]
398-
**** xref:8.3.0-release-notes.adoc#known-issues[Known issues]
399394
*** {productname} 8.2.2
400395
**** xref:8.2.2-release-notes.adoc#overview[Overview]
401396
**** xref:8.2.2-release-notes.adoc#improvement[Improvement]

modules/ROOT/pages/8.3.0-release-notes.adoc

Lines changed: 1 addition & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1717
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
1818
* xref:improvements[Improvements]
1919
* xref:additions[Additions]
20-
* xref:changes[Changes]
2120
* xref:bug-fixes[Bug fixes]
22-
* xref:security-fixes[Security fixes]
23-
* xref:deprecated[Deprecated]
24-
* xref:known-issues[Known issues]
2521

2622

2723
[[premium-plugins-npm]]
@@ -63,7 +59,7 @@ For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpas
6359

6460
The {productname} {release-version} release includes an accompanying release of the **Media Optimizer** premium plugin.
6561

66-
**Media Optimizer** includes the following improvement and fix.
62+
**Media Optimizer** includes the following improvements and fixes.
6763

6864
==== Support for uploading additional file types
6965
// #TINY-13270
@@ -142,28 +138,6 @@ Added new configuration options to the `dropzone` dialog component to customize
142138
For more information, see xref:dialog-components.adoc#dropzone[dropzone component].
143139

144140

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-
167141
[[bug-fixes]]
168142
== Bug fixes
169143

@@ -201,62 +175,3 @@ An issue was identified where removing or modifying `lineheight` properties on m
201175
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.
202176

203177
{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:
240-
241-
[source,javascript]
242-
----
243-
import { defineConfig } from 'vite'
244-
import path from 'node:path'
245-
246-
export default defineConfig({
247-
resolve: {
248-
alias: {
249-
'tinymce-premium/plugins/inlinecss':
250-
path.resolve(__dirname, 'node_modules/tinymce-premium/plugins/inlinecss/index.js'),
251-
},
252-
},
253-
})
254-
----
255-
256-
Alternatively, you can use the explicit import paths that work correctly:
257-
- `import 'tinymce-premium/plugins/inlinecss/index.js'`
258-
- `import 'tinymce-premium/plugins/inlinecss/plugin.js'`
259-
260-
**Status:** This is a known issue with Vite/Rollup's pattern matching. Webpack handles this correctly without any workaround.
261-
=======
262-
>>>>>>> Stashed changes

modules/ROOT/pages/changelog.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ NOTE: This is the {productname} Community version changelog. For information abo
2323
// #TINY-12937
2424

2525
### Fixed
26-
* Help Plugin did not contain an entry for the Fullpage HTML plugin.
27-
// #TINY-13183
2826
* Accordions could be toggled when the editor was in a disabled state.
2927
// #TINY-12315
3028
* Removing a line height sometimes did not remove it from all selected lines.

0 commit comments

Comments
 (0)