Release notes for Loree A2104.1

Release notes for Loree A2104.1

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 don't 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!!!


    • Related Articles

    • Release notes for Loree A2101.2

      Loree editor Loree help section User be able to navigate to user guide from Loree Editor and it will allow the users to Loree Support portal for raise service tickets, be able to view the release notes from help section and check what’s new with the ...
    • Release Notes for Loree A2403.2

      Published On: 29/07/2024 Feature Enhancements 1. Extra Canvas Tags Support Previously, users of Loree encountered difficulties when key components such as summaries and details vanished from pages because of unsupported tags. We have now enhanced ...
    • Release notes for Loree A2101.6

      Loree Issue fixed in Loree editor Alert for Permanent template/row/element delete As a Loree user, I want to get the acknowledgment pop-up while deleting the template/row/element permanently. So that, before deleting the templates/rows/elements ...
    • Release notes for Loree A2101.4

      Loree Issue fixed in Loree editor Page name mismatch inside the editor As a user, When I use special characters for page name doesn’t display the special characters on Loree editor. Instead, it shows % for all the used special characters. This issue ...
    • Release notes for Loree A2102.1

      Loree Issue fixed in Loree editor Bold issue on Loree editor As a Loree user, When Bold style is applied to a text and after saving the contents it was not reflected in canvas. This issue has been resolved now. Note: To get this fixed, In canvas ...