Release v0.3.1
Overview
This release fixes a module loading issue where require() was called without the necessary plugin configured in the build setup.
🐛 Fixes
- Fixed
require()calls failing without proper plugin configuration – Resolved an issue whererequire()was invoked without the required plugin, preventing the rich editor from loading correctly in certain environments. (ASMA-6030)
What's Changed
- fix(require): ASMA-6030 Fix calling require without plugin for it by @SebastianDarieCarasent in #12
Full Changelog: v0.3.0...v0.3.1