v2.3.29
Release Notes — se7enxweb/ezplatform-richtext v2.3.29
Bug fixes
- SCSS deprecations fixed — Migrated all
@importrules to@use/@forwardand replaced deprecatedmath.*functions in the RichText SCSS bundle. Resolves Sass deprecation warnings that surfaced with Dart Sass 1.80+ duringnpm run build.
Previously in this line (v2.3.28)
- Classmap ambiguity eliminated —
"replace": {"ezsystems/ezplatform-richtext": "self.version"}was added tocomposer.json. Composer was simultaneously installingezsystems/ezplatform-richtextand this fork, producing 69+ duplicate classmap warnings. Withreplacedeclared, the upstream package is no longer installed alongside this fork.
Affected namespaces in the classmap fix
EzSystems\EzPlatformRichText\* (69 total)
Upgrade notes
No API or configuration changes. SCSS changes are internal to the bundle asset compilation. Run composer update se7enxweb/ezplatform-richtext.
Related releases in this ecosystem
This release is part of a coordinated series fixing classmap conflicts across all se7enxweb/* forks:
se7enxweb/ezplatform-admin-uiv2.3.42se7enxweb/ezplatform-http-cachev2.3.20se7enxweb/ezplatform-searchv1.2.9se7enxweb/ezplatform-userv2.3.14se7enxweb/ezplatform-design-enginev1.2.1
Full Changelog: v2.3.28...v2.3.29