Release notes for Loree A2104.1

 

 

12th October 2021

Highlights

Loree

Issue fixed in Loree editor

Fetching all templates, rows, and elements in the admin dashboard

As a Loree user, When we fetch the templates, rows, and elements in the admin dashboard all the templates, rows, and elements are not fetched because there is a restriction to fetch only 1.2 MB on the data. This issue is resolved, now when we fetch the templates, rows, and elements in the dashboard all the data is fetched as the restriction of 1.2 MB is removed.

Accessibility checker to display the total number of accessibility issues and severity of the issues with different colors

As a Loree user, now we can see that the Accessibility checker option displays the total number of accessibility issues like a notification on the accessibility icon when we click on the save to LMS option.

Based on the severity of the issues accessibility checker automatically underlines the issues with different colors (Critical - Red, Serious - Rusty red, Moderate - Yellow, and Minor - Green)

Quick fix on A11Y as the permanent issue fix

As a Loree user, Now we have the option to fix the issues via A11Y modal itself so that we dont how to hop on and off between editor and A11Y modal for every issue.
Some of the examples are listed below:

New Feature

5-column in column option

Loree 2.0 now allow the user to add 5 column, once added the column the size of the column is splitted equally into 5 parts where user can add the elements.

To get the 5 column responsive, kinsly add the following CSS in canvas themes.

@media screen and (min-width: 700px) { .col-xl-5col { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }

 

Thank you for your valuable time and enjoy using Loree!!!