RUAL Core v10.4.21
Our platform operates on software, commonly known as core
. This software can be run either locally within the cloud environment of Enterprise Customers or within our AWS cluster.
Modified or newly introduced blocks
In this release 4 new blocks were introduced. You'll find a complete list of blocks at the bottom of this page.
Blocks introduced
code editorcomponent
Creates a code editor based on the ace module
component from html uicomponent
Accepts HTML and returns the given HTML as a component. Does NOT verify if the HTML is actually valid.
html from component uicomponent
Accepts a component and returns the given HTML. Does NOT verify if the HTML is actually valid.
text editor component
Creates a text editor based on the quill module