Skip to content

Commit 7a9066c

Browse files
authored
DOC-3224: Premium plugins now include ESM module support. (#3940)
* DOC-3224: Premium plugins now include ESM module support. * Apply suggestion from @kemister85
1 parent e6a37f9 commit 7a9066c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ The following premium plugin updates were released alongside {productname} {rele
3939
// // CCFR here.
4040

4141
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
42+
=== Premium plugins now include ESM module support
43+
// #TINY-12888
4244

45+
Premium plugins in {productname} {release-version} can now be consumed as native ES modules (`import`) in addition to CommonJS (`require`). This enhancement aligns premium plugins with the existing ESM capabilities already available in core plugins and applies to all distributed artifacts, including NPM packages and ZIP bundles. The update enables modern bundlers to automatically resolve the optimal module format, improving compatibility with ESM-focused toolchains and removing the need for CommonJS shims during integration.
4346

4447
[[improvements]]
4548
== Improvements

0 commit comments

Comments
 (0)