Releases: az-digital/az_quickstart
2.11.6
Note: This release changes the flexible page migration so that summary fields are migrated to use the plain_text text format instead of the format set on the source site.
- Close #3813 set default format to plain_text in flexible page summary field migration. (#3815)
- Fixes #3852 Citation Style Group Rendering (#3853)
- Close #3199 Add "Make Latest" input to create release github actions workflow. (#3841)
- Close #1479 exclude Drupal 6 migrations from appearing when running drush migrate:status (#3840)
- Close #3842 Content editors can now upload and use webp images with their content. (#3843)
- Close #3810 Remove version key from library definition files. (#3811)
- Update drupal/bootstrap_barrio requirement from 5.1.10 to 5.1.12 (#3681)
- Closes #3817 Full-width paragraphs may have wrong width when not in the Content region (#3818)
- Closes #3792: Fix ARIA controls title on Accordions (#3794)
- Update drupal/linkit requirement from 6.1.4 to 6.1.6 (#3791)
- Close #3804 fix summary import in az_demo. (#3805)
- Update drupal/slick_views requirement from 3.0.2 to 3.0.3 (#3802)
- Update drupal/views_bulk_operations requirement from 4.3.0-beta2 to 4.3.0 (#3803)
- Update citation-style-language/styles requirement from 0.0.474 to 0.0.561 (#3800)
- Update drupal/slick requirement from 3.0.3 to 3.0.4 (#3798)
- Update drupal/blazy requirement from 3.0.11 to 3.0.12 (#3797)
- Closes #3784 Incorrect access permission for Reorder Carousel Items view display (#3785)
- Closes #3773 Styling issues with Box style Text on Media paragraphs (#3774)
- Closes #3551 Update references to UArizona (#3552)
- Closes #3787: Update release notes section in pull_request_template.md (#3788)
- Prepare 2.11.x branch for new minor release branch 2.12.x (#3837)
- Back to dev.
2.10.11
- Close #3199 Add "Make Latest" input to create release github actions workflow. (#3841)
- Closes #3817 Full-width paragraphs may have wrong width when not in the Content region (#3818)
- Closes #3792: Fix ARIA controls title on Accordions (#3794)
- Closes #3784 Incorrect access permission for Reorder Carousel Items view display (#3785)
- Closes #3773 Styling issues with Box style Text on Media paragraphs (#3774)
- Closes #3787: Update release notes section in pull_request_template.md (#3788)
- Prepare 2.10.x branch for new minor release branch 2.12.x (#3829)
- Back to dev.
2.12.0-alpha1
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:
2.10.10
Note: Updates Drupal core to 10.2.10. Includes updates that address SA-CORE-2024-002 and CVE-2024-45440.
- Closes #3718 Improve styling of AZ Finder exposed form, especially for multiple vocabulary filters (#3719)
- Closes #3777: Update drupal/core-recommended to 10.2.10 for SA-CORE-2024-002 and CVE-2024-45440 (#3778)
- #3737: Backport coding standards fixes from #3738 to 2.10.x. (#3779)
- Closes #3780: Add missing SMTP module config to address test failures in 2.10.x (#3782)
- Back to dev.
2.11.5
Note: The contrib module ImageMagick has been added to Quickstart as an optional module. This module provides an alternate image toolkit for sites that operate in low memory environments and have experienced issues with generation of image derivatives after Quickstart's usage of WebP for image derivatives in Quickstart 2.11.x.
For sites that wish to enable the alternate image toolkit, after enabling the module the toolkit settings can be found on /admin/config/media/image-toolkit
. A quality setting of 92% is recommended for consistency with the default image toolkit settings.
Memory constraints can be specified under Execution Options
after selecting ImageMagick as the toolkit, with prepended options, e.g. -limit memory 64MiB
. These options will be configured automatically for sites using the AZQS upstream on Pantheon.
- Close #3765 Change top-level Quickstart toolbar link to an internal page instead of an external page. (#3767)
- #3717, az-digital/az-quickstart-pantheon#282: Add ImageMagick module. (#3724)
- Closes #3758: Ensure all external and minified library assets are properly configured. (#3759)
- Closes #3747 Restore the display of 12:00 am and 12:00 pm as "midnight" and "noon" for events (#3748)
- Closes #3744 Prevent views using Quickstart Exposed Filters from scrolling when checkboxes are checked (#3745)
- Closes #1212: Add views_bulk_operations as optional module. (#3749)
- Update drupal/blazy requirement from 3.0.10 to 3.0.11 (#3736)
- Update drupal/role_delegation requirement from 1.2.0 to 1.3.0 (#3722)
- Fixes #3737 SlevomatCodingStandards (#3738)
- Fixes #3074, Fixes #3568 Course Importer Missing Content, Course Instructor Person Links (#3570)
- Closes #3714 Extra main landmark role in page template (#3715)
- Back to dev.
2.11.4
Note: Updates Drupal core to 10.3.6. Includes an update that addresses CVE-2024-45440.
- Closes #3751: Update drupal/core-recommended to 10.3.6 (addresses CVE-2024-45440). (#3752)
- Back to dev.
2.11.3
Note: This release adds a patch for Drupal core that improves the quality of images generated using image styles that convert images to WebP. Sites upgrading from an earlier AZQS 2.11.x release should flush all image styles with drush (drush image:flush --all
) to ensure higher quality WebP images are generated.
Bugfixes
- Closes #3725: Hard code higher WebP conversion quality setting until configurable for GD in core. (#3728)
- For #3705 Menu blocks intermittently not visible to anonymous users after updating to Quickstart 2.11 (#3727)
- Close #3730 mark minified JS as minified. (#3732)
- Closes #3723 Card title on image is red when the card is not clickable (#3729)
Experimental module updates
- Closes #3718 Improve styling of AZ Finder exposed form, especially for multiple vocabulary filters (#3719)
Contrib Module updates
- Update drupal/viewsreference requirement from 2.0.0-beta9 to 2.0.0-beta10 (#3703)
- Update drupal/date_ap_style requirement from 2.0.1 to 2.0.2 (#3721)
- Update drupal/optional_end_date requirement from 1.3.0 to 1.4.0 (#3720)
- Update drupal/smart_date requirement from 4.1.5 to 4.1.6 (#3692)
Other dependency updates
- Update citation-style-language/locales requirement from 0.0.20 to 0.0.22 (#3695)
- Update citation-style-language/styles requirement from 0.0.447 to 0.0.474 (#3708)
Misc.
- Back to dev.
2.11.2
Note: Updates Drupal core to 10.3.4. Includes update for twig/twig package that addresses CVE-2024-45411.
Note: Includes update for drupal/seckit module that addresses SA-CONTRIB-2024-039.
Note: Includes update to AZQS Photo Gallery component to prevent potential Bootstrap XSS vulnerability.
- Close #3693 Force az_paragraphs_full_width library to load in the head alone. (#3709)
- Closes #3700: Update drupal/core-recommended to 10.3.4. (#3701)
- Close #3683 use migmag_lookup instead of migrate_lookup (#3684)
- Closes #3702: Update drupal/seckit requirement from 2.0.1 to 2.0.3 (#3674)
- Update drupal/menu_link_attributes requirement from 1.4.0 to 1.5.0 (#3679)
- Re-add ghost block fix. (#3687)
- Update drupal/chosen requirement from 4.0.1 to 4.0.3 (#3682)
- Closes #3671 Add minified option on az_bootstrap_js_info (#3672)
- Closes #3666 Update Photo Gallery to prevent potential XSS vulnerability (#3668)
- Update drupal/media_library_edit requirement from 3.0.3 to 3.0.4 (#3661)
- Update drupal/antibot requirement from 2.0.3 to 2.0.4 (#3650)
- Update drupal/media_entity_file_replace requirement from 1.2.0 to 1.3.0 (#3663)
- Update drupal/flag requirement from 4.0-beta4 to 4.0.0-beta5 (#3669)
- Update drupal/media_library_form_element requirement from 2.1.0 to 2.1.1 (#3670)
- Update drupal/menu_link_attributes requirement from 1.3.0 to 1.4.0 (#3656)
- Close #3658 Add all paragraph migrations as optional dependencies of the news node migration. (#3659)
- Update drupal/bootstrap_utilities requirement from 3.0.0 to 3.0.1 (#3655)
- Closes #3637: Update drupal/intelligencebank requirement from 4.1.0 to 4.1.1 (#3654)
- Back to dev.
2.10.9
Note: Updates Drupal core to 10.2.8. Includes update for twig/twig package that addresses CVE-2024-45411.
Note: Includes update for drupal/seckit module that addresses SA-CONTRIB-2024-039.
Note: Includes update to AZQS Photo Gallery component to prevent potential Bootstrap XSS vulnerability.
- Close #3683 use migmag_lookup instead of migrate_lookup (#3684)
- Closes #3702: Update drupal/seckit requirement from 2.0.1 to 2.0.3 (#3674)
- Closes #3671 Add minified option on az_bootstrap_js_info (#3672)
- Closes #3666 Update Photo Gallery to prevent potential XSS vulnerability (#3668)
- #3700: Update drupal/core-recommended to 10.2.8
- Back to dev.
2.10.8
Note: This update reverts (disables) database updates included in earlier versions of AZQS that were problematic for certain sites (az_seo_update_1021001 and az_paragraphs_views_side_by_side_update_1021001).
- #3647: Disable az_seo_update_1021001 and az_paragraphs_views_side_by_side_update_1021001. (#3648)
- Closes #3597: Add lifecycle_link to experimental modules documentation in experimental modules. (#3598)
- Closes #3473: Adding policy recommendations for Experimental Modules (#3477)
- Closes #3567 Styling adjustments for the AZ Finder exposed form (AZDIGITAL-158) (#3577)
- Close #3588 Allow newly enabled module config to be overridden. (#3589)
- Close #3586 Set lifecycle key in info files of experimental modules. (#3587)
- Back to dev.