Skip to content

18.0.0-alpha.44

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 03 Oct 10:36
· 987 commits to main since this release
2e03204

18.0.0-alpha.44 (2024-10-03)

Feature

  • Added config.settings.nonContentRoutesPublic to avoid isCmsUi issues in these public routes. @giuliaghisini #6173
  • Add language independent field icon. @iRohitSingh #6297
  • Improve DiffField.jsx to render only the blocks on the page with better support for displaying HTML elements such as images. @dobri1408 #6309
  • Updated Italian Italian translations. @gianniftp #6342
  • Update Brazilian Portuguese translations. @ericof

Bugfix

  • Increase specificity of table header style selector to properly override colors for better contrast @jackahl #2487
  • Change Form input:focus text color to the textColor value for a11y.
    Add Cypress test for contact form inputs. @ThomasKindermann @tedw87 #2570
  • Add missing for attribute to checkbox label to improve accessibility. @Gomez #6249
    • Fixed build style classnames in edit mode. Also use buildStyleClassNamesExtenders. @giuliaghisini #6259
  • Fetch user before pass it to the restricted function of the block settings. @wesleybl #6293
    • Join validation errors in one single toast and update errors from response. @cekk
    • Toast content now has a
      wrapper instead of a

      . @cekk #6295

  • Fixed findBlocks when no blocks are passed. @giuliaghisini #6299
  • Fixed toolbar buttons not having a focus outline. @JeffersonBledsoe #6313
  • fix: SidebarPopup close on ESC keypress @nileshgulia1 #6315
  • Changed sidebar accordion text colour from @Teal to @textcolor. @JeffersonBledsoe #6330
  • Labels accessibility for ArrayWidget, SelectWidget, TokenWidget. @folix-01 #6332
  • Use lighter blue as link color in inverted tables to improve contrast for a11y @jackahl #6334

Internal

  • Added a pull request template as a checklist before submitting a PR. @stevepiercy #6365

Documentation