Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
Pre-release
Pre-release
Panman82
released this
Updates to support Froala Editor v3 along with moving this addon forward to use Octane Edition features, specifically Glimmer Components. Checkout "Upgrading from 2.x" in the README for details, but here are some highlights;
- Glimmer Components! From
{{froala-editor this.content}}
to<FroalaEditor @content={{this.content}} />
@content
must be a SafeString- Event callbacks now get the
editor
instance instead of thecomponent
instance as the first arg - Call Froala Editor methods directly on the
editor
instance, no moreawait component.method()
!
This beta only supports 3.13+
! However, once a setComponentTemplate()
polyfill is ready it should support back to 2.18. TBD though.