Skip to content

v2.3.29

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 06:59
· 1 commit to 2.3-se7enx since this release

Release Notes — se7enxweb/ezplatform-richtext v2.3.29

Bug fixes

  • SCSS deprecations fixed — Migrated all @import rules to @use/@forward and replaced deprecated math.* functions in the RichText SCSS bundle. Resolves Sass deprecation warnings that surfaced with Dart Sass 1.80+ during npm run build.

Previously in this line (v2.3.28)

  • Classmap ambiguity eliminated"replace": {"ezsystems/ezplatform-richtext": "self.version"} was added to composer.json. Composer was simultaneously installing ezsystems/ezplatform-richtext and this fork, producing 69+ duplicate classmap warnings. With replace declared, 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:

Full Changelog: v2.3.28...v2.3.29