Html / iframe embedded into paragraph while copy and paste:
Issue statement:
when users copy and paste an iframe or any HTML content in paragraph,
they faced a problem where the HTML mistakenly rendering instead of
pasting as normal text.
Before fix:
Resolution: Now the issue has been fixed, therefore if the user copy paste any HTML code into paragraph element it will be pasted as normal text as expected.
After fix:
Sample HTML structure:
<h2>
<iframe></iframe>
</h2>
----------------------------------------------------------------------------
<ul>
<li>
<iframe></iframe>
</li>
</ul>
Before fix:
<h2>
</h2>
----------------------------------------------------------------------------
<ul>
<li>
</li>
</ul>
After fix:
<h2>
</h2>
<iframe></iframe>
-----------------------------------------------------------------------------
<ul>
<li>
</li>
</ul>
<iframe></iframe>
Resolution: This fix ensures a smoother user experience and eliminates any unwanted appearance issues. You can now seamlessly incorporate iframes into your Loree content, allowing for greater flexibility and creativity in your workflows.
Default migration for iframe applies aspect ratio 16:9:
Issue statement: When adding an iframe to the canvas editor and after saving and opening the page in Loree, By default it applies 16:9 ratio for iframes.
Resolution: The default setting had the lock aspect ratio checked, but with the latest update, it now remains unchecked. This change has been implemented to provide users with greater customization and flexibility in adjusting the aspect ratio when inserting an iframe into the Loree editor.
By keeping the lock aspect ratio unchecked, you can modify the height of iframe elements according to your specific requirements. This enhancement empowers you to create content that perfectly fits your desired dimensions and visual presentation.
Incase, if you still need the aspect ratio to be locked in design section you can find a option called "lock aspect ratio" that applies the default ratio of 16:9
Iframe height changed to 155px every time:
Issue statement: when
the aspect ratio was unchecked and users attempted to change the height
of iframes to pixels, it would automatically revert back to 155 pixels.
This issue also occurred when reducing the width of the video or
iframe, resulting in the height reverting to 155 pixels as well.
Resolution: Now, the issue has been fixed by changing the width or height will not revert the height to 155 pixels everytime. This ensures that you have full control over the height of your iframe without any unwanted reversion.
Default migration for Iframe not applies aspect ratio:
When adding an Iframe to the RC editor and saving the page, it is important to note that when you open it in Loree, the lock aspect ratio should be unchecked.
Issue statement: the default setting was for the lock aspect ratio to be checked, but now it remains unchecked.
Resolution:This change provides you with the flexibility to adjust the aspect ratio as needed when inserting an Iframe into the Loree editor. This allows for greater customization and flexibility in your content creation process.
Size value is not fetched in divider, image and tables:
Issue statement: When we try to update HTML or CSS of the selected element using the code properties it does not reflect in design section.
Resolution: when adding a divider/image/table accessing the code editor, you can change any CSS updates accordingly. The appropriate values will be reflected in design section.
Thankyou!