Toggle menu

Standardised Site iCM.NET 7.0.22

Released 06/02/2023

Breaking Changes

There are no breaking changes in this release.

Case Management 1.34.1251

User group names are no longer case sensitive. This was discovered and reported as a bug when lower or mixed-case group names were added to case configuration but then didn't appear when trying to reassign a case.

Events 15.6.49

We've fixed some exceptions that were generated by the autocomplete feature in the Event Search template. 

iCM.NET Theme 22.6.441 and Framework 23.6.100

These changes focus on the alert and highlight components, standardising the markup, and has a fix for the external link inline.

Dismissing Highlight Box Inlines

The Highlight Box inline now has a "Dismissible" option (which defaults to "No", matching the previous behaviour). If enabled, a user can hide/dismiss the alert. This matches the "close button" behaviour of the Alert Box form field.

Note that our release process doesn't currently have a way to automatically update inline definitions (ie the dialog box you see in the article editor) so the "Dismissible?" option won't immediately be present. The pattern it uses is:

Inline Pattern
 

Which is:

  • The fixed text ;dismissible=
  • The select text Dismissible? with the options No and Yes
  • The fixed text ;

New Alert Heading Markup

The titles of the Highlight Box inline are now output as headings with a class of alert__title, separate to the message (previously the heading was nested in the alert__message div). The new markup matches the Alert Box form field, for example:

<div class="alert alert--info" role="alert">
    <h2 class="alert__title">The title text</h2>
    <div class="alert__message">
        <div class="highlightbox__bodytext">
            Alert type 'Info'
        </div>
    </div>
</div>

External Links

This release includes two small changes to the markup of the external link inline.

The first adds missing accessibility text for when the link in set to open in a new window. The second makes sure that if the inline definition has a "style" property, the style is added as a class modifier.

The standard markup is now:

<a href="https://www.gossinteractive.com/" class="a-body__link a-body__link--external" target="_blank">https://www.gossinteractive.com/ <span class="media-link__newwindow">(opens new window)</span></a>

Slot Booking 10.3.20

If your Slot Booking articles had a "walk in" calendar enabled, duplicate appointments would appear in the list. That was obviously wrong, so we fixed it.

Last modified on April 11, 2024

Share this page

Facebook icon Twitter icon email icon

Print

print icon