Skip to content

2.12.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 22:59
· 53 commits to main since this release

This is a pre-release for the next minor version (feature release) of Arizona Quickstart 2. Pre-releases are not supported for production sites but are intended for widespread testing in preparation for the upcoming stable release.

For more information about the changes in this release, please see the project page.

Important Notes

Visual changes to News items

AZ News content type displays are changed to have the image on the left instead of right of the content.

AZ News view displays have been changed. The former "Small Row View" display has changed its name to "Sidebar Row View". A new view display called "Small Row View" has been added to show the new "Small Row" display of AZ News content.

Better exposed filters dependencies no longer needed

This release updates Better Exposed Filters from 6.0.6 to the 7.x major version. The jquery_ui_slider and jquery-ui-touch-punch modules are no longer required for Better Exposed Filters or for anything else in Quickstart. These two modules have been deprecated as Quickstart dependencies and will be removed in a future minor release of Quickstart. Site owners should uninstall these modules or add them to their site-specific composer.json files to continue using them.

Deprecated variable in az-accordion.html.twig template

The aria_controls variable used in the az_accordion theme implementation and az-accordion.html.twig template has been deprecated as of 2.12.0 and will be removed in 2.13.0. Any subthemes that override this template will need to replace the aria_controls variable with the accordion_item_id variable. See #3807.

CKEditor Anchor Link Plugin added

Users with the content editor role can now easily create anchor links in text areas using the Standard text formatter.

filter_autop removed from Standard Text format

This release disables the Convert line breaks into HTML (i.e. <br> and <p>) filter for the Standard text format. This change resolves issues with the appearance and functionality of multiple elements in Quickstart. However, while most existing content should be unaffected, this change may result in some minor spacing changes, where extra blank lines may be removed or added. We may consider enabling this filter again in the future if this Drupal core issue regarding the filter is resolved.

New Profile Editor role

A new Profile Editor role has been added to Quickstart. This role gains permission to edit Person nodes where the user is assigned as the author, or Person nodes that have the same NetID as the user's login.

The role also has the ability to change the order and visibility of publications shown on the Publication block on their Person page.

Change to summary fields

News, Events, and Pages with a populated summary field values will notice a change if the content within the field has a link or email within a clickable card. These will no longer be automatically displayed as links and will be displayed as plain text.

Card link title accessibility improvements

Link titles are now required when adding or editing cards containing a link URL value. Existing cards will need to be updated manually.

How to update

Refer to Updating your Quickstart website on the wiki for more information.

New changes (not included in 2.11.x)

Bug Fixes:

  • Closes #3569, #3689 Disable automatic paragraph filter for the Standard text format (#3696)
  • Closes #3793: Improve accessibility of card link titles (#3814)

General Enhancements:

  • Fixes #3619 Add Documentation for az-core-distribution-config (#3638)
  • Closes #3576 Add new demo AZ News node with embedded media and extra paragraphs (#3631)
  • Fixes #3678 Add Generator Metatag (#3680)
  • Closes #3086 Adding demo content for publications (#3585)
  • Closes #2924 Add suffix field to person + demo content (#3739)
  • Closes #3807: Deprecate aria_controls variable in az_accordion theme implementation and template. (#3808)
  • Closes #3217: Add anchor link plugin for CKEditor5. (#3219)
  • Closes #2345: Add automated test to verify cache invalidation is working. (#2347)
  • Fixes #3553, Fixes #3790 AZ Person manageable using CAS account login, Dedicated Permission for Publication Curation (#3764)

Contrib Module Updates:

  • Update drupal/workbench_access requirement from 2.0.1 to 2.0.3 (#3406)
  • Update drupal/better_exposed_filters requirement from 6.0.6 to 7.0.1 (#3662)
  • Update drupal/better_exposed_filters requirement from 7.0.1 to 7.0.2 (#3771)

Visual Changes:

  • Fixes #3676 Course Display Changes (#3677)
  • Closes #3590: Change News preview layouts (#3610)
  • Closes #2929: Strip links from summary field(s). (#3786)