Migration notes

2023.1

Some improvements for Accessibility will help you design and generate digitally accessible pages, forms or applications (for example: computer screen readers).

Checklist and Radiobuttons internal HTML have been updated to follow some accessibility recommendation

Html template update
Before After

<div>
  <label>[...]</label>
  <div>
    <label>
      <input>[...]</input>
    </label>
  </div>
</div>

                
<div>
  <fieldset>
    <legend>[...]</legend>
    <div>
      <label>
        <input>[...]</input>
      </label>
    </div>
 </fieldset>
</div>
                
7.12.0

Since 7.12.0, after an artifact has been migrated, a migration report is available from the editor header. It disappears once the page is refreshed, but can be retrieved in the UI Designer log file.

7.5.0

Since 7.5.0, UI Bootstrap is no longer provided in the UI Designer pages.

To keep things working, if you migrate a page designed in a version older than 7.5.0 and containing custom widgets, ui-bootstrap-tpls-0.13.0.min.js will be added as an asset of your page automatically. You can remove it if you don't need it.

For new artifacts, you need to add the asset yourself in the custom widgets or pages that require it.